| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update changelog0.9.2 | Jason R. Coombs | 2013-07-15 | 1 | -0/+7 |
| | | |||||
| * | 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 | 4 | -57/+57 |
| | | |||||
| * | Added tag 0.9.1 for changeset 9e5a8f734662 | Jason R. Coombs | 2013-07-13 | 1 | -0/+1 |
| | | |||||
| * | Update changelog0.9.1 | Jason R. Coombs | 2013-07-13 | 1 | -0/+1 |
| | | |||||
| * | Re-wrote link inference to now respect specific patterns and generate links ↵ | Jason R. Coombs | 2013-07-13 | 2 | -191/+165 |
| | | | | | to known issue trackers. | ||||
| * | Have the documentation also grab the version from setuptools/__init__.py | Jason R. Coombs | 2013-07-13 | 2 | -3/+4 |
| | | |||||
| * | setup.py now loads the version from setuptools/__init__.py, limiting the ↵ | Jason R. Coombs | 2013-07-13 | 2 | -6/+5 |
| | | | | | places where release.py must keep in sync. | ||||
| * | Updated egg_info with corrected metadata | Jason R. Coombs | 2013-07-13 | 3 | -53/+53 |
| | | |||||
| * | Correct reference to certifi version (updated incorrectly by release.py script) | Jason R. Coombs | 2013-07-13 | 1 | -2/+2 |
| | | |||||
| * | Bumped to 0.9.1 in preparation for next release. | Jason R. Coombs | 2013-07-13 | 4 | -7/+7 |
| | | |||||
| * | Regenerated bundled egg-info | Jason R. Coombs | 2013-07-13 | 3 | -54/+54 |
| | | |||||
| * | Allow other arguments and kwargs to os.open when in the sandbox. Fixes ↵ | Jason R. Coombs | 2013-07-13 | 2 | -3/+9 |
| | | | | | Distribute #386. | ||||
| * | Now that setup script is importable, the release script can grab the version ↵ | Jason R. Coombs | 2013-07-13 | 1 | -4/+1 |
| | | | | | from setup.py | ||||
| * | Allow setup script to be imported | Jason R. Coombs | 2013-07-13 | 1 | -1/+4 |
| | | |||||
| * | Remove 2to3 build support for setuptools itself | Jason R. Coombs | 2013-07-13 | 1 | -37/+0 |
| | | |||||
| * | Remove unused import | Jason R. Coombs | 2013-07-13 | 1 | -1/+0 |
| | | |||||
| * | Factored out the setuptools-specific code from release.py and moved the ↵ | Jason R. Coombs | 2013-07-13 | 1 | -205/+9 |
| | | | | | common functionality into jaraco.packaging. Use jaraco.packaging to enact releases. | ||||
| * | Bumped to 0.10 in preparation for next release. | Jason R. Coombs | 2013-07-13 | 8 | -50/+50 |
| | | |||||
| * | Added tag 0.9 for changeset 3078b1e56639 | Jason R. Coombs | 2013-07-13 | 1 | -0/+1 |
| | | |||||
| * | Updated changelog and contributors0.9 | Jason R. Coombs | 2013-07-13 | 2 | -0/+7 |
| | | |||||
| * | 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 | ||||
| * | Spaces for indent | Jason R. Coombs | 2013-07-08 | 1 | -188/+188 |
| | | |||||
| * | Added stubbed upload_ez_setup function | Jason R. Coombs | 2013-07-08 | 1 | -0/+8 |
| | | |||||
| * | Point to permalink for ez_setup.py in README. Fixes #25. | Jason R. Coombs | 2013-07-08 | 2 | -5/+5 |
| | | |||||
| * | Use requests for updating milestone and version | Jason R. Coombs | 2013-07-05 | 1 | -15/+5 |
| | | |||||
| * | Bumped to 0.9 in preparation for next release. | Jason R. Coombs | 2013-07-05 | 8 | -51/+51 |
| | | |||||
| * | Added tag 0.8 for changeset e3d70539e79f | Jason R. Coombs | 2013-07-05 | 1 | -0/+1 |
| | | |||||
| * | Fixed AttributeError around izip_longest0.8 | Jason R. Coombs | 2013-07-05 | 1 | -1/+6 |
| | | |||||
| * | Fixed two more NameErrors on Python 3 in release script | Jason R. Coombs | 2013-07-05 | 1 | -2/+2 |
| | | |||||
| * | Re-enable automatic registration and upload of the released package | Jason R. Coombs | 2013-07-05 | 1 | -2/+2 |
| | | |||||
| * | Added tag 0.8b7 for changeset 979d598822bc | Jason R. Coombs | 2013-07-04 | 1 | -0/+1 |
| | | |||||
| * | Merge with 0.7.80.8b7 | Jason R. Coombs | 2013-07-04 | 3 | -1/+18 |
| |\ | |||||
| | * | Bumped to 0.7.9 in preparation for next release. | Jason R. Coombs | 2013-07-04 | 6 | -10/+10 |
| | | | |||||
| | * | Added tag 0.7.8 for changeset 236de1de68b1 | Jason R. Coombs | 2013-07-04 | 1 | -0/+1 |
| | | | |||||
| | * | Update changelog0.7.8 | Jason R. Coombs | 2013-07-04 | 1 | -0/+6 |
| | | | |||||
| | * | Merge with Distribute 0.6.49 | Jason R. Coombs | 2013-07-04 | 3 | -1/+11 |
| | |\ | | | | | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py | ||||
| | | * | Bumped to 0.6.50 in preparation for next release. | Jason R. Coombs | 2013-07-04 | 5 | -8/+8 |
| | | | | | | | | | | | | | | | | --HG-- branch : distribute | ||||
| | | * | Added tag 0.6.49 for changeset f657df1f1ed4 | Jason R. Coombs | 2013-07-04 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | --HG-- branch : distribute | ||||
| | | * | Merge another fix for regressions brought about by #375.0.6.49 | Jason R. Coombs | 2013-07-04 | 2 | -1/+10 |
| | | |\ | | | | | | | | | | | | | | | | | --HG-- branch : distribute | ||||
| | | | * | Move warning check in `get_cache_path` to follow directory creation. Fixes #375. | Jason R. Coombs | 2013-07-04 | 2 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute | ||||
| * | | | | Added tag 0.8b6 for changeset 26f59ec0f0f6 | Jason R. Coombs | 2013-07-03 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Issue #32: Fixed TypeError in get_resource_stream on zipped eggs0.8b6 | Jason R. Coombs | 2013-07-03 | 3 | -55/+55 |
| | | | | | |||||
| * | | | | No need to thunk here - the preferred module is already imported above | Jason R. Coombs | 2013-07-03 | 1 | -9/+0 |
| | | | | | |||||
| * | | | | Added tag 0.8b5 for changeset 567939379497 | Jason R. Coombs | 2013-07-02 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Merge with distribute0.8b5 | Jason R. Coombs | 2013-07-02 | 0 | -0/+0 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | --HG-- rename : tests/test_distribute_setup.py => tests/test_ez_setup.py | ||||
