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
Georg Brandl
5623e50d1a
Let "lambda" point to the correct heading.
2009-04-10 08:16:47 +00:00
Raymond Hettinger
c4f4697196
Fix the count of datatypes.
2009-04-10 06:38:39 +00:00
Raymond Hettinger
f368fbc24e
Clarify the table entries for combinatorics.
2009-04-10 04:25:45 +00:00
Raymond Hettinger
3f5a0b3316
IE needs the border-left:0 for some reason.
2009-04-10 02:01:21 +00:00
Raymond Hettinger
8dbae0ff15
More table clean-up
2009-04-10 00:49:41 +00:00
Raymond Hettinger
80a71a0171
Center table headings.
2009-04-09 23:34:14 +00:00
Raymond Hettinger
390fa983d7
More table formatting.
2009-04-09 23:25:30 +00:00
Raymond Hettinger
c473c5aa9b
Add note on using keyword arguments with OrderedDict.
2009-04-09 22:31:51 +00:00
R. David Murray
0374a82f75
Issue #2170 : refactored xml.dom.minidom.normalize, increasing both
...
its clarity and its speed.
2009-04-09 21:54:50 +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
Georg Brandl
c8c358a489
Add a custom stylesheet with better table formatting.
2009-04-09 19:01:04 +00:00
Collin Winter
f8089c7789
Issue 5665: add more pickling tests.
...
- Add tests for the module-level load() and dump() functions.
- Add tests for cPickle's internal data structures, stressing workloads
with many gets/puts.
- Add tests for the Pickler and Unpickler classes, in particular the
memo attribute.
- test_xpickle is extended to test backwards compatibility with Python
2.4, 2.5 and 2.6 by round-tripping pickled objects through a worker
process. This is guarded with a regrtest -u xpickle resource.
2009-04-09 16:46:46 +00:00
Andrew M. Kuchling
5963185b23
Typo fixes
2009-04-09 11:23:36 +00:00
Andrew M. Kuchling
24520b4365
Add items
2009-04-09 11:22:47 +00:00
Georg Brandl
1e97cb2b73
Update ignore file for suspicious builder.
2009-04-08 16:39:04 +00:00
Georg Brandl
6cb1ff32c2
Remove redundant backtick.
2009-04-08 16:36:39 +00:00
Benjamin Peterson
b3efcbc19b
fix syntax
2009-04-08 13:29:41 +00:00
Benjamin Peterson
487915c729
these must be installed to correctly run tests
2009-04-08 13:27:29 +00:00
Raymond Hettinger
1355a3dbf6
Minor factoring.
2009-04-08 08:26:55 +00:00
Raymond Hettinger
a5cd6375c0
Add docstrings.
2009-04-08 05:39:38 +00:00
Jack Diederich
7f9bb9142e
- Make timing assertions very generous (a la test_timeout.py)
...
- Break the gc cycle in negotiation tests
- test the different guarantees of read_lazy and read_very_lazy
2009-04-07 23:56:57 +00:00
Raymond Hettinger
085b998a36
Fix make.bat to match makefile changes
2009-04-07 21:43:51 +00:00
Jack Diederich
3b2312ee5c
eliminate more race conditions in telnetlib tests
2009-04-07 20:22:59 +00:00
Vinay Sajip
14bf0a0a37
Issue #5695 : Minor tweak to improve the code as suggested by Brett Cannon and as implemented in the Py3K branch.
2009-04-07 17:18:24 +00:00
Benjamin Peterson
dda7b1990b
revert unrelated change to test_telnetlib
2009-04-07 16:03:04 +00:00