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
...
*
Fixed #6377: distutils compiler switch ignored (and added a deprecation warni...
Tarek Ziadé
2009-07-06
2
-23/+69
*
using print statements when used for user interaction
Tarek Ziadé
2009-07-04
2
-29/+11
*
Fixed #6413: fixed log level in distutils.dist.announce
Tarek Ziadé
2009-07-04
1
-2/+2
*
cleaned distutils.file_util
Tarek Ziadé
2009-07-03
1
-69/+52
*
basic tests to raise distutils.file_util coverage
Tarek Ziadé
2009-07-03
1
-1/+16
*
cleaned up distutils.command.build_py
Tarek Ziadé
2009-07-03
1
-90/+44
*
Fixed #6403 : package path usage for build_ext
Tarek Ziadé
2009-07-03
2
-10/+41
*
pep8-fied and cleaned up distutils.util
Tarek Ziadé
2009-07-02
1
-75/+67
*
cleaned up the bdist_dumb module
Tarek Ziadé
2009-07-02
1
-15/+4
*
raising bdist_dumb test coverage
Tarek Ziadé
2009-07-02
1
-0/+15
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
21
-106/+106
*
Fixed 6365: wrong inplace location for build_ext if the extension had dots
Tarek Ziadé
2009-06-29
2
-7/+19
*
Fix memory bug in bdist_msi. (Commit okayed in issue6319.)
Steven Bethard
2009-06-21
1
-2/+1
*
Fixed #6164 AIX specific linker argument in Distutils unixcompiler
Tarek Ziadé
2009-06-20
2
-16/+25
*
starting distutils.ccompiler test coverage and cleanup
Tarek Ziadé
2009-06-16
2
-22/+57
*
Issue #6286: distutils upload command now uses urllib2
Tarek Ziadé
2009-06-15
2
-62/+52
*
code cleanup
Tarek Ziadé
2009-06-15
1
-13/+9
*
Support AMD64 in msilib. Set Win64 on reglocator.
Martin v. Löwis
2009-06-12
1
-2/+7
*
pep8-fied cygwinccompiler module
Tarek Ziadé
2009-06-11
1
-65/+30
*
#6263 fixed syntax error in distutils.cygwinccompiler
Tarek Ziadé
2009-06-11
2
-2/+35
*
removed the last string.split() call
Tarek Ziadé
2009-06-11
1
-2/+1
*
Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in ...
Tarek Ziadé
2009-06-11
2
-7/+47
*
Distutils: started code cleanup and test coverage for cygwinccompiler
Tarek Ziadé
2009-06-10
2
-71/+170
*
reverting r72823 : Python trunk has to use latin-1 encoding
Tarek Ziadé
2009-06-05
1
-2/+2
*
improved test coverage for distutils.command.install and cleaned it up
Tarek Ziadé
2009-06-04
2
-88/+145
*
assertion message was dropped
Tarek Ziadé
2009-06-03
1
-1/+1
*
more cleanup and test coverage for distutils.extension
Tarek Ziadé
2009-06-03
2
-22/+46
*
added some tests for distutils.extension + code cleanup
Tarek Ziadé
2009-06-03
3
-16/+108
*
improved distutils.spawn test coverage + cleaned it up
Tarek Ziadé
2009-06-02
2
-59/+73
*
improved distutils.dist test coverage, pep-8 compliancy
Tarek Ziadé
2009-06-01
2
-61/+103
*
Fixed #6131: test_modulefinder leaked when run after test_distutils
Tarek Ziadé
2009-05-29
4
-10/+8
*
using 'tar' then 'gzip' in the test, because 'tar -czf' is not supported unde...
Tarek Ziadé
2009-05-28
1
-3/+7
*
Fixed #6048: Distutils uses the tarfile module instead of the tar command now
Tarek Ziadé
2009-05-28
2
-25/+146
*
Issue #6065: Do not try to build a version-independent
Martin v. Löwis
2009-05-24
1
-0/+2
*
fixed encoding
Tarek Ziadé
2009-05-22
1
-2/+2
*
fixed the 'package' option of build_ext
Tarek Ziadé
2009-05-19
2
-11/+35
*
Fixed #6053 - win32 fixes for distutils tests
Tarek Ziadé
2009-05-18
2
-3/+7
*
working with relative paths to avoid tar warnings on absolute paths
Tarek Ziadé
2009-05-18
1
-2/+14
*
Fixed the library extension when distutils build_ext is used inplace
Tarek Ziadé
2009-05-18
2
-10/+7
*
fixed the test name
Tarek Ziadé
2009-05-17
1
-2/+2
*
pep8-fied distutils.archive_util + added minimum test coverage
Tarek Ziadé
2009-05-17
2
-40/+110
*
pep8-fied distutils.dir_util
Tarek Ziadé
2009-05-17
1
-61/+49
*
removed sys.platform == 'mac' usage in distutils.dir_util
Tarek Ziadé
2009-05-17
2
-11/+14
*
removed sys.platform == 'mac' support in distutils.dist.parse_command_line an...
Tarek Ziadé
2009-05-17
2
-25/+39
*
not running this test with MSVC6
Tarek Ziadé
2009-05-17
1
-0/+7
*
pep8-fied distutils.dist module
Tarek Ziadé
2009-05-16
1
-93/+37
*
#6041: sdist and register now use the check command. No more duplicate code f...
Tarek Ziadé
2009-05-16
5
-72/+179
*
Fix bootstrapping by removing uses of the copy module in distutils
Antoine Pitrou
2009-05-15
2
-8/+6
*
#6022 fixed test_get_outputs so it doesn't leaves a test file in the cwd
Tarek Ziadé
2009-05-14
1
-4/+10
*
pep8-fied distutils.command.sdist + more tests
Tarek Ziadé
2009-05-14
2
-44/+39
[prev]
[next]