summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* #5810: Fixed Distutils test_build_scriptsTarek Ziadé2009-04-251-1/+1
* Issue #4951: Fixed failure in test_httpserversTarek Ziadé2009-04-251-2/+5
* making BuildWinInstTestCase silent in case bdist_wininst is not run under win32Tarek Ziadé2009-04-201-0/+1
* #5795 sysconfig._config_vars was shadowed in tearDownTarek Ziadé2009-04-201-3/+4
* DistutilsSetupError was not raised when one single warning occuredTarek Ziadé2009-04-172-10/+9
* pep8-fiedTarek Ziadé2009-04-131-42/+23
* improved test coverage for distutils.cmdTarek Ziadé2009-04-132-7/+47
* deactivate test_search_cpp under win32Tarek Ziadé2009-04-131-0/+3
* Fixed #5607: Distutils test_get_platform was failing fo Mac OS X fat binaries.Tarek Ziadé2009-04-131-1/+31
* removed string usage and added a test for _cleanTarek Ziadé2009-04-122-4/+22
* added a test for finalize_optionsTarek Ziadé2009-04-122-7/+21
* added a simple test for search_cppTarek Ziadé2009-04-122-5/+15
* pep8-fied the module before adding testsTarek Ziadé2009-04-121-37/+25
* removed the print statements and added a testTarek Ziadé2009-04-122-6/+52
* testing a full check caseTarek Ziadé2009-04-112-1/+8
* #5732: added the check command into DistutilsTarek Ziadé2009-04-113-1/+236
* Fixed #5731: Distutils bdist_wininst no longer worked on non-Windows platformsTarek Ziadé2009-04-092-3/+37
* pep8-fied method namesTarek Ziadé2009-04-051-3/+3
* Fixed #5095: msi missing from Distutils bdist formatsTarek Ziadé2009-04-052-33/+59
* added a simplest test to distutils.spawn._nt_quote_argsTarek Ziadé2009-04-051-0/+20
* Fixed #1491431: distutils.filelist.glob_to_re was broken for some edge cases ...Tarek Ziadé2009-04-052-2/+26
* Fixed 5694: removed spurious test output in DistutilsTarek Ziadé2009-04-051-0/+1
* #5631: add upload to list of possible commands, which is presented in --help-...Georg Brandl2009-04-011-0/+2
* fixed the test for win32 CompileErrorTarek Ziadé2009-03-311-1/+3
* catching msvc9compiler error as wellTarek Ziadé2009-03-311-1/+1
* #5583 Added optional Extensions in DistutilsTarek Ziadé2009-03-313-2/+33
* making sdist and config test silentsTarek Ziadé2009-03-312-2/+4
* added tests to the install_headers commandTarek Ziadé2009-03-312-6/+46
* added test to the install_data commandTarek Ziadé2009-03-312-6/+80
* more tests for the upload commandTarek Ziadé2009-03-312-8/+64
* more tests for the register commandTarek Ziadé2009-03-312-42/+89
* added tests for the clean commandTarek Ziadé2009-03-313-3/+69
* using log.warn for sys.stderrTarek Ziadé2009-03-312-9/+9
* Fix typo.Georg Brandl2009-03-281-1/+1
* Added skip for old MSVC.Hirokazu Yamamoto2009-03-151-0/+4
* Issue #5472: Fixed distutils.test_util tear downTarek Ziadé2009-03-111-0/+2
* Issue #5394: removed > 2.3 syntax from distutils.msvc9compilerTarek Ziadé2009-03-072-16/+42
* removing the force-optimized option as discussed in #1533164Tarek Ziadé2009-03-022-43/+3
* Issues #1533164 and #5378: Added quiet and force-optimize options to Distutil...Tarek Ziadé2009-02-282-6/+179
* Issue #5052: make Distutils compatible with 2.3 again.Tarek Ziadé2009-02-276-38/+183
* removed unused importTarek Ziadé2009-02-261-1/+1
* Fixed #5316 : test failure in test_siteTarek Ziadé2009-02-252-6/+4
* more test coverageTarek Ziadé2009-02-232-0/+150
* Removing unused __main__ sectionsTarek Ziadé2009-02-222-9/+0
* removing map and lambda usage, so the test is similar to py3k's branch oneTarek Ziadé2009-02-221-2/+3
* moved distutils.text_file tests into a real unittest classTarek Ziadé2009-02-222-77/+87
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-1/+1
* fixed the data_files inclusion behaviorTarek Ziadé2009-02-172-3/+7
* #2279 added the plain path case for data_filesTarek Ziadé2009-02-172-7/+23
* #2279: use os.sep so the MANIFEST file test work on win32Tarek Ziadé2009-02-161-6/+6