summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Jason R. Coombs2014-12-251-0/+3
| | | | | | | | | | | | | | | | travis is using Setuptoools 9.0).
| * | | 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
| | | | |
| * | | | reset_setup_stop_context is apparently no longer needed.Jason R. Coombs2014-12-301-4/+3
| | | | |
| * | | | ReindentJason R. Coombs2014-12-301-10/+7
| | | | |
| * | | | Extract script variable for clarityJason R. Coombs2014-12-301-4/+6
| | | | |
| * | | | Extract common operation of dedent and left stripJason R. Coombs2014-12-301-8/+16
| | | | |
| * | | | Remove spurious reference to self. Remove debugging code.Jason R. Coombs2014-12-301-2/+1
| | | | |
| * | | | Try without self, as methods are set on the instance. Also include ↵Jason R. Coombs2014-12-301-3/+4
| | | | | | | | | | | | | | | | | | | | parameters to __exit__.
| * | | | Include __enter__ in shimJason R. Coombs2014-12-301-1/+2
| | | | |
| * | | | Add compatibility shim for tarfile.openJason R. Coombs2014-12-302-1/+15
| | | | |
| * | | | Rewrite file operations using context managers.Jason R. Coombs2014-12-301-17/+9
| | | | |
| * | | | Rewrite test to remove Windows-specific handling and instead capture the ↵Jason R. Coombs2014-12-301-4/+3
| | | | | | | | | | | | | | | | | | | | underlying expectation.
| * | | | Extract variable for clarity of readingJason R. Coombs2014-12-301-4/+8
| | | | |
| * | | | Indent script for clarityJason R. Coombs2014-12-301-18/+18
| | | | |
* | | | | ReindentJason R. Coombs2014-12-291-2/+2
| | | | |
* | | | | Make sure to monkey-patch the easy_install module in the setup context. ↵Jason R. Coombs2014-12-292-0/+25
| | | | | | | | | | | | | | | | | | | | Fixes the other former test failure. Ref #315.
* | | | | Catch, save, and restore any exceptions across the save_modules context. ↵Jason R. Coombs2014-12-291-11/+32
| | | | | | | | | | | | | | | | | | | | This corrects the latter of the two test failures. Ref #315.
* | | | | Move changelog entryJason R. Coombs2014-12-291-4/+9
| | | | |
* | | | | Backed out changeset: 40cc1fbecb1cJason R. Coombs2014-12-292-3/+5
|/ / / / | | | | | | | | | | | | Restores purging of distutils/setuptools during sandbox operations. Ref #315.
* | | | Use pytest to capture exceptionJason R. Coombs2014-12-291-2/+4
| | | |
* | | | Remove unused importJason R. Coombs2014-12-291-1/+0
| | | |
* | | | Extract _patch_usage and re-implement as a context manager.Jason R. Coombs2014-12-291-23/+27
| | | |
* | | | Reindent using textwrapJason R. Coombs2014-12-291-4/+4
| | | |
* | | | Rename variable for clarity.Jason R. Coombs2014-12-291-2/+2
| | | |
* | | | Remove duplicate importJason R. Coombs2014-12-291-1/+0
| | | |
* | | | Remove unused importJason R. Coombs2014-12-291-1/+0
| | | |
* | | | Bumped to 9.2 in preparation for next release.Jason R. Coombs2014-12-292-2/+2
| | | |
* | | | Added tag 9.1 for changeset 3ed27d68d3f4Jason R. Coombs2014-12-291-0/+1
| | | |
* | | | Bumped to 9.1 in preparation for next release.9.1Jason R. Coombs2014-12-292-2/+2
| | | |
* | | | Prefer vendored packaging.Jason R. Coombs2014-12-292-4/+12
| | | |
* | | | Bumped to 9.0.2 in preparation for next release.Jason R. Coombs2014-12-292-2/+2
| | | |
* | | | Added tag 9.0.1 for changeset fa069bf2411aJason R. Coombs2014-12-291-0/+1
| | | |
* | | | Bumped to 9.0.1 in preparation for next release.9.0.1Jason R. Coombs2014-12-292-2/+2
| | | |
* | | | Include api_tests.txt in the sdist. Fixes #312.Jason R. Coombs2014-12-292-1/+7
| | | |