Tarek Ziadé
|
f6f4b3084c
|
added a simple test for search_cpp
|
2009-04-12 16:31:24 +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é
|
64408fb4c5
|
Fixed #5095: msi missing from Distutils bdist formats
|
2009-04-05 22:51:09 +00:00 |
Tarek Ziadé
|
d9e221d232
|
added a simplest test to distutils.spawn._nt_quote_args
|
2009-04-05 22:04:38 +00:00 |
Tarek Ziadé
|
faa6b121fb
|
Fixed #1491431: distutils.filelist.glob_to_re was broken for some edge cases (detailed in the test
|
2009-04-05 21:44:08 +00:00 |
Tarek Ziadé
|
453d953f3e
|
Fixed 5694: removed spurious test output in Distutils
|
2009-04-05 18:31:24 +00:00 |
Tarek Ziadé
|
3bb5a9642b
|
fixed the test for win32 CompileError
|
2009-03-31 22:47:01 +00:00 |
Tarek Ziadé
|
9e47ce49a0
|
#5583 Added optional Extensions in Distutils
|
2009-03-31 22:27:23 +00:00 |
Tarek Ziadé
|
1a1158f955
|
making sdist and config test silents
|
2009-03-31 20:56:11 +00:00 |
Tarek Ziadé
|
899dd1221d
|
added tests to the install_headers command
|
2009-03-31 20:55:21 +00:00 |
Tarek Ziadé
|
a961a0444d
|
added test to the install_data command
|
2009-03-31 20:54:38 +00:00 |
Tarek Ziadé
|
e899b711df
|
more tests for the upload command
|
2009-03-31 20:53:55 +00:00 |
Tarek Ziadé
|
ca2b8d283a
|
more tests for the register command
|
2009-03-31 20:53:13 +00:00 |
Tarek Ziadé
|
023862890f
|
added tests for the clean command
|
2009-03-31 20:50:59 +00:00 |
Hirokazu Yamamoto
|
bb7467f6e3
|
Added skip for old MSVC.
|
2009-03-15 22:43:14 +00:00 |
Tarek Ziadé
|
61585c260c
|
Issue #5472: Fixed distutils.test_util tear down
|
2009-03-11 12:48:04 +00:00 |
Tarek Ziadé
|
943b24e7e4
|
Issue #5394: removed > 2.3 syntax from distutils.msvc9compiler
|
2009-03-07 00:32:45 +00:00 |
Tarek Ziadé
|
ce45a967c2
|
removing the force-optimized option as discussed in #1533164
|
2009-03-02 05:38:44 +00:00 |
Tarek Ziadé
|
7334735ee1
|
Issues #1533164 and #5378: Added quiet and force-optimize options to Distutils bdist_rpm command
|
2009-02-28 10:08:02 +00:00 |
Tarek Ziadé
|
dda92f7f02
|
Issue #5052: make Distutils compatible with 2.3 again.
|
2009-02-27 12:53:34 +00:00 |
Tarek Ziadé
|
e3bc0eff25
|
Fixed #5316 : test failure in test_site
|
2009-02-25 22:29:27 +00:00 |
Tarek Ziadé
|
11b34d07d8
|
more test coverage
|
2009-02-23 12:41:29 +00:00 |
Tarek Ziadé
|
28bba74b7f
|
removing map and lambda usage, so the test is similar to py3k's branch one
|
2009-02-22 20:11:46 +00:00 |
Tarek Ziadé
|
90b7d56d91
|
moved distutils.text_file tests into a real unittest class
|
2009-02-22 19:58:12 +00:00 |
Mark Dickinson
|
3e4caeb3bf
|
Issue #5341: Fix a variety of spelling errors.
|
2009-02-21 20:27:01 +00:00 |
Tarek Ziadé
|
0e5001eff9
|
fixed the data_files inclusion behavior
|
2009-02-17 23:06:51 +00:00 |
Tarek Ziadé
|
f68b5b8046
|
#2279 added the plain path case for data_files
|
2009-02-17 09:42:44 +00:00 |
Tarek Ziadé
|
ae9dc8c48a
|
#2279: use os.sep so the MANIFEST file test work on win32
|
2009-02-16 21:41:54 +00:00 |
Tarek Ziadé
|
7dd533963f
|
Fixed #2279: distutils.sdist.add_defaults now add files listed in package_data and data_files
|
2009-02-16 21:38:01 +00:00 |
Tarek Ziadé
|
09d3d2ded6
|
Replace variable
|
2009-02-14 14:12:30 +00:00 |
Tarek Ziadé
|
1369900619
|
Fix for #5257: refactored all tests in distutils, so they use a temporary directory.
|
2009-02-14 14:10:23 +00:00 |
Tarek Ziadé
|
544c3e19e6
|
fix the environ for distutils test_util
|
2009-02-13 23:41:57 +00:00 |
Tarek Ziadé
|
2432b0b367
|
Fixed #4524: distutils build_script command failed with --with-suffix=3
|
2009-02-13 23:00:43 +00:00 |
Tarek Ziadé
|
275958aacf
|
Issue #2461: added tests for distutils.util
|
2009-02-13 22:22:03 +00:00 |
Tarek Ziadé
|
6f1d931495
|
reverted leak fix, to use the one done in py3k branch (r67382)
|
2009-02-13 16:13:16 +00:00 |
Tarek Ziadé
|
b516c126ef
|
fixing the leak introduced in r69304
|
2009-02-12 20:56:21 +00:00 |
Tarek Ziadé
|
74fbf60e8c
|
Fixed #3386: the optional prefix argument was ignored under OS2 and NT in distutils.sysconfig.get_python_lib
|
2009-02-10 12:31:09 +00:00 |
Tarek Ziadé
|
8be8765a2e
|
#3986 replacing string and types call (like in the Py3k branch), and put exec_msg call at the right place
|
2009-02-07 00:05:39 +00:00 |
Tarek Ziadé
|
0d6705b234
|
Fixed #5167: test_customize_compiler does not apply under non unix compilers
|
2009-02-06 13:27:38 +00:00 |
Tarek Ziadé
|
98da8e151a
|
removed types usage and added test coverage (work for #3986)
|
2009-02-06 08:55:23 +00:00 |
Tarek Ziadé
|
05adf073cc
|
fixed #1520877: now distutils reads Read from the environment/Makefile
|
2009-02-06 01:15:51 +00:00 |
Tarek Ziadé
|
d5eb985492
|
Fixed #1276768: verbose option was not used in the code.
|
2009-02-06 00:31:59 +00:00 |
Tarek Ziadé
|
0d4fd3493e
|
Fixed #5132: enable extensions to link on Solaris
|
2009-02-05 22:52:52 +00:00 |
Neil Schemenauer
|
a52f1c62eb
|
Fix test_build_ext.py to work when building in a separate directory.
Since "srcdir" should now be defined on all platforms, use it to
find the module source.
|
2009-02-05 16:25:16 +00:00 |
Neil Schemenauer
|
e844be6d9a
|
Since sysconfig.get_python_inc() now works when building in a
directory other than the source directory, simplify the test code in
test_sysconfig.py.
|
2009-02-05 16:19:05 +00:00 |
Tarek Ziadé
|
5da9a51d9d
|
fixed test_make_distribution so it runs on any platform, as long as tar an gzip are available
|
2009-01-29 23:49:17 +00:00 |
Tarek Ziadé
|
aaedcef578
|
Fixed #1885: --formats=tar,gztar was not working properly in the sdist command
|
2009-01-25 23:34:00 +00:00 |