summaryrefslogtreecommitdiff
path: root/distutils2/tests/support.py
Commit message (Expand)AuthorAgeFilesLines
* Only run specific test if docutils is installedMathieu Leduc-Hamel2012-05-121-1/+7
* Use sys.version_info instead of sys.version.?ric Araujo2012-02-091-2/+4
* Add fixup for compiling C in tests with an uninstalled Python (2.7)?ric Araujo2012-02-091-1/+8
* Port OS X --enable-shared fix from packaging (#13901; untested)?ric Araujo2012-02-051-4/+9
* Remove usage of stdlib shutil.?ric Araujo2011-11-201-2/+1
* Clean up mocking of stdout and stdin in tests.?ric Araujo2011-11-121-1/+17
* Undo potentially confusing name change.?ric Araujo2011-11-121-1/+1
* Make sure tests that register custom commands also clear them?ric Araujo2011-11-121-1/+14
* Super considered super.?ric Araujo2011-11-121-2/+2
* Change signature of tests.support.LoggingCatcher.get_logs.?ric Araujo2011-11-121-19/+20
* Improve byte-compilation to be independent of -O or -B.?ric Araujo2011-11-121-1/+5
* Fix missing imports in generated setup scripts (#13205).?ric Araujo2011-10-211-0/+9
* Adapt skip message?ric Araujo2011-09-241-2/+1
* A few changes to match packaging?ric Araujo2011-09-191-0/+1
* Refactor support code for compiling xxmodule.c.?ric Araujo2011-09-191-6/+64
* Remove some duplication in tests subpackage.?ric Araujo2011-09-181-119/+28
* Fix backport changesets part 3: backported modules.?ric Araujo2011-09-181-1/+1
* Fix backport changesets part 2: tests?ric Araujo2011-09-181-69/+21
* Let the test suite run again?ric Araujo2011-09-121-0/+5
* Convert print function calls back to print statements.?ric Araujo2011-09-121-3/+3
* Fixed a python2.4 syntax errors.Alexandru Plugaru2011-08-301-5/+6
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-84/+347
* Use lazy form in logging calls, again.?ric Araujo2011-02-101-0/+3
* merge to latestGael Pasgrimaud2011-01-291-9/+19
|\
| * Branch merge?ric Araujo2011-01-291-9/+19
| |\
| | * Remove bogus argument from TempdirManager.create_dist?ric Araujo2010-10-301-6/+7
* | | first implementation of the remove() methodGael Pasgrimaud2011-01-291-0/+3
* | | add assertIsFileGael Pasgrimaud2011-01-291-0/+12
|/ /
* | removed uneeded classTarek Ziade2010-11-051-7/+0
* | finished the removal of the log moduleTarek Ziade2010-11-051-14/+9
|/
* Remove some ununsed imports.Alexis Metaireau2010-10-041-1/+0
* refactored unittest import logic to improve accuracy of the coverage measurementYannick Gingras2010-09-301-12/+2
* first version of the -m runnerTarek Ziade2010-09-221-0/+1
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-0/+235