| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add _-separated keys to environment markers | Daniel Holth | 2013-07-20 | 1 | -0/+4 |
| | | |||||
| * | Bumped to 0.9.7 in preparation for next release. | Jason R. Coombs | 2013-07-17 | 1 | -1/+1 |
| | | |||||
| * | Add compatibility for Python 2.4 when querying the hash name. Fixes #440.9.6 | Jason R. Coombs | 2013-07-17 | 2 | -2/+31 |
| | | |||||
| * | Bumped to 0.9.6 in preparation for next release. | Jason R. Coombs | 2013-07-15 | 1 | -1/+1 |
| | | |||||
| * | Merge github pull request | Jason R. Coombs | 2013-07-15 | 1 | -1/+8 |
| |\ | |||||
| | * | Fix backported ssl_match_hostname for http://bugs.python.org/issue17980 | Toshio Kuratomi | 2013-07-15 | 1 | -1/+8 |
| | | | |||||
| * | | Bumped to 0.9.5 in preparation for next release. | Jason R. Coombs | 2013-07-15 | 1 | -1/+1 |
| |/ | |||||
| * | Bumped to 0.9.4 in preparation for next release. | Jason R. Coombs | 2013-07-15 | 1 | -1/+1 |
| | | |||||
| * | Use 'is_valid' instead of simply 'valid' or 'check', which are less clear ↵0.9.3 | Jason R. Coombs | 2013-07-15 | 2 | -6/+6 |
| | | | | | about the purpose of the method. Fixes AttributeError introduces in 0.9.2. Fixes #42. | ||||
| * | Bumped to 0.9.3 in preparation for next release. | Jason R. Coombs | 2013-07-15 | 1 | -1/+1 |
| | | |||||
| * | Added a couple of additional tests, including one capturing #42. | Jason R. Coombs | 2013-07-15 | 1 | -0/+14 |
| | | |||||
| * | Added a test to prove the basic usage of content checks | Jason R. Coombs | 2013-07-15 | 1 | -0/+11 |
| | | |||||
| * | 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 | ||||
