summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add compatibility for Python 2.4 when querying the hash name. Fixes #440.9.6Jason R. Coombs2013-07-175-67/+103
|
* Bumped to 0.9.6 in preparation for next release.Jason R. Coombs2013-07-154-49/+49
|
* Added tag 0.9.5 for changeset 88e3d6788facJason R. Coombs2013-07-151-0/+1
|
* Update changelog0.9.5Jason R. Coombs2013-07-152-0/+8
|
* Merge github pull requestJason R. Coombs2013-07-151-1/+8
|\
| * Fix backported ssl_match_hostname for http://bugs.python.org/issue17980Toshio Kuratomi2013-07-151-1/+8
| |
* | Bumped to 0.9.5 in preparation for next release.Jason R. Coombs2013-07-154-45/+45
| |
* | Added tag 0.9.4 for changeset 1aef141fc968Jason R. Coombs2013-07-151-0/+1
|/
* Load version from the file rather than by importing the module (which is ↵0.9.4Jason R. Coombs2013-07-152-1/+14
| | | | subject to variance based on sys.path). Fixes #43.
* better variable nameJason R. Coombs2013-07-151-3/+3
|
* Bumped to 0.9.4 in preparation for next release.Jason R. Coombs2013-07-154-52/+52
|
* Added tag 0.9.3 for changeset 3e9d2e89de3aJason R. Coombs2013-07-151-0/+1
|
* Use 'is_valid' instead of simply 'valid' or 'check', which are less clear ↵0.9.3Jason R. Coombs2013-07-153-6/+12
| | | | 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. Coombs2013-07-154-48/+48
|
* Added tag 0.9.2 for changeset 37444bb32e17Jason R. Coombs2013-07-151-0/+1
|
* 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 ↵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-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 ↵Jason R. Coombs2013-07-132-191/+165
| | | | to known issue trackers.
* 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 ↵Jason R. Coombs2013-07-132-6/+5
| | | | places where release.py must keep in sync.
* 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 ↵Jason R. Coombs2013-07-132-3/+9
| | | | Distribute #386.
* Now that setup script is importable, the release script can grab the version ↵Jason R. Coombs2013-07-131-4/+1
| | | | from setup.py
* 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 ↵Jason R. Coombs2013-07-131-205/+9
| | | | common functionality into jaraco.packaging. Use jaraco.packaging to enact releases.
* 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
| | | | | --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
* 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
|