summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-0/+1
* Adding test for Unicode repr()-output.Marc-André Lemburg2001-11-281-0/+15
* __format(): Applied SF patch #482003 by Skip to fix multiline dictBarry Warsaw2001-11-281-0/+19
* test_formatdate(): Integrating Jack's 22b2 branch fix for Mac epoch:Barry Warsaw2001-11-271-3/+4
* - Change all remaining assertions into verify() and vereq() calls.Guido van Rossum2001-11-241-14/+42
* Fix for bug #438164: %-formatting using Unicode objects.Marc-André Lemburg2001-11-201-4/+1
* Fix for bug #480188: printing unicode objectsMarc-André Lemburg2001-11-202-0/+26
* test_formatdate(): Remove the unnecessary ldate calculation.Barry Warsaw2001-11-191-3/+6
* test_formatdate(), test_formatdate_zoneoffsets(): Two changes. First,Barry Warsaw2001-11-191-17/+16
* test_formatdate(): A test that has a mild hope of working on Mac,Barry Warsaw2001-11-181-1/+11
* More simple test cases for mixed classic+new multiple inheritance.Tim Peters2001-11-141-0/+35
* Changing diapers reminded Guido that he wanted to allow for some measureTim Peters2001-11-141-8/+47
* Removed print that executes only on Unix boxes; that made it impossibleTim Peters2001-11-131-2/+2
* CVS patch #477161: New "access" keyword for mmap, from Jay T Miller.Tim Peters2001-11-132-13/+138
* Don't munge __debug__ and leave it that way.Jeremy Hylton2001-11-131-0/+2
* Whitespace normalization.Tim Peters2001-11-133-5/+4
* A specific test for bug #481221, getaddrlist() failing on longBarry Warsaw2001-11-131-0/+8
* Committing the second part of patch #480902, an improved test suiteBarry Warsaw2001-11-131-31/+66
* Add tests for bug #478115, parsedate_tz() IndexError when a Date:Barry Warsaw2001-11-132-0/+11
* getnameinfo() appears to raise socket.error instead ofBarry Warsaw2001-11-091-1/+1
* Fix SF buf #480096: Assign to __debug__ still allowedJeremy Hylton2001-11-091-1/+0
* Fix SF buf #480096: Assign to __debug__ still allowedJeremy Hylton2001-11-091-1/+13
* Fiddle with new test cases -- verify that we get a sensible errorJeremy Hylton2001-11-091-4/+7
* test_formatdate(): Dang. Typo.Barry Warsaw2001-11-091-1/+1
* test_formatdate(): Don't do the localtime test if we don't haveBarry Warsaw2001-11-091-10/+12
* test_formatdate(): A test for email.Utils.formatdate().Barry Warsaw2001-11-091-0/+16
* 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