summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | Don't leave junk file behindSuresh V.2013-09-171-1/+5
| | | | | | | |
| * | | | | | | Bug Correction: Avoid double execution when the application throws NameError ↵Niklas Rigemo2013-09-191-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exception.
| * | | | | | | PEP8: Corrected multiple statements on one line (semicolon)Niklas Rigemo2013-09-191-1/+2
| |/ / / / / /
| * | | | | | Bumped to 1.1.7 in preparation for next release.Jason R. Coombs2013-09-184-57/+57
| | | | | | |
| * | | | | | Added tag 1.1.6 for changeset 5e426bdeb46bJason R. Coombs2013-09-180-0/+0
| | | | | | |
| * | | | | | execfile now opens target in binary mode for better compatibility. Fixes ↵1.1.6Jason R. Coombs2013-09-182-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Distribute #349.
| * | | | | | Adding test capturing Distribute #349Jason R. Coombs2013-09-182-0/+16
| |/ / / / /
| * | | | | Bumped to 1.1.6 in preparation for next release.Jason R. Coombs2013-09-124-44/+44
| | | | | |
| * | | | | Added tag 1.1.5 for changeset d9bb58331007Jason R. Coombs2013-09-120-0/+0
| | | | | |
| * | | | | Update changelog1.1.5Jason R. Coombs2013-09-121-0/+6
| | | | | |
| * | | | | Correct boolean logic in fix for #69Jason R. Coombs2013-09-121-1/+1
| | | | | |
| * | | | | Remove excess whitespace. Delint one if statement.Jason R. Coombs2013-09-091-31/+6
| | | | | |
| * | | | | Reorganize importsJason R. Coombs2013-09-091-5/+8
| | | | | |
| * | | | | Bumped to 1.1.5 in preparation for next release.Jason R. Coombs2013-09-074-43/+43
| | | | | |
| * | | | | Added tag 1.1.4 for changeset f94c7e4fa030Jason R. Coombs2013-09-070-0/+0
| | | | | |
| * | | | | Merge1.1.4Jason R. Coombs2013-09-072-1/+7
| |\ \ \ \ \
| | * | | | | Fix boolean test, incorrectly changed. Off-by-one errors are particularly ↵Jason R. Coombs2013-09-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ugly with booleans ;) Fixes #77
| * | | | | | Bumped to 1.1.4 in preparation for next release.Jason R. Coombs2013-09-064-54/+54
| | | | | | |
| * | | | | | Added tag 1.1.3 for changeset ddf3561d6a54Jason R. Coombs2013-09-060-0/+0
| | | | | | |
| * | | | | | Add the import, omitted from the previous commit.1.1.3Jason R. Coombs2013-09-062-0/+7
| | | | | | |
| * | | | | | Bumped to 1.1.3 in preparation for next release.Jason R. Coombs2013-09-064-49/+49
| | | | | | |
| * | | | | | Added tag 1.1.2 for changeset 462fe5ccd8beJason R. Coombs2013-09-060-0/+0
| | | | | | |
| * | | | | | Update changelog1.1.2Jason R. Coombs2013-09-061-0/+7
| | | | | | |
| * | | | | | MergeJason R. Coombs2013-09-0634-1675/+1685
| |\ \ \ \ \ \
| | * | | | | | Bumped to 1.1.2 in preparation for next release.Jason R. Coombs2013-09-034-50/+50
| | | | | | | |
| | * | | | | | Added tag 1.1.1 for changeset 2e42e8654610Jason R. Coombs2013-09-030-0/+0
| | | | | | | |
| | * | | | | | Bumped to 1.1.1 in preparation for next release.1.1.1Jason R. Coombs2013-09-032-2/+2
| | | | | | | |
| | * | | | | | Correct AttributeError in upload command on Python 2.4. Fixes #76Jason R. Coombs2013-09-032-4/+5
| | | | | | | |
| | * | | | | | Remove unused variableJason R. Coombs2013-09-031-1/+0
| | |/ / / / /
| | * | | | | Use isinstance for type comparisonJason R. Coombs2013-09-031-1/+1
| | | | | | |
| | * | | | | Remove import *Jason R. Coombs2013-09-031-4/+4
| | | | | | |
| | * | | | | Remove long-disabled functionality 'check_conflicts'.Jason R. Coombs2013-09-021-56/+1
| | | | | | |
| | * | | | | Remove unused importJason R. Coombs2013-09-021-1/+0
| | | | | | |
| | * | | | | Rename variable to avoid conflation with globalJason R. Coombs2013-09-021-4/+4
| | | | | | |
| | * | | | | Refactor for nicer indentationJason R. Coombs2013-09-021-8/+7
| | | | | | |
| | * | | | | Normalize styleJason R. Coombs2013-09-021-4/+8
| | | | | | |
| | * | | | | Move imports to headerJason R. Coombs2013-09-021-2/+2
| | | | | | |
| | * | | | | More simply resolve _dont_write_bytecode.Jason R. Coombs2013-09-021-7/+2
| | | | | | |
| | * | | | | Refactor _dont_write_bytecode detectionJason R. Coombs2013-09-021-5/+7
| | | | | | |
| | * | | | | Move imports to leaderJason R. Coombs2013-09-021-4/+3
| | | | | | |
| | * | | | | Refactor for clarityJason R. Coombs2013-09-021-4/+8
| | | | | | |
| | * | | | | Reorganize importsJason R. Coombs2013-09-021-6/+10
| | | | | | |
| | * | | | | Remove unused importJason R. Coombs2013-09-021-1/+1
| | | | | | |
| | * | | | | Remove unused importJason R. Coombs2013-09-021-1/+1
| | | | | | |
| | * | | | | Merge update to ez_setup.pyJason R. Coombs2013-08-313-3/+21
| | |\ \ \ \ \
| | | * | | | | ez_setup.py now takes a --insecure argument to bypass the secure ↵Jason R. Coombs2013-08-313-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. Coombs2013-08-307-202/+96
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Document __main__.__requires__
| | | * | | | | | Update reference to distribute.Jason R. Coombs2013-08-261-1/+1
| | | | | | | | |
| | | * | | | | | Bumped to 1.2 in preparation for next release.Jason R. Coombs2013-08-264-54/+54
| | | | | | | | |
| | | * | | | | | Added tag 1.1 for changeset d943b67fe80dJason R. Coombs2013-08-260-0/+0
| | | |/ / / / /