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
*
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
*
pep8-fied distutils.command.sdist + more tests
Tarek Ziadé
2009-05-14
1
-1/+23
*
more test coverage for distutils sdist command
Tarek Ziadé
2009-05-14
1
-0/+14
*
adding void to the c function
Tarek Ziadé
2009-05-13
1
-1/+1
*
added an inifoo in the C file, to avoid a warning by the MSVC9 linker
Tarek Ziadé
2009-05-13
1
-1/+1
*
fixed #5977: distutils build_ext.get_outputs was not using the inplace option
Tarek Ziadé
2009-05-12
1
-3/+40
*
distutils.test_build_clib added a new line at the end of the file, to avoid a...
Tarek Ziadé
2009-05-11
1
-1/+1
*
fixed test_build_ext for win32
Tarek Ziadé
2009-05-10
1
-1/+1
*
fixed test for all platforms
Tarek Ziadé
2009-05-10
1
-1/+1
*
now using EnvironGuard everywhere
Tarek Ziadé
2009-05-10
3
-71/+25
*
refactored test_sysconfig so it uses test.test_support.EnvironmentVarGuard
Tarek Ziadé
2009-05-10
2
-19/+19
*
Added tests form install_lib and pep8-fied the module
Tarek Ziadé
2009-05-10
1
-0/+84
*
fixed #5984 and improved test coverage
Tarek Ziadé
2009-05-10
1
-2/+126
*
#5976: fixed distutils test_check_environ
Tarek Ziadé
2009-05-09
1
-6/+11
*
Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to ex...
Tarek Ziadé
2009-05-09
2
-1/+95
*
fixed AR/ARFLAGS values in test_sysconfig
Tarek Ziadé
2009-05-07
1
-3/+7
*
Fixed #5941: added ARFLAGS for the archiver command.
Tarek Ziadé
2009-05-07
2
-2/+43
*
more build_clib cleanup + test coverage
Tarek Ziadé
2009-05-06
1
-0/+57
*
Added a test and cleaned check_library_list to be ready to fix #5940
Tarek Ziadé
2009-05-06
1
-0/+47
*
Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymore
Tarek Ziadé
2009-04-29
1
-1/+1
[next]