summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* test_curses is an expected skip on Linux too.Guido van Rossum2001-10-231-0/+1
* Record that test_curses doesn't run on win32.Tim Peters2001-10-221-0/+1
* Fixed denial-of-weak-ref-support test; Jeremy changed the error messageFred Drake2001-10-221-1/+1
* Patch #473187: Add a test script that exercises most of the functions inAndrew M. Kuchling2001-10-222-1/+214
* sre.split should return the last segment, even if emptyFredrik Lundh2001-10-221-0/+1
* Fix for SF bug #472940: can't getattr() attribute shown by dir()Guido van Rossum2001-10-221-5/+5
* Methods of built-in types now properly check for keyword argumentsGuido van Rossum2001-10-221-0/+9
* sre.Scanner fixes (from Greg Chapman). also added a Scanner sanityFredrik Lundh2001-10-211-0/+20
* added tests for long ints and ints where they are > 32 bits.Skip Montanaro2001-10-191-0/+14
* Additional test and documentation for the unicode() changes.Marc-André Lemburg2001-10-192-21/+62
* Another merge from mimelib:Barry Warsaw2001-10-191-0/+27
* Another email package test fileBarry Warsaw2001-10-191-0/+22
* Assume a 64-bit start and len if O_LARGEFILE is available.Martin v. Löwis2001-10-181-1/+8
* Whitespace normalization.Tim Peters2001-10-189-12/+8
* The assignment to result.st_rdev can raise AttributeError as well asGuido van Rossum2001-10-181-1/+1
* SF patch #462296: Add attributes to os.stat results; by Nick Mathewson.Guido van Rossum2001-10-181-2/+119
* SF bug [#472347] pydoc and properties.Tim Peters2001-10-181-0/+31
* Do not expect line number events when running under "python -O".Fred Drake2001-10-181-0/+3
* SRE bug #441409:Fredrik Lundh2001-10-181-0/+6
* Add a test for calling a weakref proxy with a dictionary of keyword args.Fred Drake2001-10-181-0/+3
* Fix the frozen bytecode for __hello__ (betcha didn't know that existedGuido van Rossum2001-10-182-0/+30
* Make sure we do not core dump when using proxies with the binary slotFred Drake2001-10-181-0/+8
* Add test for local assigned to only in a nested list compJeremy Hylton2001-10-182-0/+19
* Fix SF bug #472234: type(obj) calls type->tp_init (Roeland Rengelink)Guido van Rossum2001-10-181-0/+12
* Add trivial test cases for RAND_add() and RAND_status().Jeremy Hylton2001-10-181-1/+15
* Two merges from the mimelib project:Barry Warsaw2001-10-171-0/+34
* Make sure the output lists are sorted, even if run with -r.Jeremy Hylton2001-10-171-0/+6
* [ #403753 ] zlib decompress; uncontrollable memory usageJeremy Hylton2001-10-162-0/+33
* SF bug [#468061] __str__ ignored in str subclass.Tim Peters2001-10-161-0/+31
* Remove obsolete __dynamic__ distinction.Tim Peters2001-10-151-126/+8
* Remove obsolete __dynamic__ distinction.Tim Peters2001-10-151-74/+1
* Remove obsolete __static__/__dynamic__ distinction.Tim Peters2001-10-151-11/+3
* Covert pickle tests to use unittest.Jeremy Hylton2001-10-155-193/+294
* Completely get rid of __dynamic__ and the correspondingGuido van Rossum2001-10-151-53/+21
* test_typed_subpart_iterator_default_type(): Test for when the messageBarry Warsaw2001-10-151-0/+18
* Remove some unused imports.Fred Drake2001-10-131-4/+17
* You can't unlink open files on Windows.Tim Peters2001-10-131-1/+1
* A most trivial test for HotShot -- make sure we get reasonable eventsFred Drake2001-10-121-0/+81
* SF bug [#470040] ParseTuple t# vs subclasses.Tim Peters2001-10-121-1/+32
* Another step in the right direction: when a new class's attributeGuido van Rossum2001-10-111-16/+79
* Add a test for the HeaderParser class.Barry Warsaw2001-10-111-1/+17
* Add test of hexlify on Unicode stringsJeremy Hylton2001-10-111-0/+4
* SF patch [ #468662 ] Allow jython to complete test_grammarJeremy Hylton2001-10-101-4/+14
* Add a bunch of tests for a list subclass that would have caught theGuido van Rossum2001-10-091-0/+22
* Halfway checkin. This is still messy, but it's beginning to addressGuido van Rossum2001-10-091-0/+1
* Added tests for MIMEAudio class/moduleBarry Warsaw2001-10-091-4/+69
* Add a test for get_all() returning failobj. msg_20.txt is a sampleBarry Warsaw2001-10-092-0/+28
* It turned out not so difficult to support old-style numbers (thoseGuido van Rossum2001-10-091-5/+6
* Added tests that check getboolean() with the newly allowed values fromFred Drake2001-10-082-0/+38
* Change all occurrences of verify(x == y) into vereq(x, y), since whenGuido van Rossum2001-10-081-374/+376