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