aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add __init__.py to the list of 'files with versions'Jason R. Coombs2013-06-091-0/+1
|
* Bump version so it's reported correctlyJason R. Coombs2013-06-091-1/+1
|
* Merge with setuptools-0.6 (null merge as local implementation treats imports ↵Jason R. Coombs2013-06-090-0/+0
|\ | | | | | | differently).
| * Fix missing importpje2013-06-031-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. Coombs2013-06-095-10/+10
| |
* | Added tag 0.7.2 for changeset d04c05f035e3Jason R. Coombs2013-06-091-0/+1
| |
* | Fix 'set_versions'0.7.2Jason R. Coombs2013-06-091-1/+1
| |
* | Added sections on upgradingJason R. Coombs2013-06-091-1/+25
| |
* | Linked FAQJason R. Coombs2013-06-091-0/+5
| |
* | Add headingJason R. Coombs2013-06-091-0/+3
| |
* | Reformatted faq for RSTJason R. Coombs2013-06-091-12/+21
| |
* | Adding merge FAQ as part of the project docs.Jason R. Coombs2013-06-091-0/+44
| |
* | Moved MERGE.txt into the setuptools documentation.Jason R. Coombs2013-06-093-1/+8
| | | | | | | | | | --HG-- rename : MERGE.txt => docs/merge.txt
* | Allow uploading the docsJason R. Coombs2013-06-091-1/+1
| |
* | Prefer local implementation to markerlib implementation as markerlib ↵Jason R. Coombs2013-06-092-13/+13
| | | | | | | | | | | | | | implementation is not as complete. --HG-- extra : histedit_source : 3855347db7042dc34032b6bfa7b4c4e5239c1c3f
* | Translate NameError into SyntaxError to meet prescribed APIJason R. Coombs2013-06-081-1/+6
| | | | | | | | | | --HG-- extra : histedit_source : 6ed89212bff75512c980d3fc0f98117510f3b576
* | Merge legacy evaluation as a fallback with markerlib-based evaluation of ↵Jason R. Coombs2013-06-082-1/+102
|\ \ | | | | | | | | | environment markers. Fixes #14
| * | Expand documentation on evaluate_marker and indicate its legacy status.Jason R. Coombs2013-06-081-2/+11
| | |
* | | Use markerlib for markers in 'extras'Jason R. Coombs2013-06-082-79/+10
|/ /
* | Resave with excess whitespace removedJason R. Coombs2013-06-071-10/+10
| |
* | Bumped to 0.7.2 in preparation for next release.Jason R. Coombs2013-06-035-10/+10
| |
* | Updated changelogJason R. Coombs2013-06-031-0/+6
| |
* | Use https in ez_setup (fixes #10)Jason R. Coombs2013-06-033-43/+43
| |
* | Added tag 0.7.1 for changeset 024dd30ed702Jason R. Coombs2013-06-031-0/+1
| |
* | Update changelog0.7.1Jason R. Coombs2013-06-031-0/+6
| |
* | Correct pkg_resources reference again (broken in e002a2ff195b)Jason R. Coombs2013-06-031-1/+1
| |
* | Bumped to 0.7.1 in preparation for next release.Jason R. Coombs2013-06-027-52/+52
| |
* | Added tag 0.7 for changeset 7f2c08e9ca22Jason R. Coombs2013-06-021-0/+1
| |
* | Bumped to 0.7 in preparation for next release.0.7Jason R. Coombs2013-06-025-8/+8
| |
* | Merge distribute 0.6.45Jason R. Coombs2013-06-022-0/+8
|\ \ | | | | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py
| * | Bumped to 0.6.46 in preparation for next release.Jason R. Coombs2013-05-295-8/+8
| | | | | | | | | | | | | | | --HG-- branch : distribute
| * | Added tag 0.6.45 for changeset ddca71ae5cebJason R. Coombs2013-05-291-0/+1
| | | | | | | | | | | | | | | --HG-- branch : distribute
| * | Catch VersionConflict in distribute_setup when checking for setuptools 0.7 ↵0.6.45Jason R. Coombs2013-05-292-1/+9
| | | | | | | | | | | | | | | | | | | | | (to allow upgrade from setuptools to distribute). Fixes #379 --HG-- branch : distribute
* | | Add links to Uninstalling sectionJason R. Coombs2013-06-021-2/+3
| | |
* | | Restored egg-link for setuptools 0.6 to minimize flux for setuptools 0.6 users.Jason R. Coombs2013-06-021-1/+1
| | |
* | | Refactor docs to describe uninstallation in a single section.Jason R. Coombs2013-06-021-14/+19
| | |
* | | Updated release script to allow setting of the version to be released at ↵Jason R. Coombs2013-06-011-18/+26
| | | | | | | | | | | | release time (but still infer a next release).
* | | README.txt now references specific versions againJason R. Coombs2013-06-011-1/+3
| | |
* | | Merge with setuptools-0.6Jason R. Coombs2013-06-011-1/+1
|\ \ \ | | |/ | |/|
| * | Correct missing import in ssl_supportpje2013-05-311-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | (grafted from 3b91f246d8de2f54b4b764dfe362a3677a001162) --HG-- branch : setuptools-0.6 extra : source : 3b91f246d8de2f54b4b764dfe362a3677a001162
* | | Updated README to reflect preferred installation techniques, HTTPS links, ↵Jason R. Coombs2013-06-011-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 filesJason R. Coombs2013-05-281-1/+1
| | |
* | | No need to upload bootstrap script as it's referenced from the docs.Jason R. Coombs2013-05-281-9/+0
| | |
* | | Bumped to 0.7b5 in preparation for next release.Jason R. Coombs2013-05-286-55/+55
| | |
* | | Added tag 0.7b4 for changeset 53b4ac9a748aJason R. Coombs2013-05-281-0/+1
| | |
* | | Temporarily disable uploading until PyPI is used again0.7b4Jason R. Coombs2013-05-281-3/+5
| | |
* | | Updated changelogJason R. Coombs2013-05-281-0/+6
| | |
* | | Prefer namespaced usageJason R. Coombs2013-05-281-2/+3
| | |
* | | Import resource_filename from pkg_resourcesEric Larson2013-05-281-2/+2
| | | | | | | | | | | | | | | --HG-- extra : source : 14737efaf19e5a19c92f54c94163003d381aed0b
* | | Resave with excess whitespace removedJason R. Coombs2013-05-281-11/+11
| | |