aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | 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
* | | Bumped to 0.9.5 in preparation for next release.Jason R. Coombs2013-07-151-1/+1
|/ /
* | Bumped to 0.9.4 in preparation for next release.Jason R. Coombs2013-07-151-1/+1
* | Use 'is_valid' instead of simply 'valid' or 'check', which are less clear abo...0.9.3Jason R. Coombs2013-07-152-6/+6
* | Bumped to 0.9.3 in preparation for next release.Jason R. Coombs2013-07-151-1/+1
* | Added a couple of additional tests, including one capturing #42.Jason R. Coombs2013-07-151-0/+14
* | Added a test to prove the basic usage of content checksJason R. Coombs2013-07-151-0/+11
|/
* Extracted hash-checking functionality into its own classes. Hashes are no lon...Jason R. Coombs2013-07-151-26/+73
* Bumped to 0.9.2 in preparation for next release.Jason R. Coombs2013-07-131-1/+1
* Bumped to 0.9.1 in preparation for next release.Jason R. Coombs2013-07-131-1/+1
* Allow other arguments and kwargs to os.open when in the sandbox. Fixes Distri...Jason R. Coombs2013-07-131-3/+3
* Bumped to 0.10 in preparation for next release.Jason R. Coombs2013-07-131-1/+1
* Enable using any guarenteed hash as a hash functionDonald Stufft2013-07-091-14/+20
* Add a shim for python 2.4 compatability with hashlibDonald Stufft2013-07-091-0/+6
* Add the pure python sha implementations from PyPy to handle Python 2.4Donald Stufft2013-07-095-0/+1053
* Bumped to 0.9 in preparation for next release.Jason R. Coombs2013-07-051-1/+1
* Merge fix for #21Jason R. Coombs2013-06-191-5/+6
|\