summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Fix SF buf #476953: Bad more for opening file gives bad msg.Jeremy Hylton2001-11-091-0/+11
* Add a regression test for SF bug #478536: If a value cannot be weaklyFred Drake2001-11-061-1/+5
* A couple more test cases to ensure join() doesn't add an "extra" backslashTim Peters2001-11-051-0/+2
* SF bug 478425: Change in os.path.join (ntpath.py)Tim Peters2001-11-051-0/+8
* Add regression test for SF bug #476616 -- make sure copy of a derived classFred Drake2001-11-051-0/+4
* Correct getnameinfo refcounting and tuple parsing. Fixes #476648.Martin v. Löwis2001-11-021-0/+14
* [Patch #477336] Add an extensive PyUnit based testsuite for the hmacAndrew M. Kuchling2001-11-021-1/+108
* [Patch #476612] Add test suite for PEP247 complianceAndrew M. Kuchling2001-11-021-0/+50
* Fix comment typoAndrew M. Kuchling2001-11-021-1/+1
* Huh. In an effort to be less thorough <wink>, seems I checked in a newTim Peters2001-10-311-1/+1
* Fix bad bug in structseq slicing (NULL pointers in result). Reported byTim Peters2001-10-303-5/+21
* Whitespace normalization.Tim Peters2001-10-302-2/+2
* To cover a recent checkin, added a test to ensure dir(None) == dir(Ellipsis).Tim Peters2001-10-301-0/+4
* Just changed some continued-line indentation to read better, due toTim Peters2001-10-301-3/+3
* Fix SF bug #456386: test_commands regression failure (Andrew Dalke)Guido van Rossum2001-10-301-1/+1
* Minimal test for __del__ hook.Guido van Rossum2001-10-301-0/+12
* Rename "dictionary" (type and constructor) to "dict".Tim Peters2001-10-293-47/+47
* SF bug #476138: tempfile behavior across platformsTim Peters2001-10-291-0/+10
* Add a test for the insertion of user-provided ADD_INFO records.Fred Drake2001-10-291-2/+12
* Use sendall() in the stream test instead of send().Guido van Rossum2001-10-291-1/+1
* Test sendall().Guido van Rossum2001-10-291-1/+1
* added finditer sanity checkFredrik Lundh2001-10-281-0/+11
* dictionary() constructor:Tim Peters2001-10-271-4/+4
* dict_constructor(): The last test was passing for the wrong reason (itTim Peters2001-10-261-1/+1
* Generalize dictionary() to accept a sequence of 2-sequences. At theTim Peters2001-10-261-8/+43
* Allow assignment to newinstance.__dict__.Guido van Rossum2001-10-261-0/+26
* A fix for SF bug #472560, extra newlines returned by get_param() whenBarry Warsaw2001-10-252-0/+50
* Applying proposed patch for bug #474583, optional support forBarry Warsaw2001-10-251-0/+12
* Ignore the posixfile deprecation warning for the test suite.Fred Drake2001-10-251-0/+3
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-2415-70/+118
* 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