index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
distutils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added skip for old MSVC.
Hirokazu Yamamoto
2009-03-15
1
-0/+4
*
Issue #5472: Fixed distutils.test_util tear down
Tarek Ziadé
2009-03-11
1
-0/+2
*
Issue #5394: removed > 2.3 syntax from distutils.msvc9compiler
Tarek Ziadé
2009-03-07
2
-16/+42
*
removing the force-optimized option as discussed in #1533164
Tarek Ziadé
2009-03-02
2
-43/+3
*
Issues #1533164 and #5378: Added quiet and force-optimize options to Distutil...
Tarek Ziadé
2009-02-28
2
-6/+179
*
Issue #5052: make Distutils compatible with 2.3 again.
Tarek Ziadé
2009-02-27
6
-38/+183
*
removed unused import
Tarek Ziadé
2009-02-26
1
-1/+1
*
Fixed #5316 : test failure in test_site
Tarek Ziadé
2009-02-25
2
-6/+4
*
more test coverage
Tarek Ziadé
2009-02-23
2
-0/+150
*
Removing unused __main__ sections
Tarek Ziadé
2009-02-22
2
-9/+0
*
removing map and lambda usage, so the test is similar to py3k's branch one
Tarek Ziadé
2009-02-22
1
-2/+3
*
moved distutils.text_file tests into a real unittest class
Tarek Ziadé
2009-02-22
2
-77/+87
*
Issue #5341: Fix a variety of spelling errors.
Mark Dickinson
2009-02-21
1
-1/+1
*
fixed the data_files inclusion behavior
Tarek Ziadé
2009-02-17
2
-3/+7
*
#2279 added the plain path case for data_files
Tarek Ziadé
2009-02-17
2
-7/+23
*
#2279: use os.sep so the MANIFEST file test work on win32
Tarek Ziadé
2009-02-16
1
-6/+6
*
Fixed #2279: distutils.sdist.add_defaults now add files listed in package_dat...
Tarek Ziadé
2009-02-16
3
-43/+129
*
Replace variable
Tarek Ziadé
2009-02-14
1
-1/+1
*
Fix for #5257: refactored all tests in distutils, so they use a temporary dir...
Tarek Ziadé
2009-02-14
7
-74/+64
*
fix the environ for distutils test_util
Tarek Ziadé
2009-02-13
1
-1/+6
*
Fixed #4524: distutils build_script command failed with --with-suffix=3
Tarek Ziadé
2009-02-13
2
-2/+30
*
Issue #2461: added tests for distutils.util
Tarek Ziadé
2009-02-13
1
-0/+213
*
reverted leak fix, to use the one done in py3k branch (r67382)
Tarek Ziadé
2009-02-13
1
-2/+12
*
fixing the leak introduced in r69304
Tarek Ziadé
2009-02-12
1
-2/+2
*
Fixed #3386: the optional prefix argument was ignored under OS2 and NT in dis...
Tarek Ziadé
2009-02-10
2
-3/+5
*
#3986 replacing string and types call (like in the Py3k branch), and put exec...
Tarek Ziadé
2009-02-07
2
-24/+55
*
Convert "srcdir" into an absolute path if that seems prudent. Currrently
Neil Schemenauer
2009-02-06
1
-0/+14
*
Fixed #5167: test_customize_compiler does not apply under non unix compilers
Tarek Ziadé
2009-02-06
1
-0/+6
*
removed types usage and added test coverage (work for #3986)
Tarek Ziadé
2009-02-06
2
-9/+51
*
Fixed #3987 : removed unused import
Tarek Ziadé
2009-02-06
1
-1/+0
*
fixed #1520877: now distutils reads Read from the environment/Makefile
Tarek Ziadé
2009-02-06
2
-3/+28
*
using >= so setting verbose to 2 will work as well
Tarek Ziadé
2009-02-06
2
-6/+6
*
README now reflects the current state
Tarek Ziadé
2009-02-06
1
-16/+5
*
Fixed #1276768: verbose option was not used in the code.
Tarek Ziadé
2009-02-06
4
-24/+185
*
Fixed #5132: enable extensions to link on Solaris
Tarek Ziadé
2009-02-05
2
-3/+26
*
Fix test_build_ext.py to work when building in a separate directory.
Neil Schemenauer
2009-02-05
1
-5/+9
*
Since sysconfig.get_python_inc() now works when building in a
Neil Schemenauer
2009-02-05
1
-21/+4
*
Fix get_python_inc() to work when building in a directory separate from
Neil Schemenauer
2009-02-05
1
-5/+11
*
Fix comment for #1835
Tarek Ziadé
2009-02-05
1
-6/+1
*
fixed test_make_distribution so it runs on any platform, as long as tar an gz...
Tarek Ziadé
2009-01-29
1
-9/+6
*
Fix issue5075: bdist_wininst should not depend on the vc runtime?
Mark Hammond
2009-01-29
2
-0/+0
*
Fixed #1885: --formats=tar,gztar was not working properly in the sdist command
Tarek Ziadé
2009-01-25
2
-11/+70
*
added missing module docstring
Tarek Ziadé
2009-01-25
1
-0/+5
*
Issue #5052: removed backward compatibility information (out of date)
Tarek Ziadé
2009-01-25
36
-72/+0
*
Fixed #4863: removed distutils.mwerkscompiler
Tarek Ziadé
2009-01-25
2
-251/+0
*
fixed #4394 make the storage of the password optional in .pypirc
Tarek Ziadé
2009-01-08
6
-38/+117
*
Issue #4864: test_msvc9compiler failed on VC6/7.
Hirokazu Yamamoto
2009-01-07
1
-0/+4
*
using clearer syntax
Tarek Ziadé
2009-01-04
1
-2/+7
*
fixed #1702551: distutils sdist was not pruning VCS directories under win32
Tarek Ziadé
2009-01-04
2
-1/+117
*
Fixed #4702: Throwing DistutilsPlatformError instead of IOError under win32 i...
Tarek Ziadé
2008-12-30
2
-2/+35
[next]