summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update changelog0.9.2Jason R. Coombs2013-07-151-0/+7
* Added a couple of additional tests, including one capturing #42.Jason R. Coombs2013-07-151-0/+14
* Added a test to prove the basic usage of content checksJason R. Coombs2013-07-151-0/+11
* Extracted hash-checking functionality into its own classes. Hashes are no lon...Jason R. Coombs2013-07-151-26/+73
* Bumped to 0.9.2 in preparation for next release.Jason R. Coombs2013-07-134-57/+57
* Added tag 0.9.1 for changeset 9e5a8f734662Jason R. Coombs2013-07-131-0/+1
* Update changelog0.9.1Jason R. Coombs2013-07-131-0/+1
* Re-wrote link inference to now respect specific patterns and generate links t...Jason R. Coombs2013-07-132-191/+165
* Have the documentation also grab the version from setuptools/__init__.pyJason R. Coombs2013-07-132-3/+4
* setup.py now loads the version from setuptools/__init__.py, limiting the plac...Jason R. Coombs2013-07-132-6/+5
* Updated egg_info with corrected metadataJason R. Coombs2013-07-133-53/+53
* Correct reference to certifi version (updated incorrectly by release.py script)Jason R. Coombs2013-07-131-2/+2
* Bumped to 0.9.1 in preparation for next release.Jason R. Coombs2013-07-134-7/+7
* Regenerated bundled egg-infoJason R. Coombs2013-07-133-54/+54
* Allow other arguments and kwargs to os.open when in the sandbox. Fixes Distri...Jason R. Coombs2013-07-132-3/+9
* Now that setup script is importable, the release script can grab the version ...Jason R. Coombs2013-07-131-4/+1
* Allow setup script to be importedJason R. Coombs2013-07-131-1/+4
* Remove 2to3 build support for setuptools itselfJason R. Coombs2013-07-131-37/+0
* Remove unused importJason R. Coombs2013-07-131-1/+0
* Factored out the setuptools-specific code from release.py and moved the commo...Jason R. Coombs2013-07-131-205/+9
* Bumped to 0.10 in preparation for next release.Jason R. Coombs2013-07-138-50/+50
* Added tag 0.9 for changeset 3078b1e56639Jason R. Coombs2013-07-131-0/+1
* Updated changelog and contributors0.9Jason R. Coombs2013-07-132-0/+7
* 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
* Spaces for indentJason R. Coombs2013-07-081-188/+188
* Added stubbed upload_ez_setup functionJason R. Coombs2013-07-081-0/+8
* Point to permalink for ez_setup.py in README. Fixes #25.Jason R. Coombs2013-07-082-5/+5
* Use requests for updating milestone and versionJason R. Coombs2013-07-051-15/+5
* Bumped to 0.9 in preparation for next release.Jason R. Coombs2013-07-058-51/+51
* Added tag 0.8 for changeset e3d70539e79fJason R. Coombs2013-07-051-0/+1
* Fixed AttributeError around izip_longest0.8Jason R. Coombs2013-07-051-1/+6
* Fixed two more NameErrors on Python 3 in release scriptJason R. Coombs2013-07-051-2/+2
* Re-enable automatic registration and upload of the released packageJason R. Coombs2013-07-051-2/+2
* Added tag 0.8b7 for changeset 979d598822bcJason R. Coombs2013-07-041-0/+1
* Merge with 0.7.80.8b7Jason R. Coombs2013-07-043-1/+18
|\
| * Bumped to 0.7.9 in preparation for next release.Jason R. Coombs2013-07-046-10/+10
| * Added tag 0.7.8 for changeset 236de1de68b1Jason R. Coombs2013-07-041-0/+1
| * Update changelog0.7.8Jason R. Coombs2013-07-041-0/+6
| * Merge with Distribute 0.6.49Jason R. Coombs2013-07-043-1/+11
| |\
| | * Bumped to 0.6.50 in preparation for next release.Jason R. Coombs2013-07-045-8/+8
| | * Added tag 0.6.49 for changeset f657df1f1ed4Jason R. Coombs2013-07-041-0/+1
| | * Merge another fix for regressions brought about by #375.0.6.49Jason R. Coombs2013-07-042-1/+10
| | |\
| | | * Move warning check in `get_cache_path` to follow directory creation. Fixes #375.Jason R. Coombs2013-07-042-1/+10
* | | | Added tag 0.8b6 for changeset 26f59ec0f0f6Jason R. Coombs2013-07-031-0/+1
* | | | Issue #32: Fixed TypeError in get_resource_stream on zipped eggs0.8b6Jason R. Coombs2013-07-033-55/+55
* | | | No need to thunk here - the preferred module is already imported aboveJason R. Coombs2013-07-031-9/+0
* | | | Added tag 0.8b5 for changeset 567939379497Jason R. Coombs2013-07-021-0/+1
* | | | Merge with distribute0.8b5Jason R. Coombs2013-07-020-0/+0
|\ \ \ \