Martin v. Löwis
|
2dcd7a0d52
|
Support AMD64 in msilib. Set Win64 on reglocator.
Fixes #6258.
|
2009-06-12 17:28:31 +00:00 |
Tarek Ziadé
|
ff1081874a
|
pep8-fied cygwinccompiler module
|
2009-06-11 09:55:09 +00:00 |
Tarek Ziadé
|
c7498f5aab
|
#6263 fixed syntax error in distutils.cygwinccompiler
|
2009-06-11 09:13:36 +00:00 |
Tarek Ziadé
|
2d36afd15e
|
removed the last string.split() call
|
2009-06-11 08:43:26 +00:00 |
Tarek Ziadé
|
25d2bae1c9
|
Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in Makefiles
|
2009-06-11 08:12:20 +00:00 |
Tarek Ziadé
|
7ca57aa9fa
|
Distutils: started code cleanup and test coverage for cygwinccompiler
|
2009-06-10 18:49:50 +00:00 |
Tarek Ziadé
|
3b5d5fb123
|
reverting r72823 : Python trunk has to use latin-1 encoding
|
2009-06-05 13:37:29 +00:00 |
Tarek Ziadé
|
e616c53aec
|
improved test coverage for distutils.command.install and cleaned it up
|
2009-06-04 07:31:52 +00:00 |
Tarek Ziadé
|
8df921b46b
|
assertion message was dropped
|
2009-06-03 11:20:44 +00:00 |
Tarek Ziadé
|
fe327b97d2
|
more cleanup and test coverage for distutils.extension
|
2009-06-03 11:12:08 +00:00 |
Tarek Ziadé
|
c6709978ac
|
added some tests for distutils.extension + code cleanup
|
2009-06-03 10:26:26 +00:00 |
Tarek Ziadé
|
abb4ec6dc4
|
improved distutils.spawn test coverage + cleaned it up
|
2009-06-02 15:58:43 +00:00 |
Tarek Ziadé
|
c01cbc42aa
|
improved distutils.dist test coverage, pep-8 compliancy
|
2009-06-01 22:22:13 +00:00 |
Tarek Ziadé
|
3e3eace7d7
|
Fixed #6131: test_modulefinder leaked when run after test_distutils
|
2009-05-29 08:08:07 +00:00 |
Tarek Ziadé
|
460f6c86b4
|
using 'tar' then 'gzip' in the test, because 'tar -czf' is not supported under some platforms
|
2009-05-28 13:55:51 +00:00 |
Tarek Ziadé
|
9e5d2dc6a6
|
Fixed #6048: Distutils uses the tarfile module instead of the tar command now
|
2009-05-28 12:53:54 +00:00 |
Martin v. Löwis
|
53b578eba1
|
Issue #6065: Do not try to build a version-independent
installer if the package has extension modules.
Also add NEWS entry for #5311.
|
2009-05-24 19:10:52 +00:00 |
Tarek Ziadé
|
aafd6b850e
|
fixed encoding
|
2009-05-22 09:42:43 +00:00 |
Tarek Ziadé
|
7d7127dd84
|
fixed the 'package' option of build_ext
|
2009-05-19 16:17:21 +00:00 |
Tarek Ziadé
|
07bbfcc5e2
|
Fixed #6053 - win32 fixes for distutils tests
|
2009-05-18 12:21:26 +00:00 |
Tarek Ziadé
|
6deb574be3
|
working with relative paths to avoid tar warnings on absolute paths
|
2009-05-18 08:20:55 +00:00 |
Tarek Ziadé
|
fcc7f039ec
|
Fixed the library extension when distutils build_ext is used inplace
|
2009-05-18 08:03:37 +00:00 |
Tarek Ziadé
|
6dd6b619a8
|
fixed the test name
|
2009-05-17 14:59:05 +00:00 |
Tarek Ziadé
|
6f826ed4c2
|
pep8-fied distutils.archive_util + added minimum test coverage
|
2009-05-17 12:04:57 +00:00 |
Tarek Ziadé
|
513a8b7d99
|
pep8-fied distutils.dir_util
|
2009-05-17 11:22:36 +00:00 |
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 |