Tarek Ziadé
|
51f32c00e8
|
reverted changes for #6459 (doesn't apply on 2.x)
|
2009-07-11 17:21:00 +00:00 |
Tarek Ziadé
|
23a3775cc8
|
fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit'
|
2009-07-11 10:55:27 +00:00 |
Tarek Ziadé
|
51c045d6b4
|
cleaned up distutils.build_ext module
|
2009-07-11 10:48:31 +00:00 |
Tarek Ziadé
|
1c6ebc22bc
|
cleaned up distutils.command.build
|
2009-07-10 10:00:21 +00:00 |
Tarek Ziadé
|
00490f2754
|
PendingDeprecationWarning -> DeprecationWarning in build_ext
|
2009-07-09 07:42:42 +00:00 |
Tarek Ziadé
|
42b145d0e2
|
Sets the compiler attribute to keep the old behavior for third-party packages.
|
2009-07-08 22:40:51 +00:00 |
Tarek Ziadé
|
e670e5ad5b
|
Fixed #6377: distutils compiler switch ignored (and added a deprecation warning if compiler is not used as supposed = a string option)
|
2009-07-06 12:50:46 +00:00 |
Tarek Ziadé
|
fe97ebbf62
|
cleaned up distutils.command.build_py
|
2009-07-03 09:01:07 +00:00 |
Tarek Ziadé
|
65ec61ed06
|
Fixed #6403 : package path usage for build_ext
|
2009-07-03 08:22:56 +00:00 |
Tarek Ziadé
|
85bb62872d
|
cleaned up the bdist_dumb module
|
2009-07-02 12:51:56 +00:00 |
Tarek Ziadé
|
3fbcc60eb8
|
Fixed 6365: wrong inplace location for build_ext if the extension had dots
|
2009-06-29 16:13:39 +00:00 |
Steven Bethard
|
35fad2fc48
|
Fix memory bug in bdist_msi. (Commit okayed in issue6319.)
|
2009-06-21 21:03:41 +00:00 |
Tarek Ziadé
|
a1cc040828
|
Issue #6286: distutils upload command now uses urllib2
|
2009-06-15 23:30:13 +00:00 |
Tarek Ziadé
|
d7c5cee2d5
|
code cleanup
|
2009-06-15 23:04:29 +00:00 |
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é
|
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 |
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é
|
fcc7f039ec
|
Fixed the library extension when distutils build_ext is used inplace
|
2009-05-18 08:03:37 +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 |
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 |
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é
|
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é
|
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é
|
783f493173
|
DistutilsSetupError was not raised when one single warning occured
|
2009-04-17 14:29:56 +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 |
Tarek Ziadé
|
64408fb4c5
|
Fixed #5095: msi missing from Distutils bdist formats
|
2009-04-05 22:51:09 +00:00 |
Georg Brandl
|
63959bb973
|
#5631: add upload to list of possible commands, which is presented in --help-commands.
|
2009-04-01 04:32:39 +00:00 |
Tarek Ziadé
|
2bdefb3eee
|
catching msvc9compiler error as well
|
2009-03-31 22:44:10 +00:00 |
Tarek Ziadé
|
9e47ce49a0
|
#5583 Added optional Extensions in Distutils
|
2009-03-31 22:27:23 +00:00 |
Tarek Ziadé
|
899dd1221d
|
added tests to the install_headers command
|
2009-03-31 20:55:21 +00:00 |