aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Collapse)AuthorAgeFilesLines
* I'm pretty sure this deviance was incidental.Jason R. Coombs2015-01-011-1/+0
|
* Extract commonality of metadata template.Jason R. Coombs2015-01-011-17/+20
|
* Use contexts for opening filesJason R. Coombs2015-01-011-8/+2
|
* Convert test_dist_info to pytest formJason R. Coombs2015-01-011-15/+8
|
* Removed remainder of unittest dependence in setuptools/tests/__init__.pyJason R. Coombs2015-01-011-96/+83
|
* Unify detection of bytecodeJason R. Coombs2015-01-011-8/+7
|
* Convert DependsTests to pytest discovered tests.Jason R. Coombs2015-01-011-39/+38
|
* Remove additional tests, no longer relevant.Jason R. Coombs2015-01-011-12/+0
|
* Reindent for clarityJason R. Coombs2015-01-011-2/+8
|
* Leverage LocalPath characteristics of tmpdir.Jason R. Coombs2015-01-011-17/+13
|
* Extract prep_script methodJason R. Coombs2015-01-011-3/+8
|
* Update docsJason R. Coombs2015-01-011-2/+2
|
* More context managersJason R. Coombs2015-01-011-7/+7
|
* Simplify script creation with context managers and leveraging local ↵Jason R. Coombs2015-01-011-11/+7
| | | | variables for the template population.
* Ported window wrapper tests from doctest to unit tests.Jason R. Coombs2015-01-012-154/+178
|
* Use pytest importorskip for skip logicJason R. Coombs2014-12-311-4/+2
|
* Rewrite assertJason R. Coombs2014-12-311-11/+7
|
* Use simple context manager; don't bother deleting the variable.Jason R. Coombs2014-12-311-5/+1
|
* Use contextlib.closing on tarfile compat shimJason R. Coombs2014-12-311-4/+2
|
* Normalize indentation and whitespaceJason R. Coombs2014-12-311-14/+22
|
* Use underlying invocation of ._load directlyJason R. Coombs2014-12-313-3/+4
|
* Remove superfluous parenthesesJason R. Coombs2014-12-311-1/+1
|
* Bumped to 10.2 in preparation for next release.Jason R. Coombs2014-12-311-1/+1
|
* Bumped to 10.1 in preparation for next release.10.1Jason R. Coombs2014-12-311-1/+1
|
* Restore _default_revctrl implementation (stubbed). Fixes #320.Jason R. Coombs2014-12-311-0/+1
|
* Add test capturing requirement. Ref #320.Jason R. Coombs2014-12-311-0/+18
|
* Bumped to 10.0.2 in preparation for next release.Jason R. Coombs2014-12-301-1/+1
|
* Bumped to 10.0.1 in preparation for next release.10.0.1Jason R. Coombs2014-12-301-1/+1
|
* Ensure setuptools is present in the environment before invoking setup.py ↵Jason R. Coombs2014-12-301-0/+2
| | | | from easy_install. Fixes #319.
* Add test capturing failure. Ref #319.Jason R. Coombs2014-12-301-0/+17
|
* Bumped to 10.1 in preparation for next release.Jason R. Coombs2014-12-301-1/+1
|
* Bumped to 10.0 in preparation for next release.10.0Jason R. Coombs2014-12-301-1/+1
|
* Merge with remove-svnJason R. Coombs2014-12-3039-2739/+9
|\
| * Merge with masterJason R. Coombs2014-12-282-26/+129
| |\
| * | Bumped to 9.0 in preparation for next release.9.0b1Jason R. Coombs2014-12-251-1/+1
| | |
| * | Merge master with remove-svnJason R. Coombs2014-12-251-1/+1
| |\ \
| * | | Removing test dataJason R. Coombs2014-12-2532-1470/+0
| | | |
| * | | Removed svn support from setuptools. Ref #313.Jason R. Coombs2014-12-247-1269/+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__.