summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| * | | | Extract protected _get_script_args to capture type parameter.Jason R. Coombs2013-08-051-36/+41
| * | | | Moved get_script_args into a ScriptWriter class methodJason R. Coombs2013-08-051-40/+44
| * | | | extract launcher type indicationJason R. Coombs2013-08-051-2/+3
| * | | | Beginning extraction of ScriptWriter classes for writing console and gui scriptsJason R. Coombs2013-08-051-12/+15
| |/ / /
| * | | Syntax update for easy_install commandJason R. Coombs2013-08-051-144/+85
| * | | Move version into its own file so that setuptools machinery isn't necessary t...Jason R. Coombs2013-08-052-1/+2
| * | | Unlink destination file before writing scripts.Michał Górny2013-08-051-0/+2
| * | | Bumped to 0.9.9 in preparation for next release.Jason R. Coombs2013-07-251-1/+1
| * | | Add test to exercise the basic functionality of _vcs_split_rev_from_urlJason R. Coombs2013-07-241-0/+9
| * | | Make PackageIndex._vcs_split_rev_from_url a static method (as it doesn't have...Jason R. Coombs2013-07-241-1/+2
| * | | Import urlsplit and urlunsplit from compat module. Fixes #53.Jason R. Coombs2013-07-241-1/+1
| * | | Add 'urlsplit' and 'urlunsplit' to compat moduleJason R. Coombs2013-07-241-2/+5
| * | | Replace import * with explicit imports, allowing linter to detect the missing...Jason R. Coombs2013-07-241-1/+5
| * | | Normalize whitespace in package_index.pyJason R. Coombs2013-07-241-77/+2
| * | | Re-indent several function signatures to reduce linter warningsJason R. Coombs2013-07-241-15/+20
| * | | Clean up imports in package_indexJason R. Coombs2013-07-241-1/+6
| * | | Remove unused importsJason R. Coombs2013-07-241-3/+2
| * | | Bumped to 0.9.8 in preparation for next release.Jason R. Coombs2013-07-221-1/+1
| * | | Update test to reflect the copy of the hash name stored because pypy doesn't ...Jason R. Coombs2013-07-221-5/+1
| * | | package_index.py : fix hash_nameDaniel Holth2013-07-221-17/+3
* | | | Added a legacy fallback testPhilip Thiem2013-09-282-17/+244
* | | | Removed extra stuff in egg_infoPhilip Thiem2013-07-201-2/+0
* | | | Tweaks to get everything to pass again.Philip Thiem2013-07-202-7/+12
* | | | Merge with defaultPhilip Thiem2013-07-2012-25/+1202
|\ \ \ \ | |/ / /
| * | | add _-separated keys to environment markersDaniel Holth2013-07-201-0/+4
| * | | Bumped to 0.9.7 in preparation for next release.Jason R. Coombs2013-07-171-1/+1
| * | | Add compatibility for Python 2.4 when querying the hash name. Fixes #440.9.6Jason R. Coombs2013-07-172-2/+31
| * | | Bumped to 0.9.6 in preparation for next release.Jason R. Coombs2013-07-151-1/+1
| * | | Merge github pull requestJason R. Coombs2013-07-151-1/+8
| |\ \ \
| | * | | Fix backported ssl_match_hostname for http://bugs.python.org/issue17980Toshio Kuratomi2013-07-151-1/+8
| | | |/ | | |/|