summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Change wrapping terminology to overflow maskingBob Ippolito2006-05-301-3/+3
* changed find/rfind to return -1 for matches outside the source stringFredrik Lundh2006-05-301-0/+8
* Convert test_exceptions to unittest.Georg Brandl2006-05-302-349/+287
* Do the check for no keyword arguments in __init__ so thatGeorg Brandl2006-05-301-1/+1
* Disallow keyword args for exceptions.Georg Brandl2006-05-301-0/+7
* Don't fail if the (sub)pkgname already exist.Neal Norwitz2006-05-301-0/+3
* Add a test case for exception pickling. args is never NULL.Georg Brandl2006-05-301-0/+13
* deprecated_err(): Stop bizarre warning messages when the testsTim Peters2006-05-301-2/+6
* struct: modulo math plus warning on all endian-explicit formats for compatibi...Bob Ippolito2006-05-291-11/+36
* fixed "abc".count("", 100) == -96 error (hopefully, nobody's relying onFredrik Lundh2006-05-291-0/+8
* Patches #1497027 and #972322: try HTTP digest auth first,Georg Brandl2006-05-291-6/+55
* Apply modified version of Collin Winter's patch #1478788Nick Coghlan2006-05-291-3/+3
* A clearer error message when passing -R to regrtest.py withArmin Rigo2006-05-281-0/+3
* Patch #1496206: urllib2 PasswordMgr ./. default portsGeorg Brandl2006-05-281-3/+51
* ("Forward-port" of r46506)Armin Rigo2006-05-285-9/+11
* Patch #1080727: add "encoding" parameter to doctest.DocFileSuiteGeorge Yoshida2006-05-282-6/+65
* The cheery optimism of old age.Tim Peters2006-05-271-13/+1
* More random thrashing trying to understand spuriousTim Peters2006-05-271-1/+13
* Conversion of exceptions over from faked-up classes to new-style C types.Richard Jones2006-05-274-85/+89
* Fix up struct docstrings, add struct.pack_to function for symmetryBob Ippolito2006-05-271-0/+22
* Patch 1494554: Update numeric properties to Unicode 4.1.Martin v. Löwis2006-05-271-2/+2
* enable all of the struct tests, use ssize_t, fix some whitespaceBob Ippolito2006-05-261-1/+1
* needspeed: rpartition documentation, tests, and a bug fixes.Fredrik Lundh2006-05-261-2/+17
* Test for more edge strip cases; leading and trailing separator gets removedAndrew Dalke2006-05-261-0/+2
* Explicitly close files. I'm trying to stop the frequent spurious test_tarfileTim Peters2006-05-261-9/+32
* Use open() to open files (was using file()).Tim Peters2006-05-261-10/+10
* fix #1229380 No struct.pack exception for some out of range integersBob Ippolito2006-05-261-3/+5
* Added more rstrip tests, including for prealloc'ed arraysAndrew Dalke2006-05-261-1/+54
* Test cases for off-by-one errors in string split with multicharacter pattern.Andrew Dalke2006-05-261-0/+2
* I like tests.Andrew Dalke2006-05-261-0/+32
* Whitespace normalization.Tim Peters2006-05-261-2/+1
* Support for buffer protocol for socket and struct.Martin Blais2006-05-262-26/+92
* Added split whitespace checks for characters other than space.Andrew Dalke2006-05-261-0/+1
* Added a few more test cases for whitespace split. These strings have leading...Andrew Dalke2006-05-261-0/+7
* needforspeed: partition implementation, part two.Fredrik Lundh2006-05-261-0/+15
* Whitespace normalization.Tim Peters2006-05-251-2/+2
* Change test_values so that it compares the lowercasing of group names since g...Brett Cannon2006-05-251-1/+4
* needforspeed: check for overflow in replace (from Andrew Dalke)Fredrik Lundh2006-05-251-9/+8
* Added tests for implementation error we came up with in the need for speed sp...Andrew Dalke2006-05-251-0/+19
* Update graminit.c for the fix for #1488915, Multiple dots in relative importThomas Wouters2006-05-251-1/+10
* Heavily fiddled variant of patch #1442927: PyLong_FromString optimization.Tim Peters2006-05-241-0/+75
* Disable the damn empty-string replace test -- it can'tTim Peters2006-05-241-2/+2
* We can't leave the checked-in tests broken.Tim Peters2006-05-241-5/+10
* Added a slew of test for string replace, based various corner cases fromAndrew Dalke2006-05-241-0/+157
* refactor unpack, add unpack_fromBob Ippolito2006-05-241-0/+41
* test_struct grew weird behavior under regrtest.py -R,Tim Peters2006-05-231-0/+2
* Bug #1334662 / patch #1335972: int(string, base) wrong answers.Tim Peters2006-05-231-0/+78
* Fix #1474677, non-keyword argument following keyword.Neal Norwitz2006-05-191-0/+3
* Bug #1462152: file() now checks more thoroughly for invalid modeGeorg Brandl2006-05-181-1/+1
* Fix test_locale for platforms without a default thousands separator.Georg Brandl2006-05-181-5/+8