1. 54ab431 Backport Tim's fix to test_winsound.py by Raymond Hettinger · 22 years ago
  2. 08ae590 Backport Tim's fix to SF #809915. Creates a url that should always be invalid. by Raymond Hettinger · 22 years ago
  3. 4737992 Fix documentation bugs. by Raymond Hettinger · 22 years ago
  4. 675bac0 Backport addition of the __all__ attribute for unittest.py by Raymond Hettinger · 22 years ago
  5. 7b7a9fd **kwds arg was missing from __init__ for Dict{Reader,Writer} classes. by Skip Montanaro · 22 years ago
  6. 0b0aae0 SF bug #801342: Bug (documentation or real, your choice) in random.sample. by Raymond Hettinger · 22 years ago
  7. 4595b6b Only apply case-insensitivity test on appropriate platforms.' test_filecmp.py by Raymond Hettinger · 22 years ago
  8. c6c1a15 SF bug #453515: filecmp.dircmp case sensitivity bug by Raymond Hettinger · 22 years ago
  9. 6437a61 Fix failing test by Raymond Hettinger · 22 years ago
  10. 81114e4 SF bug #785222: zlib monotonic test by Raymond Hettinger · 22 years ago
  11. 9ea45c8 * Add news item for the previous bugfix by Raymond Hettinger · 22 years ago
  12. 48ced31 SF bug 797650: Infinite loop in textwrap.py by Raymond Hettinger · 22 years ago
  13. 2e61662 SF bug #793826: using itertools.izip to mutate tuples by Raymond Hettinger · 22 years ago
  14. 3b47b81 _strptime.srptime() escaped parentheses in the format string properly. by Brett Cannon · 22 years ago
  15. eb85c66 SF bug #795506: Wrong handling of string format code for float values. by Raymond Hettinger · 22 years ago
  16. c519f01 test_largefile can leave its temp file open if one of many tests fail. On by Jason Tishler · 22 years ago
  17. 27ea578 Backport improvements to set.py so that the interface will remain by Raymond Hettinger · 22 years ago
  18. 33f6aeb Backport checkin: by Walter Dörwald · 22 years ago
  19. 0098d86 Backport checkins: by Walter Dörwald · 22 years ago
  20. 0347402 Unconditionally opening the temp file in text mode causes this test to fail by Jason Tishler · 22 years ago
  21. 79ca4a4 Fix bug where handling issue of time.tzname[0] == time.tzname[1] and by Brett Cannon · 22 years ago
  22. 8cf915e SF bug #778964: bad seed in python 2.3 random by Raymond Hettinger · 22 years ago
  23. f45fe22 SF bug #770485: cStringIO does not set closed attr by Raymond Hettinger · 22 years ago
  24. 40b4a6b As penance for forgetting to flag my last checkins as bugfix candidates, by Michael W. Hudson · 22 years ago
  25. e32a87a Re-introduction of caching. Not thread-safe against the changing of locale by Brett Cannon · 22 years ago
  26. 7fc99bd Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename. by Mark Hammond · 22 years ago
  27. 4b5c8d2 Remove __floordiv__ test, as it's deprecated. by Walter Dörwald · 22 years ago
  28. 520c7d0 Backport: by Walter Dörwald · 22 years ago
  29. 43f87f9 Support trailing dots in DNS names. Fixes #782510. by Martin v. Löwis · 22 years ago
  30. 62aced0 Correct URL for normalization file. Fixes #781065. by Martin v. Löwis · 22 years ago
  31. b26f32f Merging release23-branch into the long-term Python 2.3 maintenance branch by Barry Warsaw · 22 years ago
  32. 175ddb5 Remove caching of TimeRE (and thus LocaleTime) instance. Error was being by Brett Cannon · 22 years ago
  33. 5943b4a Restored commented-out line checked in by mistake. by Tim Peters · 22 years ago
  34. 9390dd5 locale-restoration code: Don't leave comparison to None implicit. For by Tim Peters · 22 years ago
  35. 36f7e93 Fred wasn't kidding -- there really are docs for the locale module <wink>. by Tim Peters · 22 years ago
  36. d1deac0 Fix error in test of not comparing against 0 item of a list by Brett Cannon · 22 years ago
  37. c23f39c Patch #775784: YA Cygwin expected regression test skip patch by Jason Tishler · 22 years ago
  38. 354e3d9 Change the zipimport implementation to accept files containing by Thomas Heller · 22 years ago
  39. 969a700 Make sure mimetypes is reinitialized before running the tests. by Jeremy Hylton · 22 years ago
  40. 096d986 Restore the locale to "C" on exit. by Jeremy Hylton · 22 years ago
  41. bd9f520 Reflow long line. by Jeremy Hylton · 22 years ago
  42. 43d790c Exercise Jim Fulton's new doctest extension for running doctests in a by Raymond Hettinger · 22 years ago
  43. f359062 Extend last change to cover TestSuites as well as TestCases. by Raymond Hettinger · 22 years ago
  44. bb4a47c Prevent failure on the mac, where "mbcs" is not the file system by Mark Hammond · 22 years ago
  45. 21d9987 run_unittest() to support TestCase instances as well as classes. Helps with doctests. by Raymond Hettinger · 22 years ago
  46. 19db13b Fixed test and converted to unittest format. by Raymond Hettinger · 22 years ago
  47. 158af58 Fixed test and converted to unittest format. by Raymond Hettinger · 22 years ago
  48. 42d9016 SF patch 763201: handling of SyntaxErrors in symbol table build by Jeremy Hylton · 22 years ago
  49. f393fc6 Add various test cases from SF patch 543867. by Walter Dörwald · 22 years ago
  50. f425b1e stylistic nits: - wrap some long lines - shorten others - fix indentation by Fred Drake · 22 years ago
  51. 7a6c733 Make close() identical to __del__() for a dumbdbm database. Make by Tim Peters · 22 years ago
  52. d6f6e50 Reworked test_warnings.py: by Raymond Hettinger · 22 years ago
  53. dc9dcf1 This test failed on WindowsME because the full file path did not get by Raymond Hettinger · 22 years ago
  54. b6d2f3e Don't include slash in search string; it's OS-specific. by Jeremy Hylton · 22 years ago
  55. 8501466 Change warnings to avoid importing re module during startup. by Jeremy Hylton · 22 years ago
  56. 663d1b6 Added a new randomized test. by Tim Peters · 22 years ago
  57. 121d34a Fix SF bug 764095: Don't use network in test_httplib. by Jeremy Hylton · 22 years ago
  58. e5e065b New function sys.getcheckinterval(), to complement setcheckinterval(). by Tim Peters · 22 years ago
  59. cde2200 Fixes bug of timezone value being left as -1 when ``time.tzname[0] == by Brett Cannon · 22 years ago
  60. 12723ba Fix and test for bug #764548: by Just van Rossum · 22 years ago
  61. 6802c6e fixed typo in comment by Just van Rossum · 22 years ago
  62. 348c261 On those systems lacking the AFMT_S16_NE symbol, the test was failing by Andrew MacIntyre · 22 years ago
  63. bcc58e8 - added (c)StringIO tests; cStringIO usage failed in the previous by Just van Rossum · 22 years ago
  64. e7dfe21 Fix SF bug #763023, difflib.py: ratio() zero division not caught by Neal Norwitz · 22 years ago
  65. 37ca8c1 connector(): You can't use an empty string as an argument to connect() by Tim Peters · 22 years ago
  66. 1787a0b Fix SF bug #763770, test_socket_ssl crash by Neal Norwitz · 22 years ago
  67. cc0a664 Test Brett's addition of __all__ to Queue. by Raymond Hettinger · 22 years ago
  68. 168e73d Fix SF #763362, test_posixpath failed by Neal Norwitz · 22 years ago
  69. 3106817 Fix typo in error message by Neal Norwitz · 22 years ago
  70. 8bcbe6a Don't require that a RuntimeError is raised when playing a second by Walter Dörwald · 22 years ago
  71. d693a81 Fix SF 762891: "del p[key]" on proxy object raises SystemError() by Raymond Hettinger · 22 years ago
  72. a9002f8 Fix SF #754870, SSL crash interpreter when remote side closes during connect by Neal Norwitz · 22 years ago
  73. 0242070 More tests by Raymond Hettinger · 22 years ago
  74. b4e9986 Removed invalid test. Analysis by Bob Halley: by Raymond Hettinger · 22 years ago
  75. 2b6220d SF bug #762455: Python segfaults when sys.stdout is changed in getattr by Raymond Hettinger · 22 years ago
  76. 478c105 Whitespace normalization. by Tim Peters · 22 years ago
  77. 11a35f5 SF patch #760257: add socket.timeout exception (Contributed by Bob Halley) by Raymond Hettinger · 22 years ago
  78. 3567a87 Add take() to examples. Tighten the islice() example by Raymond Hettinger · 22 years ago
  79. c0fac96 SF patch #756996: Bare except in ZipFile.testzip() by Raymond Hettinger · 22 years ago
  80. 6f3eaa6 SF patch #761519: Fixes for bugs 760703 and 757821 by Raymond Hettinger · 22 years ago
  81. c4bf5ed Add a trivial test of getargspec() with a method. by Jeremy Hylton · 22 years ago
  82. 7ff55e6 Add tests for __nonzero__() problems. by Jeremy Hylton · 22 years ago
  83. f69d9f6 SF bug #761337: datetime.strftime fails on trivial format string by Raymond Hettinger · 22 years ago
  84. 5f078ff SF bug #759889: Pickling of Random is broken by Raymond Hettinger · 22 years ago
  85. 8a99b50 SF patch #736962. Converted test_compile to unittest format. by Raymond Hettinger · 22 years ago
  86. 4327521 Added regression test for SF #757818 by Raymond Hettinger · 22 years ago
  87. 25fe0bf Many new tests, based on gcov's coverage information. by Gustavo Niemeyer · 22 years ago
  88. a9da5ae Use find() instead of looping over the string in expanduser(). by Walter Dörwald · 22 years ago
  89. befa37d Minor updates: by Raymond Hettinger · 22 years ago
  90. 5edd785 Port test_complex.py to unittest. by Walter Dörwald · 22 years ago
  91. be97153 SF bug #753451: classmethod abuse --> SystemError by Raymond Hettinger · 22 years ago
  92. e8049bef Use _PyEval_SliceIndex to handle list.index() calls with by Walter Dörwald · 22 years ago
  93. 2743d87 Fix sloppy index() implementation: by Guido van Rossum · 22 years ago
  94. d05abde SF #754014: list.index() should accept optional start, end arguments by Raymond Hettinger · 22 years ago
  95. c8106e1 test_posixpath.py now uses unittest. The output file is no longer needed. by Raymond Hettinger · 22 years ago
  96. 98a379e Add test for bug #751998. by Neal Norwitz · 22 years ago
  97. b47243a Complete rewrite of tests by Walter Dorwald as unittest tests. by Brett Cannon · 22 years ago
  98. f545baa Whitespace normalization. by Tim Peters · 22 years ago
  99. 17fb507 Treat empty dat/dir pairs as dumbdbm. Fixes #744687. by Martin v. Löwis · 22 years ago
  100. ba8f5ff Copy builtin functions as atomic. Fixes #746304. Will backport to 2.2. by Martin v. Löwis · 22 years ago