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
*
removing the last remaning apply() calls
Tarek Ziadé
2009-10-03
3
-3/+3
*
#6516 added owner/group support for tarfiles in Distutils
Tarek Ziadé
2009-10-02
7
-15/+218
*
Half of the fix for issue 6957: ensure that distutils
Ronald Oussoren
2009-09-22
1
-0/+23
*
forgot to commit a file in previous commit (r74994, issue #6954)
Tarek Ziadé
2009-09-21
1
-0/+3
*
#6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils.
Tarek Ziadé
2009-09-21
3
-1/+11
*
improving distutils coverage
Tarek Ziadé
2009-09-21
1
-0/+22
*
improved distutils test coverage: now the DEBUG mode is covered too (will hel...
Tarek Ziadé
2009-09-21
5
-2/+93
*
Update distutils.util tests after my changes
Ronald Oussoren
2009-09-15
1
-1/+21
*
Finish support for --with-universal-archs=intel
Ronald Oussoren
2009-09-15
1
-5/+20
*
#6026 - fix tests that failed without zlib
Ezio Melotti
2009-09-12
3
-0/+30
*
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
[next]