Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update changelog1.1.2 | Jason R. Coombs | 2013-09-06 | 1 | -0/+7 |
| | |||||
* | Merge | Jason R. Coombs | 2013-09-06 | 3 | -3/+22 |
|\ | |||||
| * | Correct 404 errors when URLs contain fragments. Fixes #69. | Jason R. Coombs | 2013-09-06 | 3 | -3/+23 |
| | | |||||
* | | Bumped to 1.1.2 in preparation for next release. | Jason R. Coombs | 2013-09-03 | 4 | -50/+50 |
| | | |||||
* | | Added tag 1.1.1 for changeset 2e42e8654610 | Jason R. Coombs | 2013-09-03 | 1 | -0/+1 |
| | | |||||
* | | Bumped to 1.1.1 in preparation for next release.1.1.1 | Jason R. Coombs | 2013-09-03 | 2 | -2/+2 |
| | | |||||
* | | Correct AttributeError in upload command on Python 2.4. Fixes #76 | Jason R. Coombs | 2013-09-03 | 2 | -4/+5 |
| | | |||||
* | | Remove unused variable | Jason R. Coombs | 2013-09-03 | 1 | -1/+0 |
| | | |||||
* | | Use isinstance for type comparison | Jason R. Coombs | 2013-09-03 | 1 | -1/+1 |
| | | |||||
* | | Remove import * | Jason R. Coombs | 2013-09-03 | 1 | -4/+4 |
| | | |||||
* | | Remove long-disabled functionality 'check_conflicts'. | Jason R. Coombs | 2013-09-02 | 1 | -56/+1 |
| | | |||||
* | | Remove unused import | Jason R. Coombs | 2013-09-02 | 1 | -1/+0 |
| | | |||||
* | | Rename variable to avoid conflation with global | Jason R. Coombs | 2013-09-02 | 1 | -4/+4 |
| | | |||||
* | | Refactor for nicer indentation | Jason R. Coombs | 2013-09-02 | 1 | -8/+7 |
| | | |||||
* | | Normalize style | Jason R. Coombs | 2013-09-02 | 1 | -4/+8 |
| | | |||||
* | | Move imports to header | Jason R. Coombs | 2013-09-02 | 1 | -2/+2 |
| | | |||||
* | | More simply resolve _dont_write_bytecode. | Jason R. Coombs | 2013-09-02 | 1 | -7/+2 |
| | | |||||
* | | Refactor _dont_write_bytecode detection | Jason R. Coombs | 2013-09-02 | 1 | -5/+7 |
| | | |||||
* | | Move imports to leader | Jason R. Coombs | 2013-09-02 | 1 | -4/+3 |
| | | |||||
* | | Refactor for clarity | Jason R. Coombs | 2013-09-02 | 1 | -4/+8 |
| | | |||||
* | | Reorganize imports | Jason R. Coombs | 2013-09-02 | 1 | -6/+10 |
| | | |||||
* | | Remove unused import | Jason R. Coombs | 2013-09-02 | 1 | -1/+1 |
| | | |||||
* | | Remove unused import | Jason R. Coombs | 2013-09-02 | 1 | -1/+1 |
| | | |||||
* | | Merge update to ez_setup.py | Jason R. Coombs | 2013-08-31 | 3 | -3/+21 |
|\ \ | |||||
| * | | ez_setup.py now takes a --insecure argument to bypass the secure ↵ | Jason R. Coombs | 2013-08-31 | 3 | -3/+21 |
| | | | | | | | | | | | | 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. | ||||
* | | | Merged in ncoghlan/setuptools/docs_update_for_requires (pull request #14) | Jason R. Coombs | 2013-08-30 | 1 | -15/+42 |
|\ \ \ | | | | | | | | | | | | | Document __main__.__requires__ | ||||
| * | | | Typo fix | Nick Coghlan | 2013-08-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | --HG-- branch : docs_update_for_requires | ||||
| * | | | Add back a more descriptive intro | Nick Coghlan | 2013-08-30 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | --HG-- branch : docs_update_for_requires | ||||
| * | | | Document __main__.__requires__ | Nick Coghlan | 2013-08-25 | 1 | -15/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also modernises the initial overview for pkg_resources, and helps make it clear that it covers anything with an egg-info directory, not just egg files. --HG-- branch : docs_update_for_requires | ||||
* | | | | Update reference to distribute. | Jason R. Coombs | 2013-08-26 | 1 | -1/+1 |
| | | | | |||||
* | | | | Bumped to 1.2 in preparation for next release. | Jason R. Coombs | 2013-08-26 | 4 | -54/+54 |
| | | | | |||||
* | | | | Added tag 1.1 for changeset d943b67fe80d | Jason R. Coombs | 2013-08-26 | 1 | -0/+1 |
| |/ / |/| | | |||||
* | | | Nest try/except/finally for use on Python 2.4. Fixes #72.1.1 | Jason R. Coombs | 2013-08-26 | 2 | -9/+13 |
| | | | |||||
* | | | 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 | 2 | -1/+9 |
| | | | | | | | | | | | | a less startling user experience. Fixes #71. | ||||
* | | | Trim excess whitespace | Jason R. Coombs | 2013-08-25 | 1 | -123/+4 |
| | | | |||||
* | | | Remove unused imports | Jason R. Coombs | 2013-08-25 | 1 | -4/+0 |
| | | | |||||
* | | | Reorganize imports | Jason R. Coombs | 2013-08-25 | 1 | -4/+9 |
|/ / | |||||
* | | Merge | Jason R. Coombs | 2013-08-19 | 1 | -3/+14 |
|\ \ | |||||
| * | | Powershell isn't installed by default on Windows Server 2008. Also it's ↵ | Jason R. Coombs | 2013-08-19 | 1 | -3/+14 |
| | | | | | | | | | | | | possible that Powershell is present on older systems. Now use direct detection of a Powershell executable to determine viability of that technique for a downloader. Fixes #67. | ||||
* | | | Fix spelling | Daniel Néri | 2013-08-18 | 1 | -1/+1 |
| | | | |||||
* | | | Corrected title formatting and hyperlink to correct Sphinx errors | Jason R. Coombs | 2013-08-17 | 1 | -3/+4 |
| | | | |||||
* | | | Remove linked changes file after upload and push | Jason R. Coombs | 2013-08-17 | 1 | -0/+3 |
| | | | |||||
* | | | Extract bookmark name into the class | Jason R. Coombs | 2013-08-17 | 1 | -6/+8 |
| | | | |||||
* | | | Encapsulate bootstrap bookmark functionality | Jason R. Coombs | 2013-08-17 | 1 | -16/+18 |
| | | | |||||
* | | | Refactor for clarity | Jason R. Coombs | 2013-08-17 | 1 | -11/+13 |
| | | | |||||
* | | | Use jaraco.packaging 2.0 to invoke pushing the bookmark as a separate ↵ | Jason R. Coombs | 2013-08-17 | 1 | -2/+10 |
| | | | | | | | | | | | | operation from pushing the other changesets. | ||||
* | | | Bumped to 1.1 in preparation for next release. | Jason R. Coombs | 2013-08-17 | 4 | -68/+68 |
| | | | |||||
* | | | Added tag 1.0 for changeset c385fdf1f976 | Jason R. Coombs | 2013-08-17 | 1 | -0/+1 |
|/ / | |||||
* | | Removed the --delete-conflicting and --ignore-conflicts-at-my-risk options, ↵1.0 | Jason R. Coombs | 2013-08-17 | 3 | -66/+9 |
| | | | | | | | | which have long been deprecated and indicated that they're not used. |