summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests
Commit message (Expand)AuthorAgeFilesLines
* removed the local copy of xxmodule, and skip only test_build_ext when xxmodul...Tarek Ziadé2010-04-022-398/+21
* No more deprecation warnings for distutils.sysconfig, following r78666.Florent Xicluna2010-03-211-0/+3
* fixed various failures and environment alterations in distutils.test_build_extTarek Ziadé2010-03-061-27/+35
* files used by win32 testsTarek Ziadé2010-03-062-0/+338
* simplified the fallback caseTarek Ziadé2010-03-061-4/+3
* provide a fallback for xxmodule.c in case the buildir is not presentTarek Ziadé2010-03-062-1/+384
* copied back the build_ext tests from 2.6Tarek Ziadé2010-03-061-115/+83
* remove the svn:executable property from files that don't have shebang linesBenjamin Peterson2010-03-051-0/+0
* reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the...Tarek Ziadé2010-03-056-652/+11
* Issue 6292: for the moment at least, the test suite passes if runR. David Murray2010-02-233-13/+34
* Add missing import when running these tests standalone.Georg Brandl2010-02-069-11/+22
* added local get_platform/set_platform APIs in distutils.sysconfigTarek Ziadé2010-01-261-93/+6
* fixed bdist_msi imports and added a test module for distutils.command.bdist_msiTarek Ziadé2010-01-261-0/+23
* Fixed #7748: now upload and register commands don't need to force the encodin...Tarek Ziadé2010-01-242-6/+7
* taking sysconfig out of distutilsTarek Ziadé2010-01-2312-105/+92
* Fixed #7617: all flavors of gcc should be recognized nowTarek Ziadé2010-01-081-0/+12
* Unittests and news items for the patch in r77026.Ronald Oussoren2009-12-241-1/+30
* backported r76993 and r76994 so the trunk behaves the same way with MSVC Mani...Tarek Ziadé2009-12-211-7/+80
* Fixed #7552: fixed distutils.command.upload failure on very long passwordsTarek Ziadé2009-12-201-1/+22
* using an existing file to avoid dealing with a sleep to test file agesTarek Ziadé2009-12-101-47/+26
* added test coverage for distutils.dep_util, and cleaned up the moduleTarek Ziadé2009-12-101-0/+101
* Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetad...Tarek Ziadé2009-12-081-2/+29
* Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO Descr...Tarek Ziadé2009-12-061-0/+16
* Fixed #7408: dropped group ownership checking because it relies on os-specifi...Tarek Ziadé2009-11-291-1/+4
* dragfullwindows can have value 2Tarek Ziadé2009-11-191-1/+1
* #7293: distutils.test_msvc9compiler now uses a key that exists on any fresh w...Tarek Ziadé2009-11-181-5/+5
* fixed stdout alteration in test_distutilsTarek Ziadé2009-11-012-1/+6
* Fixed #1180: Option to ignore ~/.pydistutils.cfg in DistutilsTarek Ziadé2009-10-271-0/+29
* fixed warning and error messageTarek Ziadé2009-10-242-2/+2
* fixed finally state in distutils.test_utilTarek Ziadé2009-10-241-1/+1
* Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecodeTarek Ziadé2009-10-243-5/+46
* #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the...Tarek Ziadé2009-10-241-1/+16
* Changed distutils tests to avoid environment alterationTarek Ziadé2009-10-1813-34/+67
* this test requires zlib supportTarek Ziadé2009-10-161-0/+1
* #6516 added owner/group support for tarfiles in DistutilsTarek Ziadé2009-10-022-2/+115
* forgot to commit a file in previous commit (r74994, issue #6954)Tarek Ziadé2009-09-211-0/+3
* #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils.Tarek Ziadé2009-09-211-0/+7
* improving distutils coverageTarek Ziadé2009-09-211-0/+22
* improved distutils test coverage: now the DEBUG mode is covered too (will hel...Tarek Ziadé2009-09-215-2/+93
* Update distutils.util tests after my changesRonald Oussoren2009-09-151-1/+21
* #6026 - fix tests that failed without zlibEzio Melotti2009-09-123-0/+30
* Issue #6163: Fixed HP-UX runtime library dir options in distutils.unixcompilerTarek Ziadé2009-09-091-1/+17
* fixed typoTarek Ziadé2009-08-181-4/+4
* added more test coverage for distutils.filelist to prevent regressions when f...Tarek Ziadé2009-08-181-1/+44
* fixed how fnmatch.translate is used (since it has changed in r74475 for #6665...Tarek Ziadé2009-08-171-7/+7
* #6466 refactored distutils duplicate get_versions() functions (used to get gc...Tarek Ziadé2009-07-163-65/+148
* Fixed distutils test.Hirokazu Yamamoto2009-07-121-1/+1
* reverted changes for #6459 (doesn't apply on 2.x)Tarek Ziadé2009-07-111-1/+1
* fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit'Tarek Ziadé2009-07-111-1/+1
* Added test coverage for distutils.command.buildTarek Ziadé2009-07-101-0/+54