1. 08e5427 SF patch 670012: Compatibility changes for _strptime.py. by Tim Peters · 23 years ago
  2. 7b0cf76 * Migrate sample distribution test from random.py to test_random.py. by Raymond Hettinger · 23 years ago
  3. 6aa1c3f Let test_random cover the endpoints. by Raymond Hettinger · 23 years ago
  4. a9f18dc Test optional slice arguments. Add backwards compatibility test. by Raymond Hettinger · 23 years ago
  5. 4422375 Added doctest for examples in the library reference. by Raymond Hettinger · 23 years ago
  6. d230550 Convert to unittest format so that more tests can be added cleanly. by Raymond Hettinger · 23 years ago
  7. d800ae1 This test previously failed when run from the 'test' directory. In that by Mark Hammond · 23 years ago
  8. 8834009 On Mac OS X calling setlocale will raise locale.Error. This isn't fatal, by Jack Jansen · 23 years ago
  9. 2dc505e * Add test for __cmp__() by Raymond Hettinger · 23 years ago
  10. ddc82ea A new test here was failing on Windows, because the test before it never by Tim Peters · 23 years ago
  11. 1a99750 Fix SF bug #667147, Segmentation fault printing str subclass by Neal Norwitz · 23 years ago
  12. a9bc168 Got rid of the internal datetimetz type. by Tim Peters · 23 years ago
  13. e604c02 SF #665913, Fix mmap module core dump with unix by Neal Norwitz · 23 years ago
  14. 37f3982 Got rid of the timetz type entirely. This was a bit trickier than I by Tim Peters · 23 years ago
  15. 6706c4d cleaned up Jack's Mac OS9 changes by Just van Rossum · 23 years ago
  16. 0cb27dd Make the test scripts work again with narrow Python builds. by Walter Dörwald · 23 years ago
  17. 30537a4 Add a few test cases to increase code coverage: by Walter Dörwald · 23 years ago
  18. 395bb49 Add a test that exercises the error handling part of PyUnicode_EncodeDecimal(). by Walter Dörwald · 23 years ago
  19. 0bf60bd Utterly minimal changes to collapse datetimetz into datetime, and timetz by Tim Peters · 23 years ago
  20. 472e7db Various tweaks to make the test work on the Mac. by Jack Jansen · 23 years ago
  21. 6797514 Updated the list of expected skips for MacPython-OS9. by Jack Jansen · 23 years ago
  22. 2918ae8 n the Mac the frozen import that should fail actually succeeds, and we know it, so skip the test in stead of confusing the end user. by Jack Jansen · 23 years ago
  23. ce92147 Added the Mac to platforms that don't have user/group/other modes. by Jack Jansen · 23 years ago
  24. 7511bd9 - be explicit: audio data files should be opened in binary mode by Fred Drake · 23 years ago
  25. dca3f2f Enable building and testing of ossaudiodev for Linux. by Guido van Rossum · 23 years ago
  26. 373c741 Fix for SF bug #642358: only provide a new with a __dict__ or by Guido van Rossum · 23 years ago
  27. 625812f SF patch #662433: Fill arraymodule's tp_iter and sq_contains slots by Raymond Hettinger · 23 years ago
  28. 613f24f Add a test for a feature added in rev. 2.82 of typeobject.c: by Guido van Rossum · 23 years ago
  29. 2720b0d Add some print statements in verbose mode to announce that the newest by Guido van Rossum · 23 years ago
  30. f09b88e * add mms (windows media) as another scheme * reformat schemes to 80 columns by Skip Montanaro · 23 years ago
  31. 4f37418 Disable the rexec test now that rexec is out of grace. by Guido van Rossum · 23 years ago
  32. 38abbf5 Remove bastion test output by Guido van Rossum · 23 years ago
  33. 11ae4e2 Disable the Bastion test now that Bastion is out of grace. by Guido van Rossum · 23 years ago
  34. 68b539e SF feature #618024, urlparse fails on imap:// by Neal Norwitz · 23 years ago
  35. b9ef4ae SF #651082, tarfile module implementation from Lars Gustäbel by Neal Norwitz · 23 years ago
  36. 502b9e1 At least one Solaris box in the snake farm only supports "C" locale. by Neal Norwitz · 23 years ago
  37. 3dd990c Move the statistical tests for four distributions into the unittest suite. by Raymond Hettinger · 23 years ago
  38. 15ec373 Add a test case. by Raymond Hettinger · 23 years ago
  39. adf6420 A new implementation of astimezone() that does what we agreed on in all by Tim Peters · 23 years ago
  40. 8ec7881 Test an edge case for sample(). by Raymond Hettinger · 23 years ago
  41. 9a3129c Fix for bug #661136 by Just van Rossum · 23 years ago
  42. 397301e The tzinfo methods utcoffset() and dst() must return a timedelta object by Tim Peters · 23 years ago
  43. 4abd5f0 Allow list sort's comparison function to explicitly be None. See SF patch by Skip Montanaro · 23 years ago
  44. 710fb15 astimezone() internals: if utcoffset() returns a duration, complain if by Tim Peters · 23 years ago
  45. b4a2df0 SF #660795 by Neal Norwitz · 23 years ago
  46. d35c6db Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident in by Just van Rossum · 23 years ago
  47. c6fff89 EMX fork() emulation not good enough to cope with test_socketserver by Andrew MacIntyre · 23 years ago
  48. f361515 A quicker astimezone() implementation, rehabilitating an earlier by Tim Peters · 23 years ago
  49. 4e8f549 Revert last change -- test works on HPUX again after Martin's checkin by Neal Norwitz · 23 years ago
  50. 36087ed The failure of the last-second addition to the timezone coversion test is by Tim Peters · 23 years ago
  51. 0aae2b0 Comment out test, since it hangs on HPUX, still investigating by Neal Norwitz · 23 years ago
  52. 64aa5f6 Remove bogus test; the master is not a terminal on Solaris and HP-UX. by Martin v. Löwis · 23 years ago
  53. 521fc15 A new, and much hairier, implementation of astimezone(), building on by Tim Peters · 23 years ago
  54. c70a8e4 OS/2 EMX has no popen2.Popen3 even though bunzip2 is available by Andrew MacIntyre · 23 years ago
  55. fd07e7d add list of expected skips for the OS/2 EMX port by Andrew MacIntyre · 23 years ago
  56. b456e4f Make sure PrettyPrinter methods that mirror the module-level by Fred Drake · 23 years ago
  57. 5478219 Add a test that InterpolationError is constructed properly and raised by Fred Drake · 23 years ago
  58. acda339 Updated the expected skips for MacOSX. by Jack Jansen · 23 years ago
  59. 06f0cef Skip this test on MacOSX: the locale support is too minimal to make it pass. by Jack Jansen · 23 years ago
  60. ad50ca9 Brett Cannon's dummy_thread and dummy_threading modules (SF patch by Guido van Rossum · 23 years ago
  61. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 23 years ago
  62. 0a26235 Add some missing tests. Should now test everything that pybsddb's by Barry Warsaw · 23 years ago
  63. bad8ff0 A step on the way to making tzinfo classes writable by mortals: get rid by Tim Peters · 23 years ago
  64. 3ea60c2 Match new sequence behavior. User defined types now behave better as and by Neil Schemenauer · 23 years ago
  65. 31cc315 Added tests that conversion to our own timezone is always an identity, by Tim Peters · 23 years ago
  66. 1024bf8 Beefed up the timezone conversion test by adding a phony UTC zone that's by Tim Peters · 23 years ago
  67. 63b482c String tests should test 8-bit strings :-) by Marc-André Lemburg · 23 years ago
  68. e401b6f Last checkin was missing the tuple comma. by Raymond Hettinger · 23 years ago
  69. ecccafb Restore the test of the random module after including "Random" in the by Raymond Hettinger · 23 years ago
  70. 4c47bd5 Temporarily comment out a test that crashes upon the introduction of by Raymond Hettinger · 23 years ago
  71. dd24a9f This test depends on the exact ordering produced by the WichmannHill by Raymond Hettinger · 23 years ago
  72. 621818b A start at non-trivial (== DST-aware) tests of timezone conversion. by Tim Peters · 23 years ago
  73. 40f6217 SF patch 658251: Install a C implementation of the Mersenne Twister as the by Raymond Hettinger · 23 years ago
  74. 79f5783 Patch for bug #659709: bogus computation of float length by Marc-André Lemburg · 23 years ago
  75. 4464432 Suppress unsafe *Cookie class warnings by Andrew M. Kuchling · 23 years ago
  76. 60c76e4 Make comparison and subtraction of aware objects ignore tzinfo if the by Tim Peters · 23 years ago
  77. 9647b52 Also skip testHostnameRes() if gethostbyaddr() raises an exception. by Guido van Rossum · 23 years ago
  78. 71e0294 Skip testHostnameRes() if gethostbyname() raises an exception. by Guido van Rossum · 23 years ago
  79. 490602d Fix julian day problem with strptime. Note: XXX about using 0, suggestions? by Neal Norwitz · 23 years ago
  80. 4c0db78 Added tests to ensure that timetz comparison, and datetimetz by Tim Peters · 23 years ago
  81. 80475bb Implemented datetime.astimezone() and datetimetz.astimezone(). by Tim Peters · 23 years ago
  82. 6578dc9 Whitespace normalization. by Tim Peters · 23 years ago
  83. 78ce6b1 Add test for SF #658106. Will backport. by Neal Norwitz · 23 years ago
  84. 12bf339 Implemented .replace() methods for date, datetime, datetimetz, time and timetz. by Tim Peters · 23 years ago
  85. cae330e Don't rebind True and False. by Tim Peters · 23 years ago
  86. d684415 I give up: unless I write my own strftime by hand, datetime just can't by Tim Peters · 23 years ago
  87. 855fe88 Implemented a Wiki suggestion: by Tim Peters · 23 years ago
  88. b92bb71 Added test to ensure that non-string result from dst() raises TypeError. by Tim Peters · 23 years ago
  89. fb8472c Changes sufficient so that pickles written by the Python implementation by Tim Peters · 23 years ago
  90. 328fff7 format_utcoffset(): The natural type of the buflen arg is size_t, so used that. by Tim Peters · 23 years ago
  91. 72a6ddb Expand log() tests to include long integers. by Raymond Hettinger · 23 years ago
  92. cfd3884 This is Richie Hindle's patch by Michael W. Hudson · 23 years ago
  93. cfd4a8b Made this a little more compatible w/ the sandbox version, which is by Tim Peters · 23 years ago
  94. 2a799bf datetime escapes the sandbox. The Windows build is all set. I leave it by Tim Peters · 23 years ago
  95. 866964c Apply SF patch 652930: Add optional base argument to math.log(x[, base]). by Raymond Hettinger · 23 years ago
  96. 3bbc0ee Tighten the tests for assignment to __bases__: disallow empty tuple. by Guido van Rossum · 23 years ago
  97. de33379 Patch #536661: Improve performance of splitext. Add test_macpath. by Martin v. Löwis · 23 years ago
  98. 00b6127 Patch #650653: Raise always value error if the table is not 256 bytes long. by Martin v. Löwis · 23 years ago
  99. 7e5c6a0 Change issubclass() so that recursive tuples (directly or indirectly by Walter Dörwald · 23 years ago
  100. e4a070a Patch #551960: Add check for setrlimit() support by Jason Tishler · 23 years ago