Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add __init__.py to the list of 'files with versions' | Jason R. Coombs | 2013-06-09 | 1 | -0/+1 |
| | |||||
* | Bump version so it's reported correctly | Jason R. Coombs | 2013-06-09 | 1 | -1/+1 |
| | |||||
* | Merge with setuptools-0.6 (null merge as local implementation treats imports ↵ | Jason R. Coombs | 2013-06-09 | 0 | -0/+0 |
|\ | | | | | | | differently). | ||||
| * | Fix missing import | pje | 2013-06-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | (grafted from 1375a2f096ce47e2b9b7b27559671a5344a1189f) --HG-- branch : setuptools-0.6 extra : source : 1375a2f096ce47e2b9b7b27559671a5344a1189f | ||||
* | | Bumped to 0.7.3 in preparation for next release. | Jason R. Coombs | 2013-06-09 | 5 | -10/+10 |
| | | |||||
* | | Added tag 0.7.2 for changeset d04c05f035e3 | Jason R. Coombs | 2013-06-09 | 1 | -0/+1 |
| | | |||||
* | | Fix 'set_versions'0.7.2 | Jason R. Coombs | 2013-06-09 | 1 | -1/+1 |
| | | |||||
* | | Added sections on upgrading | Jason R. Coombs | 2013-06-09 | 1 | -1/+25 |
| | | |||||
* | | Linked FAQ | Jason R. Coombs | 2013-06-09 | 1 | -0/+5 |
| | | |||||
* | | Add heading | Jason R. Coombs | 2013-06-09 | 1 | -0/+3 |
| | | |||||
* | | Reformatted faq for RST | Jason R. Coombs | 2013-06-09 | 1 | -12/+21 |
| | | |||||
* | | Adding merge FAQ as part of the project docs. | Jason R. Coombs | 2013-06-09 | 1 | -0/+44 |
| | | |||||
* | | Moved MERGE.txt into the setuptools documentation. | Jason R. Coombs | 2013-06-09 | 3 | -1/+8 |
| | | | | | | | | | | --HG-- rename : MERGE.txt => docs/merge.txt | ||||
* | | Allow uploading the docs | Jason R. Coombs | 2013-06-09 | 1 | -1/+1 |
| | | |||||
* | | Prefer local implementation to markerlib implementation as markerlib ↵ | Jason R. Coombs | 2013-06-09 | 2 | -13/+13 |
| | | | | | | | | | | | | | | implementation is not as complete. --HG-- extra : histedit_source : 3855347db7042dc34032b6bfa7b4c4e5239c1c3f | ||||
* | | Translate NameError into SyntaxError to meet prescribed API | Jason R. Coombs | 2013-06-08 | 1 | -1/+6 |
| | | | | | | | | | | --HG-- extra : histedit_source : 6ed89212bff75512c980d3fc0f98117510f3b576 | ||||
* | | Merge legacy evaluation as a fallback with markerlib-based evaluation of ↵ | Jason R. Coombs | 2013-06-08 | 2 | -1/+102 |
|\ \ | | | | | | | | | | environment markers. Fixes #14 | ||||
| * | | Expand documentation on evaluate_marker and indicate its legacy status. | Jason R. Coombs | 2013-06-08 | 1 | -2/+11 |
| | | | |||||
* | | | Use markerlib for markers in 'extras' | Jason R. Coombs | 2013-06-08 | 2 | -79/+10 |
|/ / | |||||
* | | Resave with excess whitespace removed | Jason R. Coombs | 2013-06-07 | 1 | -10/+10 |
| | | |||||
* | | Bumped to 0.7.2 in preparation for next release. | Jason R. Coombs | 2013-06-03 | 5 | -10/+10 |
| | | |||||
* | | Updated changelog | Jason R. Coombs | 2013-06-03 | 1 | -0/+6 |
| | | |||||
* | | Use https in ez_setup (fixes #10) | Jason R. Coombs | 2013-06-03 | 3 | -43/+43 |
| | | |||||
* | | Added tag 0.7.1 for changeset 024dd30ed702 | Jason R. Coombs | 2013-06-03 | 1 | -0/+1 |
| | | |||||
* | | Update changelog0.7.1 | Jason R. Coombs | 2013-06-03 | 1 | -0/+6 |
| | | |||||
* | | Correct pkg_resources reference again (broken in e002a2ff195b) | Jason R. Coombs | 2013-06-03 | 1 | -1/+1 |
| | | |||||
* | | Bumped to 0.7.1 in preparation for next release. | Jason R. Coombs | 2013-06-02 | 7 | -52/+52 |
| | | |||||
* | | Added tag 0.7 for changeset 7f2c08e9ca22 | Jason R. Coombs | 2013-06-02 | 1 | -0/+1 |
| | | |||||
* | | Bumped to 0.7 in preparation for next release.0.7 | Jason R. Coombs | 2013-06-02 | 5 | -8/+8 |
| | | |||||
* | | Merge distribute 0.6.45 | Jason R. Coombs | 2013-06-02 | 2 | -0/+8 |
|\ \ | | | | | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py | ||||
| * | | Bumped to 0.6.46 in preparation for next release. | Jason R. Coombs | 2013-05-29 | 5 | -8/+8 |
| | | | | | | | | | | | | | | | --HG-- branch : distribute | ||||
| * | | Added tag 0.6.45 for changeset ddca71ae5ceb | Jason R. Coombs | 2013-05-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | --HG-- branch : distribute | ||||
| * | | Catch VersionConflict in distribute_setup when checking for setuptools 0.7 ↵0.6.45 | Jason R. Coombs | 2013-05-29 | 2 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | (to allow upgrade from setuptools to distribute). Fixes #379 --HG-- branch : distribute | ||||
* | | | Add links to Uninstalling section | Jason R. Coombs | 2013-06-02 | 1 | -2/+3 |
| | | | |||||
* | | | Restored egg-link for setuptools 0.6 to minimize flux for setuptools 0.6 users. | Jason R. Coombs | 2013-06-02 | 1 | -1/+1 |
| | | | |||||
* | | | Refactor docs to describe uninstallation in a single section. | Jason R. Coombs | 2013-06-02 | 1 | -14/+19 |
| | | | |||||
* | | | Updated release script to allow setting of the version to be released at ↵ | Jason R. Coombs | 2013-06-01 | 1 | -18/+26 |
| | | | | | | | | | | | | release time (but still infer a next release). | ||||
* | | | README.txt now references specific versions again | Jason R. Coombs | 2013-06-01 | 1 | -1/+3 |
| | | | |||||
* | | | Merge with setuptools-0.6 | Jason R. Coombs | 2013-06-01 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Correct missing import in ssl_support | pje | 2013-05-31 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | (grafted from 3b91f246d8de2f54b4b764dfe362a3677a001162) --HG-- branch : setuptools-0.6 extra : source : 3b91f246d8de2f54b4b764dfe362a3677a001162 | ||||
* | | | Updated README to reflect preferred installation techniques, HTTPS links, ↵ | Jason R. Coombs | 2013-06-01 | 1 | -63/+51 |
| | | | | | | | | | | | | and more references to bitbucket hosting. The preferred installation technique now is running 'ez_setup.py' on all platforms. | ||||
* | | | Make sure there's a blank line between files | Jason R. Coombs | 2013-05-28 | 1 | -1/+1 |
| | | | |||||
* | | | No need to upload bootstrap script as it's referenced from the docs. | Jason R. Coombs | 2013-05-28 | 1 | -9/+0 |
| | | | |||||
* | | | Bumped to 0.7b5 in preparation for next release. | Jason R. Coombs | 2013-05-28 | 6 | -55/+55 |
| | | | |||||
* | | | Added tag 0.7b4 for changeset 53b4ac9a748a | Jason R. Coombs | 2013-05-28 | 1 | -0/+1 |
| | | | |||||
* | | | Temporarily disable uploading until PyPI is used again0.7b4 | Jason R. Coombs | 2013-05-28 | 1 | -3/+5 |
| | | | |||||
* | | | Updated changelog | Jason R. Coombs | 2013-05-28 | 1 | -0/+6 |
| | | | |||||
* | | | Prefer namespaced usage | Jason R. Coombs | 2013-05-28 | 1 | -2/+3 |
| | | | |||||
* | | | Import resource_filename from pkg_resources | Eric Larson | 2013-05-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | --HG-- extra : source : 14737efaf19e5a19c92f54c94163003d381aed0b | ||||
* | | | Resave with excess whitespace removed | Jason R. Coombs | 2013-05-28 | 1 | -11/+11 |
| | | |