summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
...
* fixed encodingTarek Ziadé2009-05-221-2/+2
* fixed the 'package' option of build_extTarek Ziadé2009-05-192-11/+35
* Fixed #6053 - win32 fixes for distutils testsTarek Ziadé2009-05-182-3/+7
* working with relative paths to avoid tar warnings on absolute pathsTarek Ziadé2009-05-181-2/+14
* Fixed the library extension when distutils build_ext is used inplaceTarek Ziadé2009-05-182-10/+7
* fixed the test nameTarek Ziadé2009-05-171-2/+2
* pep8-fied distutils.archive_util + added minimum test coverageTarek Ziadé2009-05-172-40/+110
* pep8-fied distutils.dir_utilTarek Ziadé2009-05-171-61/+49
* removed sys.platform == 'mac' usage in distutils.dir_utilTarek Ziadé2009-05-172-11/+14
* removed sys.platform == 'mac' support in distutils.dist.parse_command_line an...Tarek Ziadé2009-05-172-25/+39
* not running this test with MSVC6Tarek Ziadé2009-05-171-0/+7
* pep8-fied distutils.dist moduleTarek Ziadé2009-05-161-93/+37
* #6041: sdist and register now use the check command. No more duplicate code f...Tarek Ziadé2009-05-165-72/+179
* Fix bootstrapping by removing uses of the copy module in distutilsAntoine Pitrou2009-05-152-8/+6
* #6022 fixed test_get_outputs so it doesn't leaves a test file in the cwdTarek Ziadé2009-05-141-4/+10
* pep8-fied distutils.command.sdist + more testsTarek Ziadé2009-05-142-44/+39
* more test coverage for distutils sdist commandTarek Ziadé2009-05-142-4/+17
* adding void to the c functionTarek Ziadé2009-05-131-1/+1
* added an inifoo in the C file, to avoid a warning by the MSVC9 linkerTarek Ziadé2009-05-131-1/+1
* the compiler attribute is used in setup.py; can't renameBenjamin Peterson2009-05-121-14/+14
* fixed #5977: distutils build_ext.get_outputs was not using the inplace optionTarek Ziadé2009-05-122-45/+85
* removing the assert statement so the code works when Python is run with -OTarek Ziadé2009-05-121-1/+2
* distutils.test_build_clib added a new line at the end of the file, to avoid a...Tarek Ziadé2009-05-111-1/+1
* fixed test_build_ext for win32Tarek Ziadé2009-05-101-1/+1
* fixed test for all platformsTarek Ziadé2009-05-101-1/+1
* now using EnvironGuard everywhereTarek Ziadé2009-05-103-71/+25
* refactored test_sysconfig so it uses test.test_support.EnvironmentVarGuardTarek Ziadé2009-05-102-19/+19
* Added tests form install_lib and pep8-fied the moduleTarek Ziadé2009-05-102-27/+97
* 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 ex...Tarek Ziadé2009-05-093-6/+114
* 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 insta...Steven Bethard2009-05-051-75/+162
* 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