summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* further testing indicates that the simplified version of the testFred Drake2004-02-131-4/+6
* use existing test object instead of defining a new classFred Drake2004-02-121-5/+3
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-1228-86/+86
* Fix indentation error in testGetServByName and rewrite loop to avoid clumsySkip Montanaro2004-02-101-5/+2
* Make reversed() transparent with respect to length.Raymond Hettinger2004-02-101-0/+4
* Give itertools.repeat() a length method.Raymond Hettinger2004-02-101-1/+7
* Let reversed() work with itself.Raymond Hettinger2004-02-081-0/+4
* Make deque.rotate() smarter. Beef-up related tests.Raymond Hettinger2004-02-081-9/+43
* Patch #868499, adds -T option for code coverage. The implementation is aBarry Warsaw2004-02-071-30/+51
* * Incorporate Skip's suggestions for documentation (explain the word dequeRaymond Hettinger2004-02-071-0/+12
* * Fix ref counting in extend() and extendleft().Raymond Hettinger2004-02-071-0/+4
* Have deques support high volume loads.Raymond Hettinger2004-02-061-0/+12
* Fix test failure message (from SF patch #885008)Walter Dörwald2004-02-061-1/+1
* Fix reallocation bug in unicode.translate(): The code was comparingWalter Dörwald2004-02-051-0/+1
* Allocating a new weakref object can cause existing weakref objects forFred Drake2004-02-041-0/+32
* - add tests that exercise fixes for the PyWeakref_NewRef() andFred Drake2004-02-031-0/+41
* Fix input() builtin function to respect compiler flags.Hye-Shik Chang2004-02-021-0/+13
* * Move collections.deque() in from the sandboxRaymond Hettinger2004-01-292-17/+337
* Add a Guido inspired example for groupby().Raymond Hettinger2004-01-201-0/+14
* Test not the standard utf-8 codec but gb18030 which is the most complexHye-Shik Chang2004-01-201-4/+4
* For whatever reason, these files had \r\r\n line endings on Windows,Tim Peters2004-01-181-8/+8
* Whitespace normalization.Tim Peters2004-01-1825-55/+43
* Add CJK codecs support as discussed on python-dev. (SF #873597)Hye-Shik Chang2004-01-1712-9/+1820
* SF Patch #864863: Bisect C implementationRaymond Hettinger2004-01-051-15/+12
* [SF #866875] Add a specialized routine for one characterHye-Shik Chang2004-01-051-14/+55
* Exercise sorted() where possibleRaymond Hettinger2004-01-041-3/+1
* More complete code coverage, including testing the new RFC 3548 support.Barry Warsaw2004-01-041-26/+181
* The script now takes an optional command-line argument to specify how manyAlex Martelli2004-01-021-4/+19
* Strengthen the test for hash effectivenessRaymond Hettinger2003-12-311-4/+4
* As part of fixing bug #829532, add a test case that exercises os.makedirsAndrew M. Kuchling2003-12-231-1/+36
* Fix unicode.rsplit()'s bug that ignores separater on the end of string whenHye-Shik Chang2003-12-231-0/+2
* Enable some unittests on FreeBSD.Hye-Shik Chang2003-12-192-3/+7
* Remove methods that are no longer called by urllib2.Jeremy Hylton2003-12-171-14/+0
* Guido grants a Christmas wish:Raymond Hettinger2003-12-176-70/+47
* Add methods to MockHTTPClass for modern httplib interface.Jeremy Hylton2003-12-171-51/+77
* Add rsplit method for str and unicode builtin types.Hye-Shik Chang2003-12-151-0/+20
* SF patch 852995: add processors feature to urllib2Jeremy Hylton2003-12-141-29/+614
* SF #736962, port test_future to unittest, add a bit more coverage, by Walter ...Neal Norwitz2003-12-1311-47/+101
* Add tests to test_weakref.py to bring code coverage in _weakref.c up to 100%.Walter Dörwald2003-12-113-27/+54
* Move list and tuple tests from test_types.py to their own scripts:Walter Dörwald2003-12-087-514/+696
* Implement itertools.groupby()Raymond Hettinger2003-12-061-1/+107
* Remove extra copy of test_key_with_exception that somehow appearedMichael W. Hudson2003-12-041-7/+0
* Fixes and tests for various "holding pointers when arbitrary Python codeMichael W. Hudson2003-12-041-0/+45
* Typo repair; added some comments and horizontal whitespace.Tim Peters2003-12-041-9/+10
* Fix test_unicode_file errors on platforms without Unicode file support,Mark Hammond2003-12-032-19/+27
* Add parameters indent, width and depth to pprint.pprint() and pprint.pformat()Walter Dörwald2003-12-031-0/+6
* Patch #750542: pprint now will pretty print subclasses of list, tupleWalter Dörwald2003-12-031-4/+39
* Reduce the size of Big String and Big Binary tests to 2**14 (minus oneGuido van Rossum2003-12-031-2/+2
* Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work withMark Hammond2003-12-032-78/+148
* Add TESTFN_UNICODE_UNENCODEABLE, a unicode filename that can not beMark Hammond2003-12-031-0/+21