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
...
*
fixed encoding
Tarek Ziadé
2009-05-22
1
-2/+2
*
fixed the 'package' option of build_ext
Tarek Ziadé
2009-05-19
2
-11/+35
*
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
2
-10/+7
*
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
2
-40/+110
*
pep8-fied distutils.dir_util
Tarek Ziadé
2009-05-17
1
-61/+49
*
removed sys.platform == 'mac' usage in distutils.dir_util
Tarek Ziadé
2009-05-17
2
-11/+14
*
removed sys.platform == 'mac' support in distutils.dist.parse_command_line an...
Tarek Ziadé
2009-05-17
2
-25/+39
*
not running this test with MSVC6
Tarek Ziadé
2009-05-17
1
-0/+7
*
pep8-fied distutils.dist module
Tarek Ziadé
2009-05-16
1
-93/+37
*
#6041: sdist and register now use the check command. No more duplicate code f...
Tarek Ziadé
2009-05-16
5
-72/+179
*
Fix bootstrapping by removing uses of the copy module in distutils
Antoine Pitrou
2009-05-15
2
-8/+6
*
#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
2
-44/+39
*
more test coverage for distutils sdist command
Tarek Ziadé
2009-05-14
2
-4/+17
*
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
*
the compiler attribute is used in setup.py; can't rename
Benjamin Peterson
2009-05-12
1
-14/+14
*
fixed #5977: distutils build_ext.get_outputs was not using the inplace option
Tarek Ziadé
2009-05-12
2
-45/+85
*
removing the assert statement so the code works when Python is run with -O
Tarek Ziadé
2009-05-12
1
-1/+2
*
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
2
-27/+97
*
fixed #5984 and improved test coverage
Tarek Ziadé
2009-05-10
2
-47/+151
*
#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
3
-6/+114
*
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
3
-5/+50
*
removed remaining spaces
Tarek Ziadé
2009-05-07
1
-3/+3
*
removed string.split usage
Tarek Ziadé
2009-05-06
1
-3/+2
*
more build_clib cleanup + test coverage
Tarek Ziadé
2009-05-06
2
-4/+60
*
pep8-fied build_clib module : it is now similar to the one in 3.x
Tarek Ziadé
2009-05-06
1
-28/+5
*
Added a test and cleaned check_library_list to be ready to fix #5940
Tarek Ziadé
2009-05-06
2
-17/+62
*
Update bdist_msi so that the generated MSIs for pure Python modules can insta...
Steven Bethard
2009-05-05
1
-75/+162
*
Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymore
Tarek Ziadé
2009-04-29
1
-1/+1
*
#5810: Fixed Distutils test_build_scripts
Tarek Ziadé
2009-04-25
1
-1/+1
*
Issue #4951: Fixed failure in test_httpservers
Tarek Ziadé
2009-04-25
1
-2/+5
*
making BuildWinInstTestCase silent in case bdist_wininst is not run under win32
Tarek Ziadé
2009-04-20
1
-0/+1
*
#5795 sysconfig._config_vars was shadowed in tearDown
Tarek Ziadé
2009-04-20
1
-3/+4
*
DistutilsSetupError was not raised when one single warning occured
Tarek Ziadé
2009-04-17
2
-10/+9
*
pep8-fied
Tarek Ziadé
2009-04-13
1
-42/+23
*
improved test coverage for distutils.cmd
Tarek Ziadé
2009-04-13
2
-7/+47
*
deactivate test_search_cpp under win32
Tarek Ziadé
2009-04-13
1
-0/+3
*
Fixed #5607: Distutils test_get_platform was failing fo Mac OS X fat binaries.
Tarek Ziadé
2009-04-13
1
-1/+31
*
removed string usage and added a test for _clean
Tarek Ziadé
2009-04-12
2
-4/+22
[prev]
[next]