| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Update changelog | Jason R. Coombs | 2013-11-03 | 1 | -0/+10 | |
| | | | ||||||
| * | | Update changelog1.2 | Jason R. Coombs | 2013-11-02 | 1 | -0/+3 | |
| | | | ||||||
| * | | Update changelog | Jason R. Coombs | 2013-10-30 | 1 | -0/+7 | |
| | | | ||||||
| * | | Skip test when file system encoding is not suitable. Fixes #55 and ↵1.1.7 | Toshio Kuratomi | 2013-04-11 | 1 | -0/+2 | |
| | | | | | | | | | Distribute #363. | |||||
| * | | Update changelog | Jason R. Coombs | 2013-09-23 | 1 | -0/+9 | |
| | | | ||||||
| * | | execfile now opens target in binary mode for better compatibility. Fixes ↵1.1.6 | Jason R. Coombs | 2013-09-18 | 1 | -0/+7 | |
| | | | | | | | | | Distribute #349. | |||||
| * | | Update changelog1.1.5 | Jason R. Coombs | 2013-09-12 | 1 | -0/+6 | |
| | | | ||||||
| * | | Merge1.1.4 | Jason R. Coombs | 2013-09-07 | 1 | -0/+6 | |
| |\ \ | ||||||
| * | | | Add the import, omitted from the previous commit.1.1.3 | Jason R. Coombs | 2013-09-06 | 1 | -0/+6 | |
| | | | | ||||||
| * | | | Update changelog1.1.2 | Jason R. Coombs | 2013-09-06 | 1 | -0/+7 | |
| | | | | ||||||
| * | | | Correct AttributeError in upload command on Python 2.4. Fixes #76 | Jason R. Coombs | 2013-09-03 | 1 | -3/+4 | |
| |/ / | ||||||
| * | | Merge update to ez_setup.py | Jason R. Coombs | 2013-08-31 | 1 | -0/+7 | |
| |\ \ | ||||||
| | * | | ez_setup.py now takes a --insecure argument to bypass the secure ↵ | Jason R. Coombs | 2013-08-31 | 1 | -0/+7 | |
| | | | | | | | | | | | | | downloaders. download_setuptools also now accepts a new keyword argument 'download_factory', enabling programmitic invocation to customize the downloader resolution. Fixes #75. Thanks to Pablo Algarvio for the report and suggestions. | |||||
| * | | | Update reference to distribute. | Jason R. Coombs | 2013-08-26 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Nest try/except/finally for use on Python 2.4. Fixes #72.1.1 | Jason R. Coombs | 2013-08-26 | 1 | -0/+1 | |
| | | | ||||||
| * | | Updated changelog entry to reference the pertinent issue. | Jason R. Coombs | 2013-08-25 | 1 | -8/+8 | |
| | | | ||||||
| * | | Updated error message reported when `--allow-hosts` blocks a link to provide ↵ | Jason R. Coombs | 2013-08-25 | 1 | -0/+7 | |
| | | | | | | | | | a less startling user experience. Fixes #71. | |||||
| * | | Corrected title formatting and hyperlink to correct Sphinx errors | Jason R. Coombs | 2013-08-17 | 1 | -3/+4 | |
| | | | ||||||
| * | | Removed the --delete-conflicting and --ignore-conflicts-at-my-risk options, ↵1.0 | Jason R. Coombs | 2013-08-17 | 1 | -0/+2 | |
| | | | | | | | | | which have long been deprecated and indicated that they're not used. | |||||
| * | | Changed the launcher relevant environment variable to SETUPTOOLS_LAUNCHER ↵ | Jason R. Coombs | 2013-08-17 | 1 | -2/+4 | |
| | | | | | | | | | and it now accepts different strings 'natural' and 'executable', instead of only reflecting a boolean value. | |||||
| * | | Updated changelog once more to provide a re-assuring narrative about the ↵ | Jason R. Coombs | 2013-08-17 | 1 | -1/+5 | |
| | | | | | | | | | backward-incompatible changes. | |||||
| * | | Updated changelog to highlight backward-incompatible changes | Jason R. Coombs | 2013-08-17 | 1 | -7/+10 | |
| | | | ||||||
| * | | Restored tunnel (proxy) support in SSL connections. Fixes #52. | Jason R. Coombs | 2013-08-11 | 1 | -0/+2 | |
| | | | ||||||
| * | | Officially deprecated Features functionality (per #65). | Jason R. Coombs | 2013-08-11 | 1 | -0/+1 | |
| | | | ||||||
| * | | Updated changelog. Fixes #63.1.0b1 | Jason R. Coombs | 2013-08-10 | 1 | -0/+4 | |
| | | | ||||||
| * | | Issue 60: Implemented experimental opt-in support for using native launchers ↵ | Jason R. Coombs | 2013-08-10 | 1 | -0/+7 | |
| | | | | | | | | | rather than installing launcher executables. My initial experience with this technique has been very positive. | |||||
| * | | Replaced overly-specific error messages with more general ones for improved ↵ | Jason R. Coombs | 2013-08-09 | 1 | -0/+2 | |
| | | | | | | | | | cross-implementation compatibility. Fixes #50. | |||||
| * | | Issue 50: Removed filename and line number from SyntaxErrors returned by ↵ | Jason R. Coombs | 2013-08-09 | 1 | -0/+10 | |
| | | | | | | | | | invalid_marker. This change simplifies the test and paves the way for supporting PyPy. | |||||
| * | | Moved 'history' to changes.txt | Jason R. Coombs | 2013-08-07 | 1 | -0/+584 | |
| | | | ||||||
| * | | Update changelog0.9.8 | Jason R. Coombs | 2013-07-25 | 1 | -0/+6 | |
| | | | ||||||
| * | | Update changelog to reflect other minor changes included in the latest release | Jason R. Coombs | 2013-07-22 | 1 | -0/+3 | |
| | | | ||||||
| * | | Update changelog0.9.7 | Jason R. Coombs | 2013-07-22 | 1 | -0/+7 | |
| | | | ||||||
| * | | Add compatibility for Python 2.4 when querying the hash name. Fixes #440.9.6 | Jason R. Coombs | 2013-07-17 | 1 | -0/+7 | |
| | | | ||||||
| * | | Update changelog0.9.5 | Jason R. Coombs | 2013-07-15 | 1 | -0/+6 | |
| | | | ||||||
| * | | Load version from the file rather than by importing the module (which is ↵0.9.4 | Jason R. Coombs | 2013-07-15 | 1 | -0/+7 | |
| | | | | | | | | | subject to variance based on sys.path). Fixes #43. | |||||
| * | | Use 'is_valid' instead of simply 'valid' or 'check', which are less clear ↵0.9.3 | Jason R. Coombs | 2013-07-15 | 1 | -0/+6 | |
| | | | | | | | | | about the purpose of the method. Fixes AttributeError introduces in 0.9.2. Fixes #42. | |||||
| * | | Update changelog0.9.2 | Jason R. Coombs | 2013-07-15 | 1 | -0/+7 | |
| | | | ||||||
| * | | Update changelog0.9.1 | Jason R. Coombs | 2013-07-13 | 1 | -0/+1 | |
| | | | ||||||
| * | | Re-wrote link inference to now respect specific patterns and generate links ↵ | Jason R. Coombs | 2013-07-13 | 1 | -142/+139 | |
| | | | | | | | | | to known issue trackers. | |||||
| * | | Allow other arguments and kwargs to os.open when in the sandbox. Fixes ↵ | Jason R. Coombs | 2013-07-13 | 1 | -0/+6 | |
| | | | | | | | | | Distribute #386. | |||||
| * | | Updated changelog and contributors0.9 | Jason R. Coombs | 2013-07-13 | 1 | -0/+6 | |
| | | | ||||||
| * | | Merge with 0.7.80.8b7 | Jason R. Coombs | 2013-07-04 | 1 | -0/+14 | |
| |\ \ | ||||||
| | * | | Update changelog0.7.8 | Jason R. Coombs | 2013-07-04 | 1 | -0/+6 | |
| | | | | ||||||
| | * | | Merge with Distribute 0.6.49 | Jason R. Coombs | 2013-07-04 | 1 | -0/+8 | |
| | |\ \ | | | | | | | | | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py | |||||
| | | * \ | Merge another fix for regressions brought about by #375.0.6.49 | Jason R. Coombs | 2013-07-04 | 1 | -0/+8 | |
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute | |||||
| | | | * | | Move warning check in `get_cache_path` to follow directory creation. Fixes #375. | Jason R. Coombs | 2013-07-04 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute | |||||
| * | | | | | Merge | Jason R. Coombs | 2013-07-02 | 1 | -0/+14 | |
| |\ \ \ \ \ | |/ / / / | ||||||
| | * | | | | Issue #30: Added test for get_cache_path (but it doesn't yet get run) | Jason R. Coombs | 2013-07-02 | 1 | -0/+1 | |
| | | | | | | ||||||
| | * | | | | Update changelog | Jason R. Coombs | 2013-07-02 | 1 | -0/+6 | |
| | | | | | | ||||||
| | * | | | | Merge with Distribute 0.6.48 | Jason R. Coombs | 2013-07-02 | 1 | -0/+7 | |
| | |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py | |||||
