summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests
Commit message (Expand)AuthorAgeFilesLines
* fixed #4394 make the storage of the password optional in .pypircTarek Ziadé2009-01-082-23/+92
* Issue #4864: test_msvc9compiler failed on VC6/7.Hirokazu Yamamoto2009-01-071-0/+4
* fixed #1702551: distutils sdist was not pruning VCS directories under win32Tarek Ziadé2009-01-041-0/+110
* Fixed #4702: Throwing DistutilsPlatformError instead of IOError under win32 i...Tarek Ziadé2008-12-301-0/+33
* fixed #4646 : distutils was choking on empty options arg in the setup function.Tarek Ziadé2008-12-291-0/+24
* fixed #4400 : distutils .pypirc default generated file was broken.Tarek Ziadé2008-12-242-0/+138
* Issue #3925: Ignores shutil.rmtree error on cygwin too.Hirokazu Yamamoto2008-09-211-2/+2
* Issue #2562: Fix distutils PKG-INFO writing logic to allow havingMarc-André Lemburg2008-09-031-0/+35
* On Windows, we must build a debug version iff running a debug build ofThomas Heller2008-05-261-0/+4
* GHOP #257: test distutils' build_ext command, written by Josip Dzolonga.Georg Brandl2008-05-181-0/+72
* Try setting HOME env.var to fix test on Win32Andrew M. Kuchling2008-05-111-1/+1
* Add message to test assertionAndrew M. Kuchling2008-05-111-1/+2
* #1858: re-apply patch for this, adding the missing filesAndrew M. Kuchling2008-05-113-0/+185
* Revert r62998 as it broke the build (seems distutils.config is missing).Brett Cannon2008-05-101-47/+0
* #1858 from Tarek Ziade:Andrew M. Kuchling2008-05-101-0/+47
* Fix test_distutils to not fail when running 'make test' from a Python buildThomas Wouters2008-04-051-1/+21
* stupid, stupid, stupid!Fred Drake2008-04-041-1/+0
* my previous change did what I said it should not: it changed the currentFred Drake2008-04-041-6/+48
* - Issue #2385: distutils.core.run_script() makes __file__ available, so theFred Drake2008-04-041-0/+40
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-232-3/+0
* Fixed bug #1628Christian Heimes2007-12-141-1/+1
* Disabled one test that is failing on UnixChristian Heimes2007-12-061-1/+2
* Fixed get_config_h_filename for Windows. Without the patch it can't find the ...Christian Heimes2007-12-061-0/+36
* SF 1668596/1720897: distutils now copies data filesNeal Norwitz2007-06-011-0/+35
* Whitespace normalization.Tim Peters2005-03-282-2/+2
* PEP 314 implementation (client side):Fred Drake2005-03-201-1/+90
* helper code, mostly from Andy Harrington, for PEP 314 completionFred Drake2005-03-201-0/+9
* Add missing executable option to DummyCommand.Martin v. Löwis2004-08-261-1/+3
* make sure distutils logging is shut off in tests to avoid spurious outputFred Drake2004-08-034-3/+22
* This allows additional commands to be provided for existing setup.pyFred Drake2004-08-031-0/+100
* elaborate package data test to make sure get_outputs() gives the rightFred Drake2004-07-211-1/+7
* Make distutils "install --home" support all platforms.Fred Drake2004-06-251-0/+55
* add boilerplate so the test modules can be run as scriptsFred Drake2004-06-253-1/+9
* add a couple of tests for the build_scripts commandFred Drake2004-06-211-0/+74
* fix bug: list of data files was initialized too soon in build_pyFred Drake2004-06-171-0/+50
* move support code to a helper module to ease re-useFred Drake2004-06-172-34/+48
* add a test that actually installs some scriptsFred Drake2004-06-151-0/+56
* One unit test for distutils is not much, but is more than we had yesterday.Fred Drake2004-06-152-0/+81