summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Collapse)AuthorAgeFilesLines
* fixed #5984 and improved test coverageTarek Ziadé2009-05-102-47/+151
|
* #5976: fixed distutils test_check_environTarek Ziadé2009-05-091-6/+11
|
* Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to ↵Tarek Ziadé2009-05-093-6/+114
| | | | extension modules with RPATH if GNU ld is used
* fixed AR/ARFLAGS values in test_sysconfigTarek Ziadé2009-05-071-3/+7
|
* Fixed #5941: added ARFLAGS for the archiver command.Tarek Ziadé2009-05-073-5/+50
|
* removed remaining spacesTarek Ziadé2009-05-071-3/+3
|
* removed string.split usageTarek Ziadé2009-05-061-3/+2
|
* more build_clib cleanup + test coverageTarek Ziadé2009-05-062-4/+60
|
* pep8-fied build_clib module : it is now similar to the one in 3.xTarek Ziadé2009-05-061-28/+5
|
* Added a test and cleaned check_library_list to be ready to fix #5940Tarek Ziadé2009-05-062-17/+62
|
* Update bdist_msi so that the generated MSIs for pure Python modules can ↵Steven Bethard2009-05-051-75/+162
| | | | install to any version of Python, like the generated EXEs from bdist_wininst. (Previously, you had to create a new MSI for each version of Python.)
* Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymoreTarek Ziadé2009-04-291-1/+1
|
* #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
| | | | (detailed in the test
* 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 ↵Georg Brandl2009-04-011-0/+2
| | | | --help-commands.
* 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
|