summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #8688: Distutils now recalculates MANIFEST everytime.Tarek Ziadé2010-05-171-0/+41
|
* removed the local copy of xxmodule, and skip only test_build_ext when ↵Tarek Ziadé2010-04-022-398/+21
| | | | xxmodule is not found, not the whole unittest
* No more deprecation warnings for distutils.sysconfig, following r78666.Florent Xicluna2010-03-211-0/+3
| | | | But when the "dl" module is available, it gives a py3k deprecation warning.
* 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 ↵Tarek Ziadé2010-03-056-652/+11
| | | | the 2.7b1 in this. the whole revert will occur after a4 is tagged
* Issue 6292: for the moment at least, the test suite passes if runR. David Murray2010-02-233-13/+34
| | | | | | with -OO. Tests requiring docstrings are skipped. Patch by Brian Curtin, thanks to Matias Torchinsky for helping review and improve the patch.
* 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 ↵Tarek Ziadé2010-01-242-6/+7
| | | | encoding anymore : DistributionMetada returns utf8 strings
* 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 ↵Tarek Ziadé2009-12-211-7/+80
| | | | Manifest files editing
* 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 ↵Tarek Ziadé2009-12-081-2/+29
| | | | distutils.dist.DistributionMetadata so we can read back PKG-INFO files
* 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
|