summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use underlying invocation of ._load directlyJason R. Coombs2014-12-313-3/+4
* Don't allow imports relative to the pkg_resources module.Jason R. Coombs2014-12-311-2/+1
* Extract _load method which is the same as calling .load(False).Jason R. Coombs2014-12-311-0/+3
* Rename variable for clarityJason R. Coombs2014-12-311-2/+2
* Return value directlyJason R. Coombs2014-12-311-2/+1
* Use reduce to retrieve attributes. Reuse error from AttributeError when trans...Jason R. Coombs2014-12-311-5/+4
* Correct implementation fixing failing testsJason R. Coombs2014-12-311-2/+3
* Extract pattern and entry point parsing from EntryPoint.parse.Jason R. Coombs2014-12-311-16/+23
* Remove unnecessary branchJason R. Coombs2014-12-311-2/+1
* Remove superfluous parenthesesJason R. Coombs2014-12-311-1/+1
* Bumped to 10.2 in preparation for next release.Jason R. Coombs2014-12-312-2/+2
* Added tag 10.1 for changeset 26b00011ec65Jason R. Coombs2014-12-311-0/+1
* Bumped to 10.1 in preparation for next release.10.1Jason R. Coombs2014-12-312-2/+2
* Fix syntax on changelogJason R. Coombs2014-12-311-1/+2
* Restore _default_revctrl implementation (stubbed). Fixes #320.Jason R. Coombs2014-12-312-0/+9
* Add test capturing requirement. Ref #320.Jason R. Coombs2014-12-311-0/+18
* Remove support for setup.py test. Use the recommended test runner (setup.py p...Jason R. Coombs2014-12-301-30/+0
* Update copyrightJason R. Coombs2014-12-301-1/+1
* Remove lingering reference to linked changelog.Jason R. Coombs2014-12-301-1/+0
* Bumped to 10.0.2 in preparation for next release.Jason R. Coombs2014-12-302-2/+2
* Added tag 10.0.1 for changeset 4c41e2cdd70bJason R. Coombs2014-12-301-0/+1
* Bumped to 10.0.1 in preparation for next release.10.0.1Jason R. Coombs2014-12-302-2/+2
* Update changelogJason R. Coombs2014-12-301-0/+6
* Ensure setuptools is present in the environment before invoking setup.py from...Jason R. Coombs2014-12-301-0/+2
* Add test capturing failure. Ref #319.Jason R. Coombs2014-12-301-0/+17
* Add link to change history from readme.Jason R. Coombs2014-12-301-0/+2
* Resave with excess whitespace removedJason R. Coombs2014-12-301-5/+5
* Moved linkify logic to documentation builder as Sphinx extension.Jason R. Coombs2014-12-303-41/+53
* Remove changes file from long_description.Jason R. Coombs2014-12-301-8/+1
* Add change history to docsJason R. Coombs2014-12-302-0/+9
* Bumped to 10.1 in preparation for next release.Jason R. Coombs2014-12-302-2/+2
* Added tag 10.0 for changeset 0c4d18a747a6Jason R. Coombs2014-12-301-0/+1
* Bumped to 10.0 in preparation for next release.10.0Jason R. Coombs2014-12-302-2/+2
* Update changelogJason R. Coombs2014-12-301-5/+0
* Merge with remove-svnJason R. Coombs2014-12-3043-2742/+22
|\
| * Merge with masterJason R. Coombs2014-12-287-30/+171
| |\
| * | Added tag 9.0b1 for changeset 0eee586a153fJason R. Coombs2014-12-251-0/+1
| * | Bumped to 9.0 in preparation for next release.9.0b1Jason R. Coombs2014-12-252-2/+2
| * | Merge master with remove-svnJason R. Coombs2014-12-254-3/+22
| |\ \
| * | | Updated changelog to reference setuptools_svn as published.Jason R. Coombs2014-12-251-1/+2
| * | | Removing test dataJason R. Coombs2014-12-2532-1470/+0
| * | | Run bootstrap in order to purge the file finder from the egg_info (until trav...Jason R. Coombs2014-12-251-0/+3
| * | | Update changelogJason R. Coombs2014-12-251-0/+8
| * | | Removed svn support from setuptools. Ref #313.Jason R. Coombs2014-12-248-1272/+9
* | | | Merge with masterJason R. Coombs2014-12-303-90/+91
|\ \ \ \
| * | | | Please don't feign a monkey patch when one isn't used.Jason R. Coombs2014-12-301-6/+2
| * | | | Slice the iterable rather than converting to a list and slicing that.Jason R. Coombs2014-12-301-1/+3
| * | | | Reindent for clarityJason R. Coombs2014-12-301-3/+6
| * | | | Remove unused importJason R. Coombs2014-12-301-1/+0
| * | | | Remove reset_setup_stop_context and reindent.Jason R. Coombs2014-12-301-27/+12