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
*
dragfullwindows can have value 2
Tarek Ziadé
2009-11-19
1
-1/+1
*
#7293: distutils.test_msvc9compiler now uses a key that exists on any fresh w...
Tarek Ziadé
2009-11-18
1
-5/+5
*
fixed stdout alteration in test_distutils
Tarek Ziadé
2009-11-01
2
-1/+6
*
removed spurious spaces
Tarek Ziadé
2009-10-28
1
-29/+18
*
Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils
Tarek Ziadé
2009-10-27
3
-7/+62
*
fixed warning and error message
Tarek Ziadé
2009-10-24
5
-5/+5
*
fixed finally state in distutils.test_util
Tarek Ziadé
2009-10-24
1
-1/+1
*
Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecode
Tarek Ziadé
2009-10-24
7
-5/+64
*
#7066 - Fixed distutils.archive_util.make_archive behavior so it restores the...
Tarek Ziadé
2009-10-24
2
-5/+22
*
Changed distutils tests to avoid environment alteration
Tarek Ziadé
2009-10-18
13
-34/+67
*
this test requires zlib support
Tarek Ziadé
2009-10-16
1
-0/+1
*
replace callable()
Benjamin Peterson
2009-10-09
1
-1/+1
*
Use standard comma punctuation; reword some sentences in the docs
Andrew M. Kuchling
2009-10-05
1
-1/+1
*
now uses the right exception type
Tarek Ziadé
2009-10-03
1
-2/+2
*
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
[next]