- 073148c Add a test that makes sure unclosed entity references are handled consitently. by Fred Drake · 23 years ago
- dbb53d9 Fix of SF bug #475877 (Mutable subtype instances are hashable). by Guido van Rossum · 23 years ago
- 5b443c6 Address SF patch #480716 as well as related issues. by Guido van Rossum · 23 years ago
- 398c236 Added tests expected to be skipped on Mac OS X. by Jack Jansen · 23 years ago
- 82285da Whitespace normalization. by Tim Peters · 23 years ago
- b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 23 years ago
- 41f0199 Adding test for Unicode repr()-output. by Marc-André Lemburg · 23 years ago
- 00859c0 __format(): Applied SF patch #482003 by Skip to fix multiline dict output. by Barry Warsaw · 23 years ago
- e274864 test_formatdate(): Integrating Jack's 22b2 branch fix for Mac epoch: by Barry Warsaw · 23 years ago
- 90c4514 - Change all remaining assertions into verify() and vereq() calls. by Guido van Rossum · 23 years ago
- 72f8213 Fix for bug #438164: %-formatting using Unicode objects. by Marc-André Lemburg · 23 years ago
- 0c4d8d0 Fix for bug #480188: printing unicode objects by Marc-André Lemburg · 23 years ago
- 4586d2c test_formatdate(): Remove the unnecessary ldate calculation. by Barry Warsaw · 23 years ago
- 75a40fc test_formatdate(), test_formatdate_zoneoffsets(): Two changes. First, by Barry Warsaw · 23 years ago
- 7a1bea6 test_formatdate(): A test that has a mild hope of working on Mac, by Barry Warsaw · 23 years ago
- 144b98d More simple test cases for mixed classic+new multiple inheritance. by Tim Peters · 23 years ago
- a91e964 Changing diapers reminded Guido that he wanted to allow for some measure by Tim Peters · 23 years ago
- 00cafa0 Removed print that executes only on Unix boxes; that made it impossible by Tim Peters · 23 years ago
- 5ebfd36 CVS patch #477161: New "access" keyword for mmap, from Jay T Miller. by Tim Peters · 23 years ago
- 79b5b5b Don't munge __debug__ and leave it that way. by Jeremy Hylton · 23 years ago
- 8876848 Whitespace normalization. by Tim Peters · 23 years ago
- 135cce8 A specific test for bug #481221, getaddrlist() failing on long by Barry Warsaw · 23 years ago
- 3ca656f Committing the second part of patch #480902, an improved test suite by Barry Warsaw · 23 years ago
- 19c10ca Add tests for bug #478115, parsedate_tz() IndexError when a Date: by Barry Warsaw · 23 years ago
- 4279346 getnameinfo() appears to raise socket.error instead of by Barry Warsaw · 23 years ago
- 8edd540 Fix SF buf #480096: Assign to __debug__ still allowed by Jeremy Hylton · 23 years ago
- 778e265 Fix SF buf #480096: Assign to __debug__ still allowed by Jeremy Hylton · 23 years ago
- 734c7fb Fiddle with new test cases -- verify that we get a sensible error by Jeremy Hylton · 23 years ago
- a4e5c71 test_formatdate(): Dang. Typo. by Barry Warsaw · 23 years ago
- 7edd71a test_formatdate(): Don't do the localtime test if we don't have by Barry Warsaw · 23 years ago
- 75edc6a test_formatdate(): A test for email.Utils.formatdate(). by Barry Warsaw · 23 years ago
- 41c8321 Fix SF buf #476953: Bad more for opening file gives bad msg. by Jeremy Hylton · 23 years ago
- 752eda4 Add a regression test for SF bug #478536: If a value cannot be weakly by Fred Drake · 23 years ago
- e5a611c A couple more test cases to ensure join() doesn't add an "extra" backslash by Tim Peters · 23 years ago
- 6a3e5f1 SF bug 478425: Change in os.path.join (ntpath.py) by Tim Peters · 23 years ago
- 5262867 Add regression test for SF bug #476616 -- make sure copy of a derived class by Fred Drake · 23 years ago
- 06b1d21 Correct getnameinfo refcounting and tuple parsing. Fixes #476648. by Martin v. Löwis · 23 years ago
- f792bba [Patch #477336] Add an extensive PyUnit based testsuite for the hmac module by Andrew M. Kuchling · 23 years ago
- a0b6035 [Patch #476612] Add test suite for PEP247 compliance by Andrew M. Kuchling · 23 years ago
- a2085cb Fix comment typo by Andrew M. Kuchling · 23 years ago
- 7e0f81e Huh. In an effort to be less thorough <wink>, seems I checked in a new by Tim Peters · 23 years ago
- c2fe618 Fix bad bug in structseq slicing (NULL pointers in result). Reported by by Tim Peters · 23 years ago
- 1633a2e Whitespace normalization. by Tim Peters · 23 years ago
- 9e6a399 To cover a recent checkin, added a test to ensure dir(None) == dir(Ellipsis). by Tim Peters · 23 years ago
- fe677e2 Just changed some continued-line indentation to read better, due to by Tim Peters · 23 years ago
- fa69912 Fix SF bug #456386: test_commands regression failure (Andrew Dalke) by Guido van Rossum · 23 years ago
- ed87ad8 Minimal test for __del__ hook. by Guido van Rossum · 23 years ago
- a427a2b Rename "dictionary" (type and constructor) to "dict". by Tim Peters · 23 years ago
- c57a285 SF bug #476138: tempfile behavior across platforms by Tim Peters · 23 years ago
- f3c54d6 Add a test for the insertion of user-provided ADD_INFO records. by Fred Drake · 23 years ago
- 9bd1401 Use sendall() in the stream test instead of send(). by Guido van Rossum · 23 years ago
- cb65688 Test sendall(). by Guido van Rossum · 23 years ago
- b7747e2 added finditer sanity check by Fredrik Lundh · 23 years ago
- 4d85953 dictionary() constructor: by Tim Peters · 23 years ago
- 9fda73c dict_constructor(): The last test was passing for the wrong reason (it by Tim Peters · 23 years ago
- 1fc240e Generalize dictionary() to accept a sequence of 2-sequences. At the by Tim Peters · 23 years ago
- 6661be3 Allow assignment to newinstance.__dict__. by Guido van Rossum · 23 years ago
- 2539cf5 A fix for SF bug #472560, extra newlines returned by get_param() when by Barry Warsaw · 23 years ago
- 107771a Applying proposed patch for bug #474583, optional support for by Barry Warsaw · 23 years ago
- b112481 Ignore the posixfile deprecation warning for the test suite. by Fred Drake · 23 years ago
- e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
- f66dacd test_curses is an expected skip on Linux too. by Guido van Rossum · 23 years ago
- d703057 Record that test_curses doesn't run on win32. by Tim Peters · 23 years ago
- 4bf018b Fixed denial-of-weak-ref-support test; Jeremy changed the error message by Fred Drake · 23 years ago
- 2158df0 Patch #473187: Add a test script that exercises most of the functions in by Andrew M. Kuchling · 23 years ago
- f864aa8 sre.split should return the last segment, even if empty (sorry, barry) by Fredrik Lundh · 23 years ago
- 56ff387 Fix for SF bug #472940: can't getattr() attribute shown by dir() by Guido van Rossum · 23 years ago
- c8e5645 Methods of built-in types now properly check for keyword arguments by Guido van Rossum · 23 years ago
- 1296a8d sre.Scanner fixes (from Greg Chapman). also added a Scanner sanity by Fredrik Lundh · 23 years ago
- 3e7bba9 added tests for long ints and ints where they are > 32 bits. by Skip Montanaro · 23 years ago
- b5507ec Additional test and documentation for the unicode() changes. by Marc-André Lemburg · 23 years ago
- 1f0fa92 Another merge from mimelib: by Barry Warsaw · 23 years ago
- 11ce550 Another email package test file by Barry Warsaw · 23 years ago
- a660a34 Assume a 64-bit start and len if O_LARGEFILE is available. by Martin v. Löwis · 23 years ago
- e0c446b Whitespace normalization. by Tim Peters · 23 years ago
- 1fff878 The assignment to result.st_rdev can raise AttributeError as well as by Guido van Rossum · 23 years ago
- 98bf58f SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. by Guido van Rossum · 23 years ago
- 8dd7ade SF bug [#472347] pydoc and properties. by Tim Peters · 23 years ago
- c10039c Do not expect line number events when running under "python -O". by Fred Drake · 23 years ago
- 397a654 SRE bug #441409: by Fredrik Lundh · 23 years ago
- 3bb4d21 Add a test for calling a weakref proxy with a dictionary of keyword args. by Fred Drake · 23 years ago
- 4114a4a Fix the frozen bytecode for __hello__ (betcha didn't know that existed :-). by Guido van Rossum · 23 years ago
- 39c27f1 Make sure we do not core dump when using proxies with the binary slot by Fred Drake · 23 years ago
- cf672f1 Add test for local assigned to only in a nested list comp by Jeremy Hylton · 23 years ago
- f76de62 Fix SF bug #472234: type(obj) calls type->tp_init (Roeland Rengelink) by Guido van Rossum · 23 years ago
- 9f6c37d Add trivial test cases for RAND_add() and RAND_status(). by Jeremy Hylton · 23 years ago
- 07227d1 Two merges from the mimelib project: by Barry Warsaw · 23 years ago
- 7a1ea0e Make sure the output lists are sorted, even if run with -r. by Jeremy Hylton · 23 years ago
- 511e2ca [ #403753 ] zlib decompress; uncontrollable memory usage by Jeremy Hylton · 23 years ago
- c993315 SF bug [#468061] __str__ ignored in str subclass. by Tim Peters · 23 years ago
- a7e1f43 Remove obsolete __dynamic__ distinction. by Tim Peters · 23 years ago
- 6006629 Remove obsolete __dynamic__ distinction. by Tim Peters · 23 years ago
- 1ce150c Remove obsolete __static__/__dynamic__ distinction. by Tim Peters · 23 years ago
- 6642653 Covert pickle tests to use unittest. by Jeremy Hylton · 23 years ago
- 2f3ca6e Completely get rid of __dynamic__ and the corresponding by Guido van Rossum · 23 years ago
- cdc632c test_typed_subpart_iterator_default_type(): Test for when the message by Barry Warsaw · 23 years ago
- c687960 Remove some unused imports. by Fred Drake · 23 years ago
- 10603b8 You can't unlink open files on Windows. by Tim Peters · 23 years ago
- de3cdca A most trivial test for HotShot -- make sure we get reasonable events by Fred Drake · 23 years ago
- fc57ccb SF bug [#470040] ParseTuple t# vs subclasses. by Tim Peters · 23 years ago