aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Restore Python 2.4 compatibility in test_easy_install. Fixes #21Jason R. Coombs2013-06-191-5/+6
* | Merged in vinay.sajip/setuptools/single-codebase (pull request #5)Jason R. Coombs2013-06-1910-17/+33
|\ \
| * | Tidied up imports.Vinay Sajip2013-06-192-7/+1
| * | Add back accidentally deleted import.Vinay Sajip2013-06-191-0/+1
| * | More post-merge fixes.Vinay Sajip2013-06-194-5/+3
| * | Post-merge fixes.Vinay Sajip2013-06-191-2/+2
| * | Merged upstream changes.Vinay Sajip2013-06-1922-119/+118
| |\ \
| * | | Misc. updates following 2to3 checks.Vinay Sajip2013-06-1710-12/+19
| * | | Updated to fix errors on 2.5.Vinay Sajip2013-06-152-2/+2
| * | | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ate...Vinay Sajip2013-06-1527-189/+318
* | | | Merge with 0.7.40.8b2Jason R. Coombs2013-06-193-3/+659
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Bumped to 0.7.5 in preparation for next release.Jason R. Coombs2013-06-191-1/+1
| * | Reference parsed svn version variable instead of the whole of the data. Fixes...0.7.4Jason R. Coombs2013-06-191-1/+1
| * | Add test capturing failure on Python 3 in egg_info.get_svn_revision (#20). eg...Jason R. Coombs2013-06-193-2/+658
| * | Bumped to 0.7.4 in preparation for next release.Jason R. Coombs2013-06-181-1/+1
| |/
* | Bumped to 0.8 in preparation for next release.Jason R. Coombs2013-06-181-1/+1