Tarek Ziadé
|
294c9d90df
|
removed sys.platform == 'mac' usage in distutils.dir_util
|
2009-05-17 11:11:57 +00:00 |
Tarek Ziadé
|
016828d119
|
removed sys.platform == 'mac' support in distutils.dist.parse_command_line and improved test coverage
|
2009-05-17 10:44:12 +00:00 |
Tarek Ziadé
|
8d252e498c
|
not running this test with MSVC6
|
2009-05-17 10:07:48 +00:00 |
Tarek Ziadé
|
ae6acfc9a1
|
pep8-fied distutils.dist module
|
2009-05-16 18:29:40 +00:00 |
Tarek Ziadé
|
cb76804b17
|
#6041: sdist and register now use the check command. No more duplicate code for metadata checking
|
2009-05-16 16:37:06 +00:00 |
Antoine Pitrou
|
f541378d13
|
Fix bootstrapping by removing uses of the copy module in distutils
|
2009-05-15 17:27:30 +00:00 |
Tarek Ziadé
|
cbb4f9ef58
|
#6022 fixed test_get_outputs so it doesn't leaves a test file in the cwd
|
2009-05-14 20:14:13 +00:00 |
Tarek Ziadé
|
8953913cf5
|
pep8-fied distutils.command.sdist + more tests
|
2009-05-14 14:56:14 +00:00 |
Tarek Ziadé
|
064a768101
|
more test coverage for distutils sdist command
|
2009-05-14 12:40:59 +00:00 |
Tarek Ziadé
|
d547144f0f
|
adding void to the c function
|
2009-05-13 22:16:03 +00:00 |
Tarek Ziadé
|
1652410429
|
added an inifoo in the C file, to avoid a warning by the MSVC9 linker
|
2009-05-13 21:30:06 +00:00 |
Benjamin Peterson
|
e9a2b8a0e3
|
the compiler attribute is used in setup.py; can't rename
|
2009-05-12 21:06:05 +00:00 |
Tarek Ziadé
|
972480d999
|
fixed #5977: distutils build_ext.get_outputs was not using the inplace option
|
2009-05-12 17:07:14 +00:00 |
Tarek Ziadé
|
4ba25c25d2
|
removing the assert statement so the code works when Python is run with -O
|
2009-05-12 07:01:29 +00:00 |
Tarek Ziadé
|
68e27eb834
|
distutils.test_build_clib added a new line at the end of the file, to avoid a warning with some compilers
|
2009-05-11 08:45:17 +00:00 |
Tarek Ziadé
|
2bb084e643
|
fixed test_build_ext for win32
|
2009-05-10 21:27:55 +00:00 |
Tarek Ziadé
|
e3f68a1a96
|
fixed test for all platforms
|
2009-05-10 12:36:48 +00:00 |
Tarek Ziadé
|
450ca11a58
|
now using EnvironGuard everywhere
|
2009-05-10 12:17:30 +00:00 |
Tarek Ziadé
|
d35f2a33d5
|
refactored test_sysconfig so it uses test.test_support.EnvironmentVarGuard
|
2009-05-10 11:59:30 +00:00 |
Tarek Ziadé
|
234ab8fc1c
|
Added tests form install_lib and pep8-fied the module
|
2009-05-10 11:42:46 +00:00 |
Tarek Ziadé
|
d5d83424d2
|
fixed #5984 and improved test coverage
|
2009-05-10 10:12:08 +00:00 |
Tarek Ziadé
|
812d77152e
|
#5976: fixed distutils test_check_environ
|
2009-05-09 10:06:00 +00:00 |
Tarek Ziadé
|
e2be83def8
|
Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to extension modules with RPATH if GNU ld is used
|
2009-05-09 08:28:53 +00:00 |
Tarek Ziadé
|
6f9977852f
|
fixed AR/ARFLAGS values in test_sysconfig
|
2009-05-07 23:01:56 +00:00 |
Tarek Ziadé
|
99f660af3f
|
Fixed #5941: added ARFLAGS for the archiver command.
|
2009-05-07 21:20:34 +00:00 |
Tarek Ziadé
|
ff748cd6eb
|
removed remaining spaces
|
2009-05-07 21:13:02 +00:00 |
Tarek Ziadé
|
56342d578e
|
removed string.split usage
|
2009-05-06 08:11:00 +00:00 |
Tarek Ziadé
|
ccf608c94c
|
more build_clib cleanup + test coverage
|
2009-05-06 08:05:47 +00:00 |
Tarek Ziadé
|
b04a05709d
|
pep8-fied build_clib module : it is now similar to the one in 3.x
|
2009-05-06 07:41:53 +00:00 |
Tarek Ziadé
|
d2bb1a5377
|
Added a test and cleaned check_library_list to be ready to fix #5940
|
2009-05-06 07:17:52 +00:00 |
Steven Bethard
|
ab538fc2b2
|
Update bdist_msi so that the generated MSIs for pure Python modules can install to any version of Python, like the generated EXEs from bdist_wininst. (Previously, you had to create a new MSI for each version of Python.)
|
2009-05-05 01:31:22 +00:00 |
Tarek Ziadé
|
a1b91d944b
|
Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymore
|
2009-04-29 08:03:46 +00:00 |
Tarek Ziadé
|
bcddf6777a
|
#5810: Fixed Distutils test_build_scripts
|
2009-04-25 12:51:59 +00:00 |
Tarek Ziadé
|
d567c38ef2
|
Issue #4951: Fixed failure in test_httpservers
|
2009-04-25 12:38:08 +00:00 |
Tarek Ziadé
|
2c4e741447
|
making BuildWinInstTestCase silent in case bdist_wininst is not run under win32
|
2009-04-20 10:33:47 +00:00 |
Tarek Ziadé
|
92d77b7eac
|
#5795 sysconfig._config_vars was shadowed in tearDown
|
2009-04-20 07:53:55 +00:00 |
Tarek Ziadé
|
783f493173
|
DistutilsSetupError was not raised when one single warning occured
|
2009-04-17 14:29:56 +00:00 |
Tarek Ziadé
|
eb6e0f583d
|
pep8-fied
|
2009-04-13 20:14:54 +00:00 |
Tarek Ziadé
|
2fdd0d5ab7
|
improved test coverage for distutils.cmd
|
2009-04-13 20:03:44 +00:00 |
Tarek Ziadé
|
710fbc32ae
|
deactivate test_search_cpp under win32
|
2009-04-13 12:42:26 +00:00 |
Tarek Ziadé
|
156c31a7be
|
Fixed #5607: Distutils test_get_platform was failing fo Mac OS X fat binaries.
|
2009-04-13 12:34:01 +00:00 |
Tarek Ziadé
|
3295eed64b
|
removed string usage and added a test for _clean
|
2009-04-12 17:02:08 +00:00 |
Tarek Ziadé
|
e643bed198
|
added a test for finalize_options
|
2009-04-12 16:45:32 +00:00 |
Tarek Ziadé
|
f6f4b3084c
|
added a simple test for search_cpp
|
2009-04-12 16:31:24 +00:00 |
Tarek Ziadé
|
7bea344d35
|
pep8-fied the module before adding tests
|
2009-04-12 15:03:50 +00:00 |
Tarek Ziadé
|
aa48798f1e
|
removed the print statements and added a test
|
2009-04-12 14:53:51 +00:00 |
Tarek Ziadé
|
c2936b786a
|
testing a full check case
|
2009-04-11 15:14:17 +00:00 |
Tarek Ziadé
|
942825f7de
|
#5732: added the check command into Distutils
|
2009-04-11 14:55:07 +00:00 |
Tarek Ziadé
|
ad95826c33
|
Fixed #5731: Distutils bdist_wininst no longer worked on non-Windows platforms
|
2009-04-09 21:36:44 +00:00 |
Tarek Ziadé
|
fdda68e030
|
pep8-fied method names
|
2009-04-05 23:03:10 +00:00 |