summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO ↵Tarek Ziadé2009-12-061-0/+16
| | | | Description field
* Fixed #7408: dropped group ownership checking because it relies on ↵Tarek Ziadé2009-11-291-1/+4
| | | | os-specific rules
* dragfullwindows can have value 2Tarek Ziadé2009-11-191-1/+1
|
* #7293: distutils.test_msvc9compiler now uses a key that exists on any fresh ↵Tarek Ziadé2009-11-181-5/+5
| | | | windows install
* 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 ↵Tarek Ziadé2009-10-241-1/+16
| | | | the cwd
* 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 ↵Tarek Ziadé2009-09-215-2/+93
| | | | help fix the issue #6954 in py3k branch)
* Update distutils.util tests after my changesRonald Oussoren2009-09-151-1/+21
| | | | to --with-universal-archs
* #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 ↵Tarek Ziadé2009-08-181-1/+44
| | | | fnmatch or re are changed
* fixed how fnmatch.translate is used (since it has changed in r74475 for ↵Tarek Ziadé2009-08-171-7/+7
| | | | #6665). Now the code is not harcoding the usage of $ anymore
* #6466 refactored distutils duplicate get_versions() functions (used to get ↵Tarek Ziadé2009-07-163-65/+148
| | | | gcc/ld/dllwrap versions)
* 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 ↵Tarek Ziadé2009-07-061-0/+14
| | | | warning if compiler is not used as supposed = a string option)
* 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
|
* Issue #6286: distutils upload command now uses urllib2Tarek Ziadé2009-06-151-34/+24
|
* #6263 fixed syntax error in distutils.cygwinccompilerTarek Ziadé2009-06-111-1/+34
|
* Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in ↵Tarek Ziadé2009-06-111-0/+33
| | | | Makefiles
* Distutils: started code cleanup and test coverage for cygwinccompilerTarek Ziadé2009-06-101-0/+120
|
* improved test coverage for distutils.command.install and cleaned it upTarek Ziadé2009-06-041-1/+72
|
* more cleanup and test coverage for distutils.extensionTarek Ziadé2009-06-031-1/+34
|
* added some tests for distutils.extension + code cleanupTarek Ziadé2009-06-032-0/+103
|
* improved distutils.spawn test coverage + cleaned it upTarek Ziadé2009-06-021-1/+41
|
* improved distutils.dist test coverage, pep-8 compliancyTarek Ziadé2009-06-011-6/+51
|
* Fixed #6131: test_modulefinder leaked when run after test_distutilsTarek Ziadé2009-05-294-10/+8
|
* using 'tar' then 'gzip' in the test, because 'tar -czf' is not supported ↵Tarek Ziadé2009-05-281-3/+7
| | | | under some platforms