summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\ | | | | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py
| | * Bumped to 0.6.50 in preparation for next release.Jason R. Coombs2013-07-045-8/+8
| | | | | | | | | | | | | | | --HG-- branch : distribute
| | * Added tag 0.6.49 for changeset f657df1f1ed4Jason R. Coombs2013-07-041-0/+1
| | | | | | | | | | | | | | | --HG-- branch : distribute
| | * Merge another fix for regressions brought about by #375.0.6.49Jason R. Coombs2013-07-042-1/+10
| | |\ | | | | | | | | | | | | | | | | --HG-- branch : distribute
| | | * Move warning check in `get_cache_path` to follow directory creation. Fixes #375.Jason R. Coombs2013-07-042-1/+10
| | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute
* | | | 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
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | --HG-- rename : tests/test_distribute_setup.py => tests/test_ez_setup.py
| * \ \ \ Merge 0.6.48 with native Python 3 codeJason R. Coombs2013-07-028-9/+17
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | --HG-- branch : distribute
* | | | | Fix test failureJason R. Coombs2013-07-021-1/+1
| | | | |
* | | | | MergeJason R. Coombs2013-07-024-1/+25
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Bumped to 0.7.8 in preparation for next release.Jason R. Coombs2013-07-026-10/+10
| | | | |
| * | | | Added tag 0.7.7 for changeset 1506fa538fffJason R. Coombs2013-07-021-0/+1
| | | | |
| * | | | Patched test so it can be run on Python 30.7.7Jason R. Coombs2013-07-021-0/+5
| | | | |
| * | | | Issue #30: Added test for get_cache_path (but it doesn't yet get run)Jason R. Coombs2013-07-022-0/+9
| | | | |
| * | | | Update changelogJason R. Coombs2013-07-021-0/+6
| | | | |
| * | | | Merge with Distribute 0.6.48Jason R. Coombs2013-07-023-1/+9
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py
| | * | | Bumped to 0.6.49 in preparation for next release.Jason R. Coombs2013-07-025-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute
| | * | | Added tag 0.6.48 for changeset cae9127e0534Jason R. Coombs2013-07-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute
| | * | | Update changelog0.6.48Jason R. Coombs2013-07-021-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute
| | * | | Merge fix for AttributeErrorJason R. Coombs2013-07-021-1/+1
| | |\ \ \ | | | | |/ | | | |/| | | | | | | | | | | --HG-- branch : distribute
| | | * | Correct AttributeError again (this time verified)Jason R. Coombs2013-07-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute
* | | | | Added tag 0.8b4 for changeset 5b3c7981a02bJason R. Coombs2013-07-021-0/+1
| | | | |
* | | | | Merge with distribute0.8b4Jason R. Coombs2013-07-021-8/+0
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py
| * | | | Merge 0.6.47 with native Python 3 codeJason R. Coombs2013-07-028-9/+17
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | --HG-- branch : distribute
* | | | | MergeJason R. Coombs2013-07-023-1/+16
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Bumped to 0.7.7 in preparation for next release.Jason R. Coombs2013-07-026-10/+10
| | | | |
| * | | | Added tag 0.7.6 for changeset 48d3d26cbea6Jason R. Coombs2013-07-021-0/+1
| | | | |
| * | | | Update changelog0.7.6Jason R. Coombs2013-07-021-0/+6
| | | | |
| * | | | Merge with Distribute 0.6.47Jason R. Coombs2013-07-023-1/+10
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py
| | * | | Bumped to 0.6.48 in preparation for next release.Jason R. Coombs2013-07-025-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute
| | * | | Added tag 0.6.47 for changeset ee2c96701702Jason R. Coombs2013-07-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute
| | * | | Merge fix for AttributeError0.6.47Jason R. Coombs2013-07-022-1/+8
| | |\ \ \ | | | | |/ | | | |/| | | | | | | | | | | --HG-- branch : distribute
| | | * | Correct AttributeErrorJason R. Coombs2013-07-022-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute
* | | | | Added tag 0.8b3 for changeset 8af9839a7640Jason R. Coombs2013-06-301-0/+1
| | | | |
* | | | | Added tag 0.8b2 for changeset 512744f3f3060.8b3Jason R. Coombs2013-06-291-0/+1
| | | | |
* | | | | Merge latest changes with distributeJason R. Coombs2013-06-292-0/+9
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py
| * | | | Merge 0.6.46 with native Python 3 codeJason R. Coombs2013-06-2934-311/+452
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | --HG-- branch : distribute
| * | | | Bumped to 0.6.47 in preparation for next release.Jason R. Coombs2013-06-295-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute
| * | | | Added tag 0.6.46 for changeset b57e5ba93476Jason R. Coombs2013-06-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute