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
*
Issue #6163: Fixed HP-UX runtime library dir options in distutils.unixcompiler
Tarek Ziadé
2009-09-09
2
-2/+20
*
fixed typo
Tarek Ziadé
2009-08-18
1
-4/+4
*
added more test coverage for distutils.filelist to prevent regressions when f...
Tarek Ziadé
2009-08-18
2
-5/+45
*
module cleanup
Tarek Ziadé
2009-08-17
1
-57/+42
*
fixed how fnmatch.translate is used (since it has changed in r74475 for #6665...
Tarek Ziadé
2009-08-17
2
-9/+10
*
Issue #6545: Removed assert statements in distutils.Extension, so the behavio...
Tarek Ziadé
2009-07-22
1
-4/+5
*
#6466 refactored distutils duplicate get_versions() functions (used to get gc...
Tarek Ziadé
2009-07-16
6
-111/+231
*
Fixed distutils test.
Hirokazu Yamamoto
2009-07-12
1
-1/+1
*
reverted changes for #6459 (doesn't apply on 2.x)
Tarek Ziadé
2009-07-11
2
-4/+4
*
fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit'
Tarek Ziadé
2009-07-11
2
-4/+4
*
cleaned up distutils.build_ext module
Tarek Ziadé
2009-07-11
1
-26/+16
*
cleaned up distutils.command.build
Tarek Ziadé
2009-07-10
1
-15/+5
*
Added test coverage for distutils.command.build
Tarek Ziadé
2009-07-10
1
-0/+54
*
Fixed #6455 (the test shall use pyd files under win32, rather than so files)
Tarek Ziadé
2009-07-10
1
-4/+5
*
PendingDeprecationWarning -> DeprecationWarning in build_ext
Tarek Ziadé
2009-07-09
1
-2/+2
*
Sets the compiler attribute to keep the old behavior for third-party packages.
Tarek Ziadé
2009-07-08
2
-4/+29
*
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
[next]