Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | I'm pretty sure this deviance was incidental. | Jason R. Coombs | 2015-01-01 | 1 | -1/+0 |
| | |||||
* | Extract commonality of metadata template. | Jason R. Coombs | 2015-01-01 | 1 | -17/+20 |
| | |||||
* | Use contexts for opening files | Jason R. Coombs | 2015-01-01 | 1 | -8/+2 |
| | |||||
* | Convert test_dist_info to pytest form | Jason R. Coombs | 2015-01-01 | 1 | -15/+8 |
| | |||||
* | Removed remainder of unittest dependence in setuptools/tests/__init__.py | Jason R. Coombs | 2015-01-01 | 1 | -96/+83 |
| | |||||
* | Unify detection of bytecode | Jason R. Coombs | 2015-01-01 | 1 | -8/+7 |
| | |||||
* | Convert DependsTests to pytest discovered tests. | Jason R. Coombs | 2015-01-01 | 1 | -39/+38 |
| | |||||
* | Remove additional tests, no longer relevant. | Jason R. Coombs | 2015-01-01 | 1 | -12/+0 |
| | |||||
* | Reindent for clarity | Jason R. Coombs | 2015-01-01 | 1 | -2/+8 |
| | |||||
* | Leverage LocalPath characteristics of tmpdir. | Jason R. Coombs | 2015-01-01 | 1 | -17/+13 |
| | |||||
* | Extract prep_script method | Jason R. Coombs | 2015-01-01 | 1 | -3/+8 |
| | |||||
* | Update docs | Jason R. Coombs | 2015-01-01 | 1 | -2/+2 |
| | |||||
* | More context managers | Jason R. Coombs | 2015-01-01 | 1 | -7/+7 |
| | |||||
* | Simplify script creation with context managers and leveraging local ↵ | Jason R. Coombs | 2015-01-01 | 1 | -11/+7 |
| | | | | variables for the template population. | ||||
* | Ported window wrapper tests from doctest to unit tests. | Jason R. Coombs | 2015-01-01 | 2 | -154/+178 |
| | |||||
* | Use pytest importorskip for skip logic | Jason R. Coombs | 2014-12-31 | 1 | -4/+2 |
| | |||||
* | Rewrite assert | Jason R. Coombs | 2014-12-31 | 1 | -11/+7 |
| | |||||
* | Use simple context manager; don't bother deleting the variable. | Jason R. Coombs | 2014-12-31 | 1 | -5/+1 |
| | |||||
* | Use contextlib.closing on tarfile compat shim | Jason R. Coombs | 2014-12-31 | 1 | -4/+2 |
| | |||||
* | Normalize indentation and whitespace | Jason R. Coombs | 2014-12-31 | 1 | -14/+22 |
| | |||||
* | Use underlying invocation of ._load directly | Jason R. Coombs | 2014-12-31 | 3 | -3/+4 |
| | |||||
* | Remove superfluous parentheses | Jason R. Coombs | 2014-12-31 | 1 | -1/+1 |
| | |||||
* | Bumped to 10.2 in preparation for next release. | Jason R. Coombs | 2014-12-31 | 1 | -1/+1 |
| | |||||
* | Bumped to 10.1 in preparation for next release.10.1 | Jason R. Coombs | 2014-12-31 | 1 | -1/+1 |
| | |||||
* | Restore _default_revctrl implementation (stubbed). Fixes #320. | Jason R. Coombs | 2014-12-31 | 1 | -0/+1 |
| | |||||
* | Add test capturing requirement. Ref #320. | Jason R. Coombs | 2014-12-31 | 1 | -0/+18 |
| | |||||
* | Bumped to 10.0.2 in preparation for next release. | Jason R. Coombs | 2014-12-30 | 1 | -1/+1 |
| | |||||
* | Bumped to 10.0.1 in preparation for next release.10.0.1 | Jason R. Coombs | 2014-12-30 | 1 | -1/+1 |
| | |||||
* | Ensure setuptools is present in the environment before invoking setup.py ↵ | Jason R. Coombs | 2014-12-30 | 1 | -0/+2 |
| | | | | from easy_install. Fixes #319. | ||||
* | Add test capturing failure. Ref #319. | Jason R. Coombs | 2014-12-30 | 1 | -0/+17 |
| | |||||
* | Bumped to 10.1 in preparation for next release. | Jason R. Coombs | 2014-12-30 | 1 | -1/+1 |
| | |||||
* | Bumped to 10.0 in preparation for next release.10.0 | Jason R. Coombs | 2014-12-30 | 1 | -1/+1 |
| | |||||
* | Merge with remove-svn | Jason R. Coombs | 2014-12-30 | 39 | -2739/+9 |
|\ | |||||
| * | Merge with master | Jason R. Coombs | 2014-12-28 | 2 | -26/+129 |
| |\ | |||||
| * | | Bumped to 9.0 in preparation for next release.9.0b1 | Jason R. Coombs | 2014-12-25 | 1 | -1/+1 |
| | | | |||||
| * | | Merge master with remove-svn | Jason R. Coombs | 2014-12-25 | 1 | -1/+1 |
| |\ \ | |||||
| * | | | Removing test data | Jason R. Coombs | 2014-12-25 | 32 | -1470/+0 |
| | | | | |||||
| * | | | Removed svn support from setuptools. Ref #313. | Jason R. Coombs | 2014-12-24 | 7 | -1269/+9 |
| | | | | |||||
* | | | | Merge with master | Jason R. Coombs | 2014-12-30 | 3 | -90/+91 |
|\ \ \ \ | |||||
| * | | | | Please don't feign a monkey patch when one isn't used. | Jason R. Coombs | 2014-12-30 | 1 | -6/+2 |
| | | | | | |||||
| * | | | | Slice the iterable rather than converting to a list and slicing that. | Jason R. Coombs | 2014-12-30 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | Reindent for clarity | Jason R. Coombs | 2014-12-30 | 1 | -3/+6 |
| | | | | | |||||
| * | | | | Remove unused import | Jason R. Coombs | 2014-12-30 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Remove reset_setup_stop_context and reindent. | Jason R. Coombs | 2014-12-30 | 1 | -27/+12 |
| | | | | | |||||
| * | | | | reset_setup_stop_context is apparently no longer needed. | Jason R. Coombs | 2014-12-30 | 1 | -4/+3 |
| | | | | | |||||
| * | | | | Reindent | Jason R. Coombs | 2014-12-30 | 1 | -10/+7 |
| | | | | | |||||
| * | | | | Extract script variable for clarity | Jason R. Coombs | 2014-12-30 | 1 | -4/+6 |
| | | | | | |||||
| * | | | | Extract common operation of dedent and left strip | Jason R. Coombs | 2014-12-30 | 1 | -8/+16 |
| | | | | | |||||
| * | | | | Remove spurious reference to self. Remove debugging code. | Jason R. Coombs | 2014-12-30 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | Try without self, as methods are set on the instance. Also include ↵ | Jason R. Coombs | 2014-12-30 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | parameters to __exit__. |