Mark Dickinson
|
8e5446f902
|
Backport r71704 (add configure check for C99 round function) to trunk.
|
2009-04-18 14:41:37 +00:00 |
Mark Dickinson
|
4beb89b9f7
|
copysign shouldn't be declared as static in pymath.c
|
2009-04-18 14:13:43 +00:00 |
Georg Brandl
|
f5fd523981
|
"not subscriptable" should be a bit more understandable than "unsubscriptable".
|
2009-04-18 08:26:21 +00:00 |
Tarek Ziadé
|
783f493173
|
DistutilsSetupError was not raised when one single warning occured
|
2009-04-17 14:29:56 +00:00 |
Vinay Sajip
|
22aa4bbdc5
|
Issue #5768: Change to Unicode output logic and test case for same.
|
2009-04-16 19:15:49 +00:00 |
Vinay Sajip
|
74f045088d
|
Issue #5768: Change to Unicode output logic and test case for same.
|
2009-04-16 19:07:37 +00:00 |
Raymond Hettinger
|
76162e305c
|
Clarify the behavior of any() and all() with an empty iterable.
|
2009-04-16 18:16:10 +00:00 |
R. David Murray
|
7203081025
|
Less red ink (warning->note) and add link to def of side-by-side assembly.
|
2009-04-16 18:12:53 +00:00 |
Thomas Heller
|
2d69358802
|
Remove duplicated function declaration.
Make _pagesize static.
|
2009-04-16 06:42:02 +00:00 |
Thomas Heller
|
4954ffd98d
|
Remove unneeded code.
|
2009-04-16 06:26:33 +00:00 |
R. David Murray
|
6076d399b4
|
Fix for issue3440: add warning to subprocess discussion of
env parameter that on Windows SystemRoot is required in order
to run side-by-side assemblies.
|
2009-04-15 22:33:07 +00:00 |
Benjamin Peterson
|
99d36f1563
|
call __float__ on str subclasses #5759
tests by R. David Murray
|
2009-04-15 21:26:36 +00:00 |
Benjamin Peterson
|
5c9914899b
|
tupel -> tuple
|
2009-04-14 21:23:09 +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 |
R. David Murray
|
abc26603a4
|
Add missing NEWS item for issue1161031 fix.
|
2009-04-13 16:56:32 +00:00 |
Georg Brandl
|
b48327a215
|
#5745: more linking for identifiers in email docs.
|
2009-04-13 13:13:25 +00:00 |
Tarek Ziadé
|
710fbc32ae
|
deactivate test_search_cpp under win32
|
2009-04-13 12:42:26 +00:00 |
Georg Brandl
|
73709e62ff
|
#5741 followup: should also allow %%(blah)s.
|
2009-04-13 12:36:24 +00:00 |
Georg Brandl
|
456cb1e694
|
Simplify markup.
|
2009-04-13 12:36:18 +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 |
Hirokazu Yamamoto
|
4585746fb0
|
Fixed another typos. (email.Utils => email.utils)
|
2009-04-13 01:21:56 +00:00 |
Hirokazu Yamamoto
|
3bd4058d82
|
Fixed typo. (email.Utils => email.utils)
|
2009-04-13 01:07:06 +00:00 |
R. David Murray
|
dcad046d39
|
Adjust test_asyncore to account for intentional asyncore behavior change
introduced by r70934 that was causing a test failure when run under -O.
|
2009-04-13 01:06:46 +00:00 |
Eric Smith
|
8c023248ed
|
Fixed incorrect object passed into format_float_internal(). This was resulting in a conversion being done twice.
|
2009-04-13 00:29:50 +00:00 |
Benjamin Peterson
|
a9feadc0dd
|
fix missing quote
|
2009-04-12 23:44:15 +00:00 |
Benjamin Peterson
|
7bedd625df
|
fix extra parenthesis #5774
|
2009-04-12 23:19:56 +00:00 |
Georg Brandl
|
aa48157d3d
|
#5719: add short usage example to optparse docstring.
|
2009-04-12 20:30:53 +00:00 |
Benjamin Peterson
|
457fefc3f8
|
remove useless import
|
2009-04-12 20:24:56 +00:00 |
Georg Brandl
|
21cf5ee6fd
|
#5741: dont disallow double percent signs in SafeConfigParser.set() keys.
|
2009-04-12 17:24:11 +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 |
Georg Brandl
|
3c4a5463b2
|
#5704: let python -3 imply -t as well.
|
2009-04-12 12:08:12 +00:00 |
Eric Smith
|
507690c6e5
|
Take credit for my patch for issue 5237.
|
2009-04-12 02:57:29 +00:00 |
Benjamin Peterson
|
aa0a0b9007
|
fix markup
|
2009-04-11 20:27:15 +00:00 |
Benjamin Peterson
|
e753abdec7
|
ignore py3_test_grammar when compiling the library
|
2009-04-11 19:31:00 +00:00 |
Georg Brandl
|
64e1c75455
|
Take credit for a patch of mine.
|
2009-04-11 18:19:27 +00:00 |
R. David Murray
|
5331d4b4de
|
Make test_asyncore tests match code changes introduced by the
fix to Issue1161031, refactoring the test to simplify it in
the process.
|
2009-04-11 17:52:56 +00:00 |
Andrew M. Kuchling
|
b2faddb610
|
Re-word
|
2009-04-11 16:18:14 +00:00 |
Andrew M. Kuchling
|
2c130b6be7
|
Add various items
|
2009-04-11 16:12:23 +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é
|
b2daff2905
|
fixed link
|
2009-04-11 13:59:05 +00:00 |
Nick Coghlan
|
cd2e7042ae
|
Issue 5354: Provide a standardised testing mechanism for doing fresh imports of modules, including the ability to block extension modules in order to test the pure Python fallbacks
|
2009-04-11 13:31:31 +00:00 |
Chris Withers
|
b524825788
|
remove unpleasant exec
|
2009-04-11 11:22:19 +00:00 |
Raymond Hettinger
|
f0f475da61
|
Add examples.
|
2009-04-10 13:16:50 +00:00 |
Georg Brandl
|
e019706862
|
#5698: Fix casing of !DOCTYPE to conform to W3C specs.
|
2009-04-10 08:20:23 +00:00 |