summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Use new sysconfig module with Python 2.7 or >=3.2.Arfrever Frehtes Taifersar Arahesis2013-06-123-16/+38
* | | | Update some URLs (packages.python.org -> pythonhosted.org).Arfrever Frehtes Taifersar Arahesis2013-06-112-5/+5
* | | | Update some URLs.Arfrever Frehtes Taifersar Arahesis2013-06-112-2/+2
* | | | Bump version so it's reported correctlyJason R. Coombs2013-06-091-1/+1
* | | | Correct pkg_resources reference again (broken in e002a2ff195b)Jason R. Coombs2013-06-031-1/+1
* | | | Merge with setuptools-0.6Jason R. Coombs2013-06-011-1/+1
|\ \ \ \
| * | | | Correct missing import in ssl_supportpje2013-05-311-3/+3
* | | | | Prefer namespaced usageJason R. Coombs2013-05-281-2/+3
* | | | | Import resource_filename from pkg_resourcesEric Larson2013-05-281-2/+2
* | | | | Resave with excess whitespace removedJason R. Coombs2013-05-281-11/+11
* | | | | Merge with Distribute 0.6.43Jason R. Coombs2013-05-251-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Restore Python 2.4 compatible syntaxJason R. Coombs2013-05-241-1/+1
* | | | | Fix use of getheaders on Python 3Jason R. Coombs2013-05-252-4/+18