summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Bumped to 1.1.1 in preparation for next release.1.1.1Jason R. Coombs2013-09-031-1/+1
* Correct AttributeError in upload command on Python 2.4. Fixes #76Jason R. Coombs2013-09-031-1/+1
* 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
* Bumped to 1.2 in preparation for next release.Jason R. Coombs2013-08-261-1/+1
* Updated error message reported when `--allow-hosts` blocks a link to provide ...Jason R. Coombs2013-08-251-1/+2
* Trim excess whitespaceJason R. Coombs2013-08-251-123/+4
* Remove unused importsJason R. Coombs2013-08-251-4/+0
* Reorganize importsJason R. Coombs2013-08-251-4/+9
* Bumped to 1.1 in preparation for next release.Jason R. Coombs2013-08-171-1/+1
* Removed the --delete-conflicting and --ignore-conflicts-at-my-risk options, w...1.0Jason R. Coombs2013-08-171-40/+4
* Changed the launcher relevant environment variable to SETUPTOOLS_LAUNCHER and...Jason R. Coombs2013-08-171-8/+8
* Set stacklevel on DeprecationWarning for more relevant locality.Jason R. Coombs2013-08-151-3/+6
* Merge1.0b3Jason R. Coombs2013-08-141-1/+1
|\
| * Fix template rendering errorJason R. Coombs2013-08-141-1/+1
* | Warn when scripts are installed but PATHEXT isn't setJason R. Coombs2013-08-131-0/+4
* | Use .pya extension instead of simply .py to avoid creating scripts that are i...Jason R. Coombs2013-08-131-2/+2
* | Remove -script scripts alsoJason R. Coombs2013-08-131-1/+1
* | Fix TypeError when no attrs were passed1.0b2Jason R. Coombs2013-08-111-1/+2
* | Restored tunnel (proxy) support in SSL connections. Fixes #52.Jason R. Coombs2013-08-111-0/+6
* | Officially deprecated Features functionality (per #65).Jason R. Coombs2013-08-111-3/+21
* | Issue 60: Implemented experimental opt-in support for using native launchers ...Jason R. Coombs2013-08-101-19/+44
* | Bumped to 1.0 in preparation for next release.Jason R. Coombs2013-08-091-1/+1
* | Fixed script header generation in easy_install tests. Fixes #37.Jason R. Coombs2013-08-091-2/+2
* | Added test to capture behavior expected behavior on Windows with spaces in th...Jason R. Coombs2013-08-091-0/+4
* | Fixed test_get_script_header failures on Windows when Python is in a director...Jason R. Coombs2013-08-091-3/+6
* | Remove import *Jason R. Coombs2013-08-091-18/+22
* | Spruce up syntax to to address linter warningsJason R. Coombs2013-08-091-42/+26
* | Clean up importsJason R. Coombs2013-08-091-3/+13
* | Use a single, multiline literal to express the template for clarity.Jason R. Coombs2013-08-061-12/+12
* | Add docstringJason R. Coombs2013-08-061-0/+5
* | Use a pattern object to invoke the substitution in _adjust_header, restoring ...Jason R. Coombs2013-08-061-2/+2
* | Extract _adjust_header methodJason R. Coombs2013-08-061-6/+18
* | Name variable for clarityJason R. Coombs2013-08-051-1/+2
* | Move specialized Windows behavior to a specialized subclassJason R. Coombs2013-08-051-36/+48
* | Adapted signature on _get_script_args so it accurately abstracts windows/othe...Jason R. Coombs2013-08-051-41/+44