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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
#6516 added owner/group support for tarfiles in Distutils
Tarek Ziadé
2009-10-02
2
-2/+115
*
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
1
-0/+7
*
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
*
#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
1
-1/+17
*
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
1
-1/+44
*
fixed how fnmatch.translate is used (since it has changed in r74475 for #6665...
Tarek Ziadé
2009-08-17
1
-7/+7
*
#6466 refactored distutils duplicate get_versions() functions (used to get gc...
Tarek Ziadé
2009-07-16
3
-65/+148
*
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
1
-1/+1
*
fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit'
Tarek Ziadé
2009-07-11
1
-1/+1
*
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
*
Sets the compiler attribute to keep the old behavior for third-party packages.
Tarek Ziadé
2009-07-08
1
-1/+10
*
Fixed #6377: distutils compiler switch ignored (and added a deprecation warni...
Tarek Ziadé
2009-07-06
1
-0/+14
*
using print statements when used for user interaction
Tarek Ziadé
2009-07-04
1
-18/+0
*
basic tests to raise distutils.file_util coverage
Tarek Ziadé
2009-07-03
1
-1/+16
*
Fixed #6403 : package path usage for build_ext
Tarek Ziadé
2009-07-03
1
-6/+31
*
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
1
-3/+15
*
Fixed #6164 AIX specific linker argument in Distutils unixcompiler
Tarek Ziadé
2009-06-20
1
-0/+8
*
starting distutils.ccompiler test coverage and cleanup
Tarek Ziadé
2009-06-16
1
-0/+37
*
Issue #6286: distutils upload command now uses urllib2
Tarek Ziadé
2009-06-15
1
-34/+24
*
#6263 fixed syntax error in distutils.cygwinccompiler
Tarek Ziadé
2009-06-11
1
-1/+34
*
Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in ...
Tarek Ziadé
2009-06-11
1
-0/+33
*
Distutils: started code cleanup and test coverage for cygwinccompiler
Tarek Ziadé
2009-06-10
1
-0/+120
*
improved test coverage for distutils.command.install and cleaned it up
Tarek Ziadé
2009-06-04
1
-1/+72
*
more cleanup and test coverage for distutils.extension
Tarek Ziadé
2009-06-03
1
-1/+34
*
added some tests for distutils.extension + code cleanup
Tarek Ziadé
2009-06-03
2
-0/+103
*
improved distutils.spawn test coverage + cleaned it up
Tarek Ziadé
2009-06-02
1
-1/+41
*
improved distutils.dist test coverage, pep-8 compliancy
Tarek Ziadé
2009-06-01
1
-6/+51
*
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
1
-2/+111
*
fixed the 'package' option of build_ext
Tarek Ziadé
2009-05-19
1
-0/+22
*
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
1
-7/+4
*
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
1
-0/+70
*
removed sys.platform == 'mac' usage in distutils.dir_util
Tarek Ziadé
2009-05-17
1
-4/+10
*
removed sys.platform == 'mac' support in distutils.dist.parse_command_line an...
Tarek Ziadé
2009-05-17
1
-19/+39
*
not running this test with MSVC6
Tarek Ziadé
2009-05-17
1
-0/+7
*
#6041: sdist and register now use the check command. No more duplicate code f...
Tarek Ziadé
2009-05-16
3
-10/+128
*
#6022 fixed test_get_outputs so it doesn't leaves a test file in the cwd
Tarek Ziadé
2009-05-14
1
-4/+10
[next]