summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge Python 3 native support from distributeJason R. Coombs2013-06-1829-270/+382
|\ \ | |/ |/|
| * Fix Python3 compatibility issue in filterfalseJason R. Coombs2013-06-172-2/+5
| * Use unicode from compat moduleJason R. Coombs2013-06-171-2/+2
| * Re-save test modules with UTF-8 encodingJason R. Coombs2013-06-171-6/+6
| * Update exceptions for Python 3 compatibilityJason R. Coombs2013-06-171-4/+8
| * Remove unused importJason R. Coombs2013-06-181-4/+4
| * Merge Vinay Sajip's unified Python 2/3 support from distribute 3Jason R. Coombs2013-06-1830-205/+726
| |\
| * | Fixed some resource leaks.Vinay Sajip2012-10-105-26/+45
| * | Updated win_script_wrapper to run on Python 2 and Python 3Jason R. Coombs2013-06-181-31/+46
| * | Minor fix previously fixed in a mergeJason R. Coombs2013-06-182-2/+4
| * | Post-merge fixes for Python 3.Vinay Sajip2012-10-106-11/+18
| * | Merge with upstreamJason R. Coombs2013-06-1836-288/+1401
| |\ \
| * | | Fixed execfile in compat.py.Vinay Sajip2011-06-211-1/+6
| * | | Fixed some bugs, tests now also all pass on 2.7 and 3.2.Vinay Sajip2011-06-211-1/+1
| * | | Fixed some bugs - tests now all pass under Python 3.3.Vinay Sajip2011-06-212-3/+3
| * | | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-2023-164/+269