summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed #2279: distutils.sdist.add_defaults now add files listed in package_dat...Tarek Ziadé2009-02-163-43/+129
* Replace variableTarek Ziadé2009-02-141-1/+1
* Fix for #5257: refactored all tests in distutils, so they use a temporary dir...Tarek Ziadé2009-02-147-74/+64
* fix the environ for distutils test_utilTarek Ziadé2009-02-131-1/+6
* Fixed #4524: distutils build_script command failed with --with-suffix=3Tarek Ziadé2009-02-132-2/+30
* Issue #2461: added tests for distutils.utilTarek Ziadé2009-02-131-0/+213
* reverted leak fix, to use the one done in py3k branch (r67382)Tarek Ziadé2009-02-131-2/+12
* fixing the leak introduced in r69304Tarek Ziadé2009-02-121-2/+2
* Fixed #3386: the optional prefix argument was ignored under OS2 and NT in dis...Tarek Ziadé2009-02-102-3/+5
* #3986 replacing string and types call (like in the Py3k branch), and put exec...Tarek Ziadé2009-02-072-24/+55
* Convert "srcdir" into an absolute path if that seems prudent. CurrrentlyNeil Schemenauer2009-02-061-0/+14
* Fixed #5167: test_customize_compiler does not apply under non unix compilersTarek Ziadé2009-02-061-0/+6
* removed types usage and added test coverage (work for #3986)Tarek Ziadé2009-02-062-9/+51
* Fixed #3987 : removed unused importTarek Ziadé2009-02-061-1/+0
* fixed #1520877: now distutils reads Read from the environment/MakefileTarek Ziadé2009-02-062-3/+28
* using >= so setting verbose to 2 will work as wellTarek Ziadé2009-02-062-6/+6
* README now reflects the current stateTarek Ziadé2009-02-061-16/+5
* Fixed #1276768: verbose option was not used in the code.Tarek Ziadé2009-02-064-24/+185
* Fixed #5132: enable extensions to link on SolarisTarek Ziadé2009-02-052-3/+26
* Fix test_build_ext.py to work when building in a separate directory.Neil Schemenauer2009-02-051-5/+9
* Since sysconfig.get_python_inc() now works when building in aNeil Schemenauer2009-02-051-21/+4
* Fix get_python_inc() to work when building in a directory separate fromNeil Schemenauer2009-02-051-5/+11
* Fix comment for #1835Tarek Ziadé2009-02-051-6/+1
* fixed test_make_distribution so it runs on any platform, as long as tar an gz...Tarek Ziadé2009-01-291-9/+6
* Fix issue5075: bdist_wininst should not depend on the vc runtime?Mark Hammond2009-01-292-0/+0
* Fixed #1885: --formats=tar,gztar was not working properly in the sdist commandTarek Ziadé2009-01-252-11/+70
* added missing module docstringTarek Ziadé2009-01-251-0/+5
* Issue #5052: removed backward compatibility information (out of date)Tarek Ziadé2009-01-2536-72/+0
* Fixed #4863: removed distutils.mwerkscompilerTarek Ziadé2009-01-252-251/+0
* fixed #4394 make the storage of the password optional in .pypircTarek Ziadé2009-01-086-38/+117
* Issue #4864: test_msvc9compiler failed on VC6/7.Hirokazu Yamamoto2009-01-071-0/+4
* using clearer syntaxTarek Ziadé2009-01-041-2/+7
* fixed #1702551: distutils sdist was not pruning VCS directories under win32Tarek Ziadé2009-01-042-1/+117
* Fixed #4702: Throwing DistutilsPlatformError instead of IOError under win32 i...Tarek Ziadé2008-12-302-2/+35