summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests/support.py
Commit message (Collapse)AuthorAgeFilesLines
* taking sysconfig out of distutilsTarek Ziadé2010-01-231-0/+8
|
* Changed distutils tests to avoid environment alterationTarek Ziadé2009-10-181-3/+10
|
* forgot to commit a file in previous commit (r74994, issue #6954)Tarek Ziadé2009-09-211-0/+3
|
* #6041: sdist and register now use the check command. No more duplicate code ↵Tarek Ziadé2009-05-161-0/+20
| | | | for metadata checking
* refactored test_sysconfig so it uses test.test_support.EnvironmentVarGuardTarek Ziadé2009-05-101-0/+11
|
* added tests for the clean commandTarek Ziadé2009-03-311-2/+19
|
* Fixed #2279: distutils.sdist.add_defaults now add files listed in ↵Tarek Ziadé2009-02-161-0/+13
| | | | package_data and data_files
* Fix for #5257: refactored all tests in distutils, so they use a temporary ↵Tarek Ziadé2009-02-141-2/+2
| | | | directory.
* make sure distutils logging is shut off in tests to avoid spurious outputFred Drake2004-08-031-0/+13
|
* move support code to a helper module to ease re-useFred Drake2004-06-171-0/+41