summaryrefslogtreecommitdiff
path: root/CHANGES.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update changelogJason R. Coombs2013-11-031-0/+10
| |
* | Update changelog1.2Jason R. Coombs2013-11-021-0/+3
| |
* | Update changelogJason R. Coombs2013-10-301-0/+7
| |
* | Skip test when file system encoding is not suitable. Fixes #55 and ↵1.1.7Toshio Kuratomi2013-04-111-0/+2
| | | | | | | | Distribute #363.
* | Update changelogJason R. Coombs2013-09-231-0/+9
| |
* | execfile now opens target in binary mode for better compatibility. Fixes ↵1.1.6Jason R. Coombs2013-09-181-0/+7
| | | | | | | | Distribute #349.
* | Update changelog1.1.5Jason R. Coombs2013-09-121-0/+6
| |
* | Merge1.1.4Jason R. Coombs2013-09-071-0/+6
|\ \
* | | Add the import, omitted from the previous commit.1.1.3Jason R. Coombs2013-09-061-0/+6
| | |
* | | Update changelog1.1.2Jason R. Coombs2013-09-061-0/+7
| | |
* | | Correct AttributeError in upload command on Python 2.4. Fixes #76Jason R. Coombs2013-09-031-3/+4
|/ /
* | Merge update to ez_setup.pyJason R. Coombs2013-08-311-0/+7
|\ \
| * | ez_setup.py now takes a --insecure argument to bypass the secure ↵Jason R. Coombs2013-08-311-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. Coombs2013-08-261-1/+1
|/ /
* | Nest try/except/finally for use on Python 2.4. Fixes #72.1.1Jason R. Coombs2013-08-261-0/+1
| |
* | Updated changelog entry to reference the pertinent issue.Jason R. Coombs2013-08-251-8/+8
| |
* | Updated error message reported when `--allow-hosts` blocks a link to provide ↵Jason R. Coombs2013-08-251-0/+7
| | | | | | | | a less startling user experience. Fixes #71.
* | Corrected title formatting and hyperlink to correct Sphinx errorsJason R. Coombs2013-08-171-3/+4
| |
* | Removed the --delete-conflicting and --ignore-conflicts-at-my-risk options, ↵1.0Jason R. Coombs2013-08-171-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. Coombs2013-08-171-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. Coombs2013-08-171-1/+5
| | | | | | | | backward-incompatible changes.
* | Updated changelog to highlight backward-incompatible changesJason R. Coombs2013-08-171-7/+10
| |
* | Restored tunnel (proxy) support in SSL connections. Fixes #52.Jason R. Coombs2013-08-111-0/+2
| |
* | Officially deprecated Features functionality (per #65).Jason R. Coombs2013-08-111-0/+1
| |
* | Updated changelog. Fixes #63.1.0b1Jason R. Coombs2013-08-101-0/+4
| |
* | Issue 60: Implemented experimental opt-in support for using native launchers ↵Jason R. Coombs2013-08-101-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. Coombs2013-08-091-0/+2
| | | | | | | | cross-implementation compatibility. Fixes #50.
* | Issue 50: Removed filename and line number from SyntaxErrors returned by ↵Jason R. Coombs2013-08-091-0/+10
| | | | | | | | invalid_marker. This change simplifies the test and paves the way for supporting PyPy.
* | Moved 'history' to changes.txtJason R. Coombs2013-08-071-0/+584
| |
* | Update changelog0.9.8Jason R. Coombs2013-07-251-0/+6
| |
* | Update changelog to reflect other minor changes included in the latest releaseJason R. Coombs2013-07-221-0/+3
| |
* | Update changelog0.9.7Jason R. Coombs2013-07-221-0/+7
| |
* | Add compatibility for Python 2.4 when querying the hash name. Fixes #440.9.6Jason R. Coombs2013-07-171-0/+7
| |
* | Update changelog0.9.5Jason R. Coombs2013-07-151-0/+6
| |
* | Load version from the file rather than by importing the module (which is ↵0.9.4Jason R. Coombs2013-07-151-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.3Jason R. Coombs2013-07-151-0/+6
| | | | | | | | about the purpose of the method. Fixes AttributeError introduces in 0.9.2. Fixes #42.
* | Update changelog0.9.2Jason R. Coombs2013-07-151-0/+7
| |
* | Update changelog0.9.1Jason R. Coombs2013-07-131-0/+1
| |
* | Re-wrote link inference to now respect specific patterns and generate links ↵Jason R. Coombs2013-07-131-142/+139
| | | | | | | | to known issue trackers.
* | Allow other arguments and kwargs to os.open when in the sandbox. Fixes ↵Jason R. Coombs2013-07-131-0/+6
| | | | | | | | Distribute #386.
* | Updated changelog and contributors0.9Jason R. Coombs2013-07-131-0/+6
| |
* | Merge with 0.7.80.8b7Jason R. Coombs2013-07-041-0/+14
|\ \
| * | Update changelog0.7.8Jason R. Coombs2013-07-041-0/+6
| | |
| * | Merge with Distribute 0.6.49Jason R. Coombs2013-07-041-0/+8
| |\ \ | | | | | | | | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py
| | * \ Merge another fix for regressions brought about by #375.0.6.49Jason R. Coombs2013-07-041-0/+8
| | |\ \ | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute
| | | * | Move warning check in `get_cache_path` to follow directory creation. Fixes #375.Jason R. Coombs2013-07-041-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute
* | | | | MergeJason R. Coombs2013-07-021-0/+14
|\ \ \ \ \ | |/ / / /
| * | | | Issue #30: Added test for get_cache_path (but it doesn't yet get run)Jason R. Coombs2013-07-021-0/+1
| | | | |
| * | | | Update changelogJason R. Coombs2013-07-021-0/+6
| | | | |
| * | | | Merge with Distribute 0.6.48Jason R. Coombs2013-07-021-0/+7
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py