summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed #6455 (the test shall use pyd files under win32, rather than so files)Tarek Ziadé2009-07-101-4/+5
* Sets the compiler attribute to keep the old behavior for third-party packages.Tarek Ziadé2009-07-081-1/+10
* Fixed #6377: distutils compiler switch ignored (and added a deprecation warni...Tarek Ziadé2009-07-061-0/+14
* using print statements when used for user interactionTarek Ziadé2009-07-041-18/+0
* basic tests to raise distutils.file_util coverageTarek Ziadé2009-07-031-1/+16
* Fixed #6403 : package path usage for build_extTarek Ziadé2009-07-031-6/+31
* raising bdist_dumb test coverageTarek Ziadé2009-07-021-0/+15
* convert usage of fail* to assert*Benjamin Peterson2009-06-3021-106/+106
* Fixed 6365: wrong inplace location for build_ext if the extension had dotsTarek Ziadé2009-06-291-3/+15
* Fixed #6164 AIX specific linker argument in Distutils unixcompilerTarek Ziadé2009-06-201-0/+8
* starting distutils.ccompiler test coverage and cleanupTarek Ziadé2009-06-161-0/+37