- fd07e7d add list of expected skips for the OS/2 EMX port by Andrew MacIntyre · 23 years ago
- b456e4f Make sure PrettyPrinter methods that mirror the module-level by Fred Drake · 23 years ago
- 5478219 Add a test that InterpolationError is constructed properly and raised by Fred Drake · 23 years ago
- acda339 Updated the expected skips for MacOSX. by Jack Jansen · 23 years ago
- 06f0cef Skip this test on MacOSX: the locale support is too minimal to make it pass. by Jack Jansen · 23 years ago
- ad50ca9 Brett Cannon's dummy_thread and dummy_threading modules (SF patch by Guido van Rossum · 23 years ago
- 52e14d6 PEP 302 + zipimport: by Just van Rossum · 23 years ago
- 0a26235 Add some missing tests. Should now test everything that pybsddb's by Barry Warsaw · 23 years ago
- bad8ff0 A step on the way to making tzinfo classes writable by mortals: get rid by Tim Peters · 23 years ago
- 3ea60c2 Match new sequence behavior. User defined types now behave better as and by Neil Schemenauer · 23 years ago
- 31cc315 Added tests that conversion to our own timezone is always an identity, by Tim Peters · 23 years ago
- 1024bf8 Beefed up the timezone conversion test by adding a phony UTC zone that's by Tim Peters · 23 years ago
- 63b482c String tests should test 8-bit strings :-) by Marc-André Lemburg · 23 years ago
- e401b6f Last checkin was missing the tuple comma. by Raymond Hettinger · 23 years ago
- ecccafb Restore the test of the random module after including "Random" in the by Raymond Hettinger · 23 years ago
- 4c47bd5 Temporarily comment out a test that crashes upon the introduction of by Raymond Hettinger · 23 years ago
- dd24a9f This test depends on the exact ordering produced by the WichmannHill by Raymond Hettinger · 23 years ago
- 621818b A start at non-trivial (== DST-aware) tests of timezone conversion. by Tim Peters · 23 years ago
- 40f6217 SF patch 658251: Install a C implementation of the Mersenne Twister as the by Raymond Hettinger · 23 years ago
- 79f5783 Patch for bug #659709: bogus computation of float length by Marc-André Lemburg · 23 years ago
- 4464432 Suppress unsafe *Cookie class warnings by Andrew M. Kuchling · 23 years ago
- 60c76e4 Make comparison and subtraction of aware objects ignore tzinfo if the by Tim Peters · 23 years ago
- 9647b52 Also skip testHostnameRes() if gethostbyaddr() raises an exception. by Guido van Rossum · 23 years ago
- 71e0294 Skip testHostnameRes() if gethostbyname() raises an exception. by Guido van Rossum · 23 years ago
- 490602d Fix julian day problem with strptime. Note: XXX about using 0, suggestions? by Neal Norwitz · 23 years ago
- 4c0db78 Added tests to ensure that timetz comparison, and datetimetz by Tim Peters · 23 years ago
- 80475bb Implemented datetime.astimezone() and datetimetz.astimezone(). by Tim Peters · 23 years ago
- 6578dc9 Whitespace normalization. by Tim Peters · 23 years ago
- 78ce6b1 Add test for SF #658106. Will backport. by Neal Norwitz · 23 years ago
- 12bf339 Implemented .replace() methods for date, datetime, datetimetz, time and timetz. by Tim Peters · 23 years ago
- cae330e Don't rebind True and False. by Tim Peters · 23 years ago
- d684415 I give up: unless I write my own strftime by hand, datetime just can't by Tim Peters · 23 years ago
- 855fe88 Implemented a Wiki suggestion: by Tim Peters · 23 years ago
- b92bb71 Added test to ensure that non-string result from dst() raises TypeError. by Tim Peters · 23 years ago
- fb8472c Changes sufficient so that pickles written by the Python implementation by Tim Peters · 23 years ago
- 328fff7 format_utcoffset(): The natural type of the buflen arg is size_t, so used that. by Tim Peters · 23 years ago
- 72a6ddb Expand log() tests to include long integers. by Raymond Hettinger · 23 years ago
- cfd3884 This is Richie Hindle's patch by Michael W. Hudson · 23 years ago
- cfd4a8b Made this a little more compatible w/ the sandbox version, which is by Tim Peters · 23 years ago
- 2a799bf datetime escapes the sandbox. The Windows build is all set. I leave it by Tim Peters · 23 years ago
- 866964c Apply SF patch 652930: Add optional base argument to math.log(x[, base]). by Raymond Hettinger · 23 years ago
- 3bbc0ee Tighten the tests for assignment to __bases__: disallow empty tuple. by Guido van Rossum · 23 years ago
- de33379 Patch #536661: Improve performance of splitext. Add test_macpath. by Martin v. Löwis · 23 years ago
- 00b6127 Patch #650653: Raise always value error if the table is not 256 bytes long. by Martin v. Löwis · 23 years ago
- 7e5c6a0 Change issubclass() so that recursive tuples (directly or indirectly by Walter Dörwald · 23 years ago
- e4a070a Patch #551960: Add check for setrlimit() support by Jason Tishler · 23 years ago
- d9a6ad3 Enhance issubclass() and PyObject_IsSubclass() so that a tuple is by Walter Dörwald · 23 years ago
- 0efa17c Clean-up test class for DictMixin. by Raymond Hettinger · 23 years ago
- efc4b12 Added test_ossaudiodev to expected skips on Windows. by Tim Peters · 23 years ago
- 55a8790 Aesthetic tweakery: factor read_sound_file() out of play_sound_file(). by Greg Ward · 23 years ago
- 36dacfa Initial revision is rev 1.8 of test_linuxaudiodev.py, with by Greg Ward · 23 years ago
- bca1cbc SF 548651: Fix the METH_CLASS implementation. by Tim Peters · 23 years ago
- c7e3c5e Add test_unicode() to ensure that 1) textwrap doesn't crash on unicode by Greg Ward · 23 years ago
- 24cbbcb Added test_initial_whitespace() to ensure that SF bug #622849 is fixed. by Greg Ward · 23 years ago
- 3bf99e3 Add support for binary pickles to the shelve module. In some situations by Skip Montanaro · 23 years ago
- 065c06a Add another test which exercises the whole suite with a by Raymond Hettinger · 23 years ago
- c2e095f Fix typo in abstract.c which caused __rpow__ to not be invoked. by Raymond Hettinger · 23 years ago
- babc83a Cleaned up test (removing bogus argument list). by Raymond Hettinger · 23 years ago
- e03e5b1 Remove assumption that cls is a subclass of dict. by Raymond Hettinger · 23 years ago
- a69c030 The final tweaks before closing by Michael W. Hudson · 23 years ago
- e257ec9 Patch #648998: test_commands ACL patch by Jason Tishler · 23 years ago
- b0f89e0 Add a Cygwin skip mentioned by Jason Tishler. by Tim Peters · 23 years ago
- 2511594 Patch #551977: Regression exceptions for cygwin by Jason Tishler · 23 years ago
- b02bb5e Replace BadInternalCall with TypeError. Add a test case. Fix whitespace. by Raymond Hettinger · 23 years ago
- b4ee4eb Rearrange test_socket_ssl so that a skip is expected iff the network by Tim Peters · 23 years ago
- 9d42700 Some more expected skips on OSX. by Guido van Rossum · 23 years ago
- 6c73405 Lose references to knee (no longer exists) and pyclbr (has its own by Guido van Rossum · 23 years ago
- 7f6a439 Add more sophistication to the comparison between pyclbr output and by Guido van Rossum · 23 years ago
- 0ed7aa1 Moderately heavy reorganization of pyclbr to fix package-related bugs. by Guido van Rossum · 23 years ago
- 3b10dc3 Require 'largefile' resource for Mac OSX as well. by Guido van Rossum · 23 years ago
- bb48465 On Max OSX, try increasing the stack limit to 2048 so test_re and by Guido van Rossum · 23 years ago
- a59ef7b getdoc(): by Ka-Ping Yee · 23 years ago
- ade8c8b Nudge getting __module__ and __name__ for new-style classes so that by Michael W. Hudson · 23 years ago
- deaba57 SF #641170, reST version of Lib/test/README by Neal Norwitz · 23 years ago
- 7e7c00d I don't know why staring at the email to python-checkins made me by Michael W. Hudson · 23 years ago
- 586da8f Readjustments to the way we cope with exceptions from subclasses' by Michael W. Hudson · 23 years ago
- caf17be I had the inheritance cycle stuff backwards. Oops! by Michael W. Hudson · 23 years ago
- e16e01f Patch #639112: fixes for None locale and tz. by Martin v. Löwis · 23 years ago
- e4827eb Bring UserDict in-sync with changes to dict. by Raymond Hettinger · 23 years ago
- e33d3df SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class by Raymond Hettinger · 23 years ago
- a01fa26 The MRO conflict error message depends on dictionary hash order. by Guido van Rossum · 23 years ago
- 4dd0f7e Add a way to say "use any resource except A". For example, to run by Fred Drake · 23 years ago
- 98bbc49 This is my patch: by Michael W. Hudson · 23 years ago
- d32047f A tweaked version of Jeremy's patch #642489, to produce better error by Guido van Rossum · 23 years ago
- 35e48d2 SF 643115: Set._update() had a special case for dictionaries which allowed by Raymond Hettinger · 23 years ago
- 00445d2 Fix typo in comment. by Walter Dörwald · 23 years ago
- d5169ba Regenerate from Unicode 3.2.0 to include all First/Last ranges. by Martin v. Löwis · 23 years ago
- 1babdfc Reduced memory burden by iterating over the normalization test input by Tim Peters · 23 years ago
- 1b445d3 Fiddled things so that test_normalization is expected to be skipped if by Tim Peters · 23 years ago
- d332c08 Skip test_normalization on Windows until it's at least clear why the by Tim Peters · 23 years ago
- b9ac505 Split long line. by Tim Peters · 23 years ago
- 77c06fb Whitespace normalization. by Tim Peters · 23 years ago
- 677bde2 Patch #626485: Support Unicode normalization. by Martin v. Löwis · 23 years ago
- 74a530d Update character names. by Martin v. Löwis · 23 years ago
- ef7fe2e Implement names for CJK unified ideographs. Add name to KeyError output. by Martin v. Löwis · 23 years ago
- 8579efc Add test cases for Hangul syllables. Update output. by Martin v. Löwis · 23 years ago
- ca2953e Remove duplicate test by Neal Norwitz · 23 years ago
- a797d81 Patch #642500 with slight modifications: allow keyword arguments in by Just van Rossum · 23 years ago
- 8bec483 Two bugs: by Fred Drake · 23 years ago
- 78e35f9 Move Windows Python away from bsddb 1.85 and toward Sleepycat's latest. by Tim Peters · 23 years ago