| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Close branch patch1patch1 | Jason R. Coombs | 2013-09-23 | 0 | -0/+0 |
| | | |||||
| * | Bug Correction: Avoid double execution when the application throws NameError ↵ | Niklas Rigemo | 2013-09-19 | 1 | -2/+3 |
| | | | | | exception. | ||||
| * | PEP8: Corrected multiple statements on one line (semicolon) | Niklas Rigemo | 2013-09-19 | 1 | -1/+2 |
| | | |||||
| * | Bumped to 1.1.7 in preparation for next release. | Jason R. Coombs | 2013-09-18 | 4 | -57/+57 |
| | | |||||
| * | Added tag 1.1.6 for changeset 5e426bdeb46b | Jason R. Coombs | 2013-09-18 | 0 | -0/+0 |
| | | |||||
| * | execfile now opens target in binary mode for better compatibility. Fixes ↵1.1.6 | Jason R. Coombs | 2013-09-18 | 2 | -1/+8 |
| | | | | | Distribute #349. | ||||
| * | Adding test capturing Distribute #349 | Jason R. Coombs | 2013-09-18 | 2 | -0/+16 |
| | | |||||
| * | Bumped to 1.1.6 in preparation for next release. | Jason R. Coombs | 2013-09-12 | 4 | -44/+44 |
| | | |||||
| * | Added tag 1.1.5 for changeset d9bb58331007 | Jason R. Coombs | 2013-09-12 | 0 | -0/+0 |
| | | |||||
| * | Update changelog1.1.5 | Jason R. Coombs | 2013-09-12 | 1 | -0/+6 |
| | | |||||
| * | Correct boolean logic in fix for #69 | Jason R. Coombs | 2013-09-12 | 1 | -1/+1 |
| | | |||||
| * | Remove excess whitespace. Delint one if statement. | Jason R. Coombs | 2013-09-09 | 1 | -31/+6 |
| | | |||||
| * | Reorganize imports | Jason R. Coombs | 2013-09-09 | 1 | -5/+8 |
| | | |||||
| * | Bumped to 1.1.5 in preparation for next release. | Jason R. Coombs | 2013-09-07 | 4 | -43/+43 |
| | | |||||
| * | Added tag 1.1.4 for changeset f94c7e4fa030 | Jason R. Coombs | 2013-09-07 | 0 | -0/+0 |
| | | |||||
| * | Merge1.1.4 | Jason R. Coombs | 2013-09-07 | 2 | -1/+7 |
| |\ | |||||
| | * | Fix boolean test, incorrectly changed. Off-by-one errors are particularly ↵ | Jason R. Coombs | 2013-09-07 | 1 | -1/+1 |
| | | | | | | | | | ugly with booleans ;) Fixes #77 | ||||
| * | | Bumped to 1.1.4 in preparation for next release. | Jason R. Coombs | 2013-09-06 | 4 | -54/+54 |
| | | | |||||
| * | | Added tag 1.1.3 for changeset ddf3561d6a54 | Jason R. Coombs | 2013-09-06 | 0 | -0/+0 |
| | | | |||||
| * | | Add the import, omitted from the previous commit.1.1.3 | Jason R. Coombs | 2013-09-06 | 2 | -0/+7 |
| | | | |||||
| * | | Bumped to 1.1.3 in preparation for next release. | Jason R. Coombs | 2013-09-06 | 4 | -49/+49 |
| | | | |||||
| * | | Added tag 1.1.2 for changeset 462fe5ccd8be | Jason R. Coombs | 2013-09-06 | 0 | -0/+0 |
| | | | |||||
| * | | Update changelog1.1.2 | Jason R. Coombs | 2013-09-06 | 1 | -0/+7 |
| | | | |||||
| * | | Merge | Jason R. Coombs | 2013-09-06 | 34 | -1675/+1685 |
| |\ \ | |||||
| | * | | 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 | 0 | -0/+0 |
| | | | | |||||
| | * | | 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 | 7 | -202/+96 |
| | |\ \ | | | | | | | | | | | | | Document __main__.__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 | 0 | -0/+0 |
| | | |/ | |||||
