summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* Get test to pass on S/390. Shout if you think this change is incorrect.Neal Norwitz2006-06-111-1/+6
* compare_generic_iter(): Fixed the failure of test_wsgiref's testFileWrapperTim Peters2006-06-111-12/+7
* Fix test on PPC64 buildbot. It raised an IOError (really an URLError whichNeal Norwitz2006-06-111-1/+1
* Try to fix another networking test. The problem is that if hosts haveNeal Norwitz2006-06-111-4/+5
* Try to fix several networking tests. The problem is that if hosts haveNeal Norwitz2006-06-113-3/+3
* Whitespace normalization.Tim Peters2006-06-111-1/+1
* Bug #1498146: fix optparse to handle Unicode strings in option help,Greg Ward2006-06-111-1/+34
* warnings was imported at module scope, no need to import againNeal Norwitz2006-06-111-1/+1
* Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately,Greg Ward2006-06-111-11/+50
* Apply perky's fix for #1503157: "/".join([u"", u""]) raising OverflowError.Georg Brandl2006-06-101-0/+2
* An object with __call__ as an attribute, when called, will have that attribut...Brett Cannon2006-06-092-9/+16
* Make use of new str.startswith/endswith semantics.Georg Brandl2006-06-093-6/+4
* Implementing a happy idea from Georg Brandl: make runtest() try toTim Peters2006-06-091-1/+48
* RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first...Georg Brandl2006-06-091-1/+31
* Test file.__exit__.Georg Brandl2006-06-091-1/+11
* Import wsgiref into the stdlib, as of the external version 0.1-r2181.Phillip J. Eby2006-06-091-0/+615
* [Bug #1472827] Make saxutils.XMLGenerator handle \r\n\t in attribute values b...Andrew M. Kuchling2006-06-091-2/+5
* Fix grammar and reflowNeal Norwitz2006-06-091-2/+2
* Remove the temporary hack to force test_optparse toTim Peters2006-06-091-5/+0
* testUnicodeOpen(): I have no idea why, but making thisTim Peters2006-06-091-1/+8
* AutoFileTests.tearDown(): Removed mysterious undocumentedTim Peters2006-06-091-27/+28
* To boost morale :-), force test_optparse to run immediatelyTim Peters2006-06-091-0/+5
* Whitespace normalization.Tim Peters2006-06-091-1/+1
* Buffer objects would return the read or write buffer for a wrapped object whenBrett Cannon2006-06-081-0/+7
* Convert test_file to unittest.Georg Brandl2006-06-081-332/+305
* Add functools.update_wrapper() and functools.wraps() as described in PEP 356Nick Coghlan2006-06-081-0/+109
* (arre, arigo) SF bug #1350060Armin Rigo2006-06-082-1/+48
* SF patch 1501987: Remove randomness from test_exceptions,Tim Peters2006-06-071-19/+30
* dash_R_cleanup(): Clear filecmp._cache. This accounts forTim Peters2006-06-071-1/+2
* Normalized a few cases of whitespace in function declarations.Martin Blais2006-06-062-2/+2
* Access _struct attributes directly instead of mucking with getattr.Tim Peters2006-06-051-20/+18
* * fix DBCursor.pget() bug with keyword argument names when no data= isGregory P. Smith2006-06-051-0/+1
* * add support for DBSequence objects [patch #1466734]Gregory P. Smith2006-06-051-0/+1
* Remove doctest.testmod's deprecated (in 2.4) `isprivate`Tim Peters2006-06-051-48/+9
* "Flat is better than nested."Tim Peters2006-06-051-59/+73
* Revert revisions:Tim Peters2006-06-043-59/+0
* Patch #1346214: correctly optimize away "if 0"-style stmtsGeorg Brandl2006-06-041-3/+3
* Fixes in struct and socket from merge reviews.Martin Blais2006-06-042-19/+19
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-043-0/+59
* Whitespace normalization.Tim Peters2006-06-041-2/+1
* pprint functions used to sort a dict (by key) if and only ifTim Peters2006-06-021-4/+31
* Fixed struct test to not use unittest.Martin Blais2006-06-021-78/+84
* Fix memory leak found by valgrind.Neal Norwitz2006-06-021-2/+4
* Convert docstrings to comments so regrtest -v prints method namesNeal Norwitz2006-06-021-7/+7
* Re-enable a new empty-string test added during the NFS sprint,Tim Peters2006-06-011-6/+1
* [ 1497053 ] Let dicts propagate the exceptions in user __eq__().Armin Rigo2006-06-013-49/+58
* Some code style tweaks, and remove apply.Georg Brandl2006-06-011-63/+67
* On 64-bit platforms running test_struct after test_tarfile would failNeal Norwitz2006-05-311-0/+6
* Whitespace normalization.Tim Peters2006-05-301-4/+4
* changed count to return 0 for slices outside the source stringFredrik Lundh2006-05-301-1/+2