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