| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Extracted hash-checking functionality into its own classes. Hashes are no ↵ | Jason R. Coombs | 2013-07-15 | 1 | -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. Coombs | 2013-07-13 | 1 | -1/+1 | |
| | | ||||||
| * | Bumped to 0.9.1 in preparation for next release. | Jason R. Coombs | 2013-07-13 | 1 | -1/+1 | |
| | | ||||||
| * | Allow other arguments and kwargs to os.open when in the sandbox. Fixes ↵ | Jason R. Coombs | 2013-07-13 | 1 | -3/+3 | |
| | | | | | Distribute #386. | |||||
| * | Bumped to 0.10 in preparation for next release. | Jason R. Coombs | 2013-07-13 | 1 | -1/+1 | |
| | | ||||||
| * | Enable using any guarenteed hash as a hash function | Donald Stufft | 2013-07-09 | 1 | -14/+20 | |
| | | | | | | --HG-- extra : rebase_source : 1c5040c4a89dfcd4ec8cf2ad64825d5bc73ebe30 | |||||
| * | Add a shim for python 2.4 compatability with hashlib | Donald Stufft | 2013-07-09 | 1 | -0/+6 | |
| | | | | | | --HG-- extra : rebase_source : 5f573e600aadbe9c95561ee28c05cee02c7db559 | |||||
| * | Add the pure python sha implementations from PyPy to handle Python 2.4 | Donald Stufft | 2013-07-09 | 5 | -0/+1053 | |
| | | | | | | --HG-- extra : rebase_source : ffdfb8a18db6ad43a669231a47e2674964776b48 | |||||
| * | Bumped to 0.9 in preparation for next release. | Jason R. Coombs | 2013-07-05 | 1 | -1/+1 | |
| | | ||||||
| * | Merge fix for #21 | Jason R. Coombs | 2013-06-19 | 1 | -5/+6 | |
| |\ | ||||||
| | * | Restore Python 2.4 compatibility in test_easy_install. Fixes #21 | Jason R. Coombs | 2013-06-19 | 1 | -5/+6 | |
| | | | ||||||
| * | | Merged in vinay.sajip/setuptools/single-codebase (pull request #5) | Jason R. Coombs | 2013-06-19 | 10 | -17/+33 | |
| |\ \ | | | | | | | | | | Additional changes relating to single codebase support | |||||
| | * | | Tidied up imports. | Vinay Sajip | 2013-06-19 | 2 | -7/+1 | |
| | | | | | | | | | | | | | | | | --HG-- branch : single-codebase | |||||
| | * | | Add back accidentally deleted import. | Vinay Sajip | 2013-06-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | --HG-- branch : single-codebase | |||||
| | * | | More post-merge fixes. | Vinay Sajip | 2013-06-19 | 4 | -5/+3 | |
| | | | | | | | | | | | | | | | | --HG-- branch : single-codebase | |||||
| | * | | Post-merge fixes. | Vinay Sajip | 2013-06-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | --HG-- branch : single-codebase | |||||
| | * | | Merged upstream changes. | Vinay Sajip | 2013-06-19 | 22 | -119/+118 | |
| | |\ \ | | | | | | | | | | | | | | | | | --HG-- branch : single-codebase | |||||
| | * | | | Misc. updates following 2to3 checks. | Vinay Sajip | 2013-06-17 | 10 | -12/+19 | |
| | | | | | | | | | | | | | | | | | | | | | --HG-- branch : single-codebase | |||||
| | * | | | Updated to fix errors on 2.5. | Vinay Sajip | 2013-06-15 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | --HG-- branch : single-codebase | |||||
| | * | | | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ↵ | Vinay Sajip | 2013-06-15 | 27 | -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.8b2 | Jason R. Coombs | 2013-06-19 | 3 | -3/+659 | |
| |\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | ||||||
| | * | | Bumped to 0.7.5 in preparation for next release. | Jason R. Coombs | 2013-06-19 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Reference parsed svn version variable instead of the whole of the data. ↵0.7.4 | Jason R. Coombs | 2013-06-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Fixes #20 | |||||
| | * | | Add test capturing failure on Python 3 in egg_info.get_svn_revision (#20). ↵ | Jason R. Coombs | 2013-06-19 | 3 | -2/+658 | |
| | | | | | | | | | | | | | egg_info.get_svn_revision is now a staticmethod. | |||||
| | * | | Bumped to 0.7.4 in preparation for next release. | Jason R. Coombs | 2013-06-18 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | Bumped to 0.8 in preparation for next release. | Jason R. Coombs | 2013-06-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge Python 3 native support from distribute | Jason R. Coombs | 2013-06-18 | 29 | -270/+382 | |
| |\ \ | |/ |/| | | | | | --HG-- rename : tests/test_distribute_setup.py => tests/test_ez_setup.py | |||||
| | * | Fix Python3 compatibility issue in filterfalse | Jason R. Coombs | 2013-06-17 | 2 | -2/+5 | |
| | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 71e3e89efe6483924a07e7f9819ee86f08dbf1f2 extra : histedit_source : fa75c7bc174b248c74da7b4efd5f6f05c36b6ae4 | |||||
| | * | Use unicode from compat module | Jason R. Coombs | 2013-06-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c4dd03dba58146eed2f620cd6d6b7ab52ee9d109 extra : histedit_source : 02c194ea1c97e8aea64fd23d77efc1bade185c0a | |||||
| | * | Re-save test modules with UTF-8 encoding | Jason R. Coombs | 2013-06-17 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 6728580b2f2f10026fe0f196db7ea5510acac704 extra : histedit_source : f4fbf02bbe3e4e39caf1aa2f5a354c99d9249e65 | |||||
| | * | Update exceptions for Python 3 compatibility | Jason R. Coombs | 2013-06-17 | 1 | -4/+8 | |
| | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 354795c0a0b8a864583f2549ce869e719be265d2 | |||||
| | * | Remove unused import | Jason R. Coombs | 2013-06-18 | 1 | -4/+4 | |
| | | | | | | | | | | | --HG-- branch : distribute | |||||
| | * | Merge Vinay Sajip's unified Python 2/3 support from distribute 3 | Jason R. Coombs | 2013-06-18 | 30 | -205/+726 | |
| | |\ | | | | | | | | | | | | | --HG-- branch : distribute | |||||
| | * | | Fixed some resource leaks. | Vinay Sajip | 2012-10-10 | 5 | -26/+45 | |
| | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : source : 98c929e25fee11a99eb125dd9a13521321d68dd3 | |||||
| | * | | Updated win_script_wrapper to run on Python 2 and Python 3 | Jason R. Coombs | 2013-06-18 | 1 | -31/+46 | |
| | | | | | | | | | | | | | | | | --HG-- branch : distribute | |||||
| | * | | Minor fix previously fixed in a merge | Jason R. Coombs | 2013-06-18 | 2 | -2/+4 | |
| | | | | | | | | | | | | | | | | --HG-- branch : distribute | |||||
| | * | | Post-merge fixes for Python 3. | Vinay Sajip | 2012-10-10 | 6 | -11/+18 | |
| | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : source : 6b9041dea7b9197f6ea1fb993d7a05dd4f7c580d | |||||
| | * | | Merge with upstream | Jason R. Coombs | 2013-06-18 | 36 | -288/+1401 | |
| | |\ \ | | | | | | | | | | | | | | | | | --HG-- branch : distribute | |||||
| | * | | | Fixed execfile in compat.py. | Vinay Sajip | 2011-06-21 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : cf31870fee8b718e14e209d957905c8d7573beba | |||||
| | * | | | Fixed some bugs, tests now also all pass on 2.7 and 3.2. | Vinay Sajip | 2011-06-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 25c6042a716c49e3576605c3cf4e2878d5b85c18 | |||||
| | * | | | Fixed some bugs - tests now all pass under Python 3.3. | Vinay Sajip | 2011-06-21 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3498bfdc0d4c15e4276673b52e924c461ca353f0 | |||||
| | * | | | Changes to support 2.x and 3.x in the same codebase. | Vinay Sajip | 2011-06-20 | 23 | -164/+269 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 7d3608edee54a43789f0574d702fb839628b5071 | |||||
| * | | | | Use new sysconfig module with Python 2.7 or >=3.2. | Arfrever Frehtes Taifersar Arahesis | 2013-06-12 | 3 | -16/+38 | |
| | | | | | ||||||
| * | | | | Update some URLs (packages.python.org -> pythonhosted.org). | Arfrever Frehtes Taifersar Arahesis | 2013-06-11 | 2 | -5/+5 | |
| | | | | | ||||||
| * | | | | Update some URLs. | Arfrever Frehtes Taifersar Arahesis | 2013-06-11 | 2 | -2/+2 | |
| | | | | | ||||||
| * | | | | Bump version so it's reported correctly | Jason R. Coombs | 2013-06-09 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Correct pkg_resources reference again (broken in e002a2ff195b) | Jason R. Coombs | 2013-06-03 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merge with setuptools-0.6 | Jason R. Coombs | 2013-06-01 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | Correct missing import in ssl_support | pje | 2013-05-31 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (grafted from 3b91f246d8de2f54b4b764dfe362a3677a001162) --HG-- branch : setuptools-0.6 extra : source : 3b91f246d8de2f54b4b764dfe362a3677a001162 | |||||
| * | | | | | Prefer namespaced usage | Jason R. Coombs | 2013-05-28 | 1 | -2/+3 | |
| | | | | | | ||||||
