summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Fix for [ 765456 ]: testAFakeZlib failed on platforms that use aJust van Rossum2003-11-181-0/+7
* Test the applesingle decoder.Jack Jansen2003-11-181-0/+72
* Various fixups (most suggested by Armin Rigo).Raymond Hettinger2003-11-171-0/+25
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-1612-36/+1206
* subtype_dealloc(): A more complete fix for critical bug 840829 +Tim Peters2003-11-131-0/+19
* Patch #839877: Remove unused lambda expression.Martin v. Löwis2003-11-131-4/+0
* SF bug 840829: weakref callbacks and gc corrupt memory.Tim Peters2003-11-121-0/+20
* Improve the implementation of itertools.tee().Raymond Hettinger2003-11-121-24/+31
* Update test to handle list.__reversed__().Raymond Hettinger2003-11-081-0/+1
* Convert heapq.py to a C implementation.Raymond Hettinger2003-11-081-1/+0
* Overallocate target buffer for normalization more early. Fixes #834676.Martin v. Löwis2003-11-061-0/+3
* Implement and apply PEP 322, reverse iterationRaymond Hettinger2003-11-061-1/+19
* * Use weakref's of DBCursor objects for the iterator cursors to avoid aGregory P. Smith2003-11-031-3/+76
* * Fix the singlethreaded deadlocks occurring in the simple bsddb interface.Gregory P. Smith2003-11-021-1/+52
* Patch #830858: Correct the number of is-functions. Backported to 2.3 and 2.2.Martin v. Löwis2003-10-311-0/+4
* Update test to include "sorted" in dir(list).Raymond Hettinger2003-10-291-1/+2
* Add list.sorted() classmethod.Raymond Hettinger2003-10-291-0/+58
* Deleting cyclic object comparison.Armin Rigo2003-10-284-69/+43
* Replace the window() example with pairwise() which demonstrates tee().Raymond Hettinger2003-10-261-13/+10
* Minor improvements to itertools.tee():Raymond Hettinger2003-10-261-0/+12
* Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap().Walter Dörwald2003-10-241-0/+12
* Added itertools.tee()Raymond Hettinger2003-10-241-61/+130
* Patch #813200: Quote executable path on Windows. Fixes #811082.Martin v. Löwis2003-10-231-2/+10
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-204-4/+4
* Implemented non-recursive SRE matching.Gustavo Niemeyer2003-10-171-7/+7
* * list.sort() now supports three keyword arguments: cmp, key, and reverse.Raymond Hettinger2003-10-161-45/+101
* Add test__locale to expected skip list for Darwin.Brett Cannon2003-10-131-0/+1
* Patch #810914: Return absolute path for mkstemp. Fixes #810408.Martin v. Löwis2003-10-121-1/+7
* see rev. 1.13 for log messageBrett Cannon2003-10-121-5/+2
* Fix for SF bug [ 817156 ] invalid \U escape gives 0=length unistr.Jeremy Hylton2003-10-061-0/+7
* Adopt Christian Stork's suggested argument order for the logic quantifiers.Raymond Hettinger2003-10-051-11/+11
* SF bug #812202: randint is always evenRaymond Hettinger2003-10-051-0/+78
* Make the fieldnames argument optional in the DictReader. If self.fieldnamesSkip Montanaro2003-10-031-1/+10
* Add more identity tests.Raymond Hettinger2003-09-241-0/+11
* PlaySoundTest.test_alias_nofallback(): Simplified the coding by usingTim Peters2003-09-221-7/+2
* PlaySoundTest.test_alias_fallback(): Disabled this test, and explainedTim Peters2003-09-221-1/+12
* Improve and expand identity tests.Raymond Hettinger2003-09-211-11/+18
* SF patch 809915: Fix bogus address to hopefully always break.Tim Peters2003-09-201-1/+8
* test__locale (two underscores) can't pass on Windows: RADIXCHAR doesn'tTim Peters2003-09-201-0/+1
* Patch #707167: Pass dircache exceptions to the caller. Fixes #682813.Martin v. Löwis2003-09-201-1/+1
* SF patch #806246: use basestring where possibleRaymond Hettinger2003-09-171-1/+1
* Test __all__ for unittest.pyRaymond Hettinger2003-09-161-1/+2
* * Converted test to unittest format.Raymond Hettinger2003-09-131-85/+158
* Simplify doctest of tee().Raymond Hettinger2003-09-131-6/+2
* Patch #790000: Allow os.access to handle Unicode file name.Martin v. Löwis2003-09-121-0/+1
* SF #662923Raymond Hettinger2003-09-121-6/+18
* Oops. Really fix the indentation problem this time.Jeremy Hylton2003-09-101-13/+13
* Fix inconsistent mix of tabs and spaces that caused test to fail.Jeremy Hylton2003-09-101-5/+4
* Add an example to address a common question of how to split iterators.Raymond Hettinger2003-09-081-4/+30
* SF bug 801631: file.truncate fault on windows.Tim Peters2003-09-071-0/+28