summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Collapse)AuthorAgeFilesLines
...
* Extracted hash-checking functionality into its own classes. Hashes are no ↵Jason R. Coombs2013-07-151-26/+73
| | | | longer checked when the proper pattern isn't detected. Fixes #42.
* 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 ↵Jason R. Coombs2013-07-131-3/+3
| | | | Distribute #386.
* 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
| | | | | --HG-- extra : rebase_source : 1c5040c4a89dfcd4ec8cf2ad64825d5bc73ebe30
* Add a shim for python 2.4 compatability with hashlibDonald Stufft2013-07-091-0/+6
| | | | | --HG-- extra : rebase_source : 5f573e600aadbe9c95561ee28c05cee02c7db559
* Add the pure python sha implementations from PyPy to handle Python 2.4Donald Stufft2013-07-095-0/+1053
| | | | | --HG-- extra : rebase_source : ffdfb8a18db6ad43a669231a47e2674964776b48
* 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
|\ \ | | | | | | | | | Additional changes relating to single codebase support
| * | Tidied up imports.Vinay Sajip2013-06-192-7/+1
| | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | Add back accidentally deleted import.Vinay Sajip2013-06-191-0/+1
| | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | More post-merge fixes.Vinay Sajip2013-06-194-5/+3
| | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | Post-merge fixes.Vinay Sajip2013-06-191-2/+2
| | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | Merged upstream changes.Vinay Sajip2013-06-1922-119/+118
| |\ \ | | | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | | Misc. updates following 2to3 checks.Vinay Sajip2013-06-1710-12/+19
| | | | | | | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | | Updated to fix errors on 2.5.Vinay Sajip2013-06-152-2/+2
| | | | | | | | | | | | | | | | | | | | --HG-- branch : single-codebase
| * | | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ↵Vinay Sajip2013-06-1527-189/+318
| | | | | | | | | | | | | | | | | | | | | | | | | | | | atexit errors in the multiprocessing module in 2.7/3.2 (seemingly unrelated to setuptools). --HG-- branch : single-codebase
* | | | 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. ↵0.7.4Jason R. Coombs2013-06-191-1/+1
| | | | | | | | | | | | Fixes #20
| * | Add test capturing failure on Python 3 in egg_info.get_svn_revision (#20). ↵Jason R. Coombs2013-06-193-2/+658
| | | | | | | | | | | | egg_info.get_svn_revision is now a staticmethod.
| * | 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
|\ \ | |/ |/| | | | | --HG-- rename : tests/test_distribute_setup.py => tests/test_ez_setup.py
| * Fix Python3 compatibility issue in filterfalseJason R. Coombs2013-06-172-2/+5
| | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 71e3e89efe6483924a07e7f9819ee86f08dbf1f2 extra : histedit_source : fa75c7bc174b248c74da7b4efd5f6f05c36b6ae4
| * Use unicode from compat moduleJason R. Coombs2013-06-171-2/+2
| | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c4dd03dba58146eed2f620cd6d6b7ab52ee9d109 extra : histedit_source : 02c194ea1c97e8aea64fd23d77efc1bade185c0a
| * Re-save test modules with UTF-8 encodingJason R. Coombs2013-06-171-6/+6
| | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 6728580b2f2f10026fe0f196db7ea5510acac704 extra : histedit_source : f4fbf02bbe3e4e39caf1aa2f5a354c99d9249e65
| * Update exceptions for Python 3 compatibilityJason R. Coombs2013-06-171-4/+8
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 354795c0a0b8a864583f2549ce869e719be265d2
| * Remove unused importJason R. Coombs2013-06-181-4/+4
| | | | | | | | | | --HG-- branch : distribute
| * Merge Vinay Sajip's unified Python 2/3 support from distribute 3Jason R. Coombs2013-06-1830-205/+726
| |\ | | | | | | | | | | | | --HG-- branch : distribute
| * | Fixed some resource leaks.Vinay Sajip2012-10-105-26/+45
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : source : 98c929e25fee11a99eb125dd9a13521321d68dd3
| * | Updated win_script_wrapper to run on Python 2 and Python 3Jason R. Coombs2013-06-181-31/+46
| | | | | | | | | | | | | | | --HG-- branch : distribute
| * | Minor fix previously fixed in a mergeJason R. Coombs2013-06-182-2/+4
| | | | | | | | | | | | | | | --HG-- branch : distribute
| * | Post-merge fixes for Python 3.Vinay Sajip2012-10-106-11/+18
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : source : 6b9041dea7b9197f6ea1fb993d7a05dd4f7c580d
| * | Merge with upstreamJason R. Coombs2013-06-1836-288/+1401
| |\ \ | | | | | | | | | | | | | | | | --HG-- branch : distribute
| * | | Fixed execfile in compat.py.Vinay Sajip2011-06-211-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : cf31870fee8b718e14e209d957905c8d7573beba
| * | | Fixed some bugs, tests now also all pass on 2.7 and 3.2.Vinay Sajip2011-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 25c6042a716c49e3576605c3cf4e2878d5b85c18
| * | | Fixed some bugs - tests now all pass under Python 3.3.Vinay Sajip2011-06-212-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3498bfdc0d4c15e4276673b52e924c461ca353f0
| * | | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-2023-164/+269
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 7d3608edee54a43789f0574d702fb839628b5071
* | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (grafted from 3b91f246d8de2f54b4b764dfe362a3677a001162) --HG-- branch : setuptools-0.6 extra : source : 3b91f246d8de2f54b4b764dfe362a3677a001162
* | | | | Prefer namespaced usageJason R. Coombs2013-05-281-2/+3
| | | | |