1. ea8c552 and another date by Anthony Baxter · 22 years ago
  2. 54ab431 Backport Tim's fix to test_winsound.py by Raymond Hettinger · 22 years ago
  3. 4e13da1 Let IDLE use the HTMLHelp docs, if found. by Thomas Heller · 22 years ago
  4. b11a432 Backport checkin: Avoid list as a variable name. by Walter Dörwald · 22 years ago
  5. 733ca1d Removed the PendingDeprecation warning from sets.py because it adds by Raymond Hettinger · 22 years ago
  6. 2c627c4 simplify some import statements and clean up a docstring and BerkeleyDB library by Gregory P. Smith · 22 years ago
  7. 6a5596c Backport Greg's patch (1.7 to 1.8) for backwards code compatability. by Raymond Hettinger · 22 years ago
  8. 08ae590 Backport Tim's fix to SF #809915. Creates a url that should always be invalid. by Raymond Hettinger · 22 years ago
  9. 2857ef5 Patch #808362: Fix typos. by Martin v. Löwis · 22 years ago
  10. 1ee7797 Patch #793559: Reset __starttext_tag. Fixes #709491. by Martin v. Löwis · 22 years ago
  11. 4737992 Fix documentation bugs. by Raymond Hettinger · 22 years ago
  12. 675bac0 Backport addition of the __all__ attribute for unittest.py by Raymond Hettinger · 22 years ago
  13. 9927588 SF bug #804115: bad argument handling(unittest.py) by Raymond Hettinger · 22 years ago
  14. cf9dcc2 Patch #793021: Implement htmllib.HTMLParser.reset. Fixes #711632. by Martin v. Löwis · 22 years ago
  15. 24af6b5 SF #792649: RESET_ERROR is not defined(logging module) by Raymond Hettinger · 22 years ago
  16. 07759e3 Set the warnings stacklevel to two. by Raymond Hettinger · 22 years ago
  17. 7b7a9fd **kwds arg was missing from __init__ for Dict{Reader,Writer} classes. by Skip Montanaro · 22 years ago
  18. 0b0aae0 SF bug #801342: Bug (documentation or real, your choice) in random.sample. by Raymond Hettinger · 22 years ago
  19. 0230968 Catch locale.error as well. Fixes #788378. by Martin v. Löwis · 22 years ago
  20. 90fc2ac test_get_param_with_semis_in_quotes(): Test case for SF bug #794466. by Barry Warsaw · 22 years ago
  21. b1919b7 A fix for parsing parameters when there are semicolons inside the by Barry Warsaw · 22 years ago
  22. 4595b6b Only apply case-insensitivity test on appropriate platforms.' test_filecmp.py by Raymond Hettinger · 22 years ago
  23. c6c1a15 SF bug #453515: filecmp.dircmp case sensitivity bug by Raymond Hettinger · 22 years ago
  24. 6437a61 Fix failing test by Raymond Hettinger · 22 years ago
  25. 2dc46379 SF 798269: bug fix for doctest (sf bug id: 798254 by Raymond Hettinger · 22 years ago
  26. d73fe46 SF patch #790443: add SafeConfigParser to __all__ by Raymond Hettinger · 22 years ago
  27. 81114e4 SF bug #785222: zlib monotonic test by Raymond Hettinger · 22 years ago
  28. 9ea45c8 * Add news item for the previous bugfix by Raymond Hettinger · 22 years ago
  29. 48ced31 SF bug 797650: Infinite loop in textwrap.py by Raymond Hettinger · 22 years ago
  30. 2e61662 SF bug #793826: using itertools.izip to mutate tuples by Raymond Hettinger · 22 years ago
  31. 3b47b81 _strptime.srptime() escaped parentheses in the format string properly. by Brett Cannon · 22 years ago
  32. 60eaed1 Fix typo in docstring: The switch is '-x', not '-s'. by Thomas Heller · 22 years ago
  33. 4fc4e2d Remove a typo. by Thomas Heller · 22 years ago
  34. eb85c66 SF bug #795506: Wrong handling of string format code for float values. by Raymond Hettinger · 22 years ago
  35. c519f01 test_largefile can leave its temp file open if one of many tests fail. On by Jason Tishler · 22 years ago
  36. 89af2f6 Backporting email 2.5.4 fixes from the trunk. by Barry Warsaw · 22 years ago
  37. 27ea578 Backport improvements to set.py so that the interface will remain by Raymond Hettinger · 22 years ago
  38. bd9ba1a Make sets.py compatible with Py2.2 by Raymond Hettinger · 22 years ago
  39. 33f6aeb Backport checkin: by Walter Dörwald · 22 years ago
  40. 6b778e5 - IDLE didn't start correctly when Python was installed in "Program Files" by Kurt B. Kaiser · 22 years ago
  41. 0098d86 Backport checkins: by Walter Dörwald · 22 years ago
  42. 0347402 Unconditionally opening the temp file in text mode causes this test to fail by Jason Tishler · 22 years ago
  43. 79ca4a4 Fix bug where handling issue of time.tzname[0] == time.tzname[1] and by Brett Cannon · 22 years ago
  44. 8cf915e SF bug #778964: bad seed in python 2.3 random by Raymond Hettinger · 22 years ago
  45. 6a55504 Add HIDDEN. Fixes #777664. by Martin v. Löwis · 22 years ago
  46. 2ffc0f8 IDLEfork Bug 782759 config-main.def user configuration doc incorrect by Kurt B. Kaiser · 22 years ago
  47. f45fe22 SF bug #770485: cStringIO does not set closed attr by Raymond Hettinger · 22 years ago
  48. 9f36f5b Fix docstring for LocaleTime. by Brett Cannon · 22 years ago
  49. 40b4a6b As penance for forgetting to flag my last checkins as bugfix candidates, by Michael W. Hudson · 22 years ago
  50. e32a87a Re-introduction of caching. Not thread-safe against the changing of locale by Brett Cannon · 22 years ago
  51. 7fc99bd Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename. by Mark Hammond · 22 years ago
  52. 4b5c8d2 Remove __floordiv__ test, as it's deprecated. by Walter Dörwald · 22 years ago
  53. 520c7d0 Backport: by Walter Dörwald · 22 years ago
  54. 43f87f9 Support trailing dots in DNS names. Fixes #782510. by Martin v. Löwis · 22 years ago
  55. 62aced0 Correct URL for normalization file. Fixes #781065. by Martin v. Löwis · 22 years ago
  56. 8c6188c Make sure eol_convention is an ASCII string. Fixes #774680. by Martin v. Löwis · 22 years ago
  57. b26f32f Merging release23-branch into the long-term Python 2.3 maintenance branch by Barry Warsaw · 22 years ago
  58. 220fecf Added a banner to the shell startup message discussing possible by Kurt B. Kaiser · 22 years ago
  59. 7fbc304 Update for release. by Kurt B. Kaiser · 22 years ago
  60. 2c24d42 Fixes bug of having default argument for TimeRE's __init__ that caused the by Brett Cannon · 22 years ago
  61. 175ddb5 Remove caching of TimeRE (and thus LocaleTime) instance. Error was being by Brett Cannon · 22 years ago
  62. 6145a62 1. Python Bug 775541: Calltips error when docstring is None. Introduced by Kurt B. Kaiser · 22 years ago
  63. 5943b4a Restored commented-out line checked in by mistake. by Tim Peters · 22 years ago
  64. 9390dd5 locale-restoration code: Don't leave comparison to None implicit. For by Tim Peters · 22 years ago
  65. 36f7e93 Fred wasn't kidding -- there really are docs for the locale module <wink>. by Tim Peters · 22 years ago
  66. d1deac0 Fix error in test of not comparing against 0 item of a list by Brett Cannon · 22 years ago
  67. c23f39c Patch #775784: YA Cygwin expected regression test skip patch by Jason Tishler · 22 years ago
  68. 354e3d9 Change the zipimport implementation to accept files containing by Thomas Heller · 22 years ago
  69. 5d6ceb4 more generic reference to python interpreter by Skip Montanaro · 22 years ago
  70. 291f14e Windows fix: When PYTHONCASEOK is set, or for any other reason imports by Tim Peters · 22 years ago
  71. e3ea281 readerThread(): Add max_retries to both DeadlockWrap() calls. This by Barry Warsaw · 22 years ago
  72. 749f481 Backport from r23c1-branch: by Jack Jansen · 22 years ago
  73. e676c5e test01_join(): Fix a test failure when run with "python -O". The by Barry Warsaw · 22 years ago
  74. 6d58bf6 Repair operator error. by Jeremy Hylton · 22 years ago
  75. bdf3b50 SF patch 773476: NameError when there are no prefixes. by Jeremy Hylton · 22 years ago
  76. a920a88 up the b/w compatibility requirement to 2.2 by Just van Rossum · 22 years ago
  77. 969a700 Make sure mimetypes is reinitialized before running the tests. by Jeremy Hylton · 22 years ago
  78. 096d986 Restore the locale to "C" on exit. by Jeremy Hylton · 22 years ago
  79. bd9f520 Reflow long line. by Jeremy Hylton · 22 years ago
  80. 2d4e988 back out the darwin supports_unicode_filenames patch; it causes deep problems with the tests by Just van Rossum · 22 years ago
  81. e9a92aa Patch from John Anderson to enable VC 7.1 support. by Jeremy Hylton · 22 years ago
  82. 71adf7e Doctest now examines all docstrings by default. Previously, it would by Raymond Hettinger · 22 years ago
  83. 43d790c Exercise Jim Fulton's new doctest extension for running doctests in a by Raymond Hettinger · 22 years ago
  84. 83325e9 Fix faulty doctests. There is no results attribute. by Raymond Hettinger · 22 years ago
  85. f359062 Extend last change to cover TestSuites as well as TestCases. by Raymond Hettinger · 22 years ago
  86. bb4a47c Prevent failure on the mac, where "mbcs" is not the file system by Mark Hammond · 22 years ago
  87. cca9122 Update to reflect the current status of the configuration system. by Kurt B. Kaiser · 22 years ago
  88. 21d9987 run_unittest() to support TestCase instances as well as classes. Helps with doctests. by Raymond Hettinger · 22 years ago
  89. 19db13b Fixed test and converted to unittest format. by Raymond Hettinger · 22 years ago
  90. 158af58 Fixed test and converted to unittest format. by Raymond Hettinger · 22 years ago
  91. 42d9016 SF patch 763201: handling of SyntaxErrors in symbol table build by Jeremy Hylton · 22 years ago
  92. f393fc6 Add various test cases from SF patch 543867. by Walter Dörwald · 22 years ago
  93. c171172 Make the prefix 7 spaces long, so the lines are properly aligned. by Walter Dörwald · 22 years ago
  94. f425b1e stylistic nits: - wrap some long lines - shorten others - fix indentation by Fred Drake · 22 years ago
  95. 6d06815 Give dumbdbm a sync() method which Shelve can call. Should solve some by Skip Montanaro · 22 years ago
  96. 92f200b SF bug #770601: CGIHTTPServer and environment variables (bug + solution) by Raymond Hettinger · 22 years ago
  97. 7a6c733 Make close() identical to __del__() for a dumbdbm database. Make by Tim Peters · 22 years ago
  98. 4a4296e SF patch #765238: fix fnmatch.__all__ (Contributed by George Yoshida.) by Raymond Hettinger · 22 years ago
  99. ae5c37b delete unused local variable (pychecker caught) by Skip Montanaro · 22 years ago
  100. 61bfb73 SF bug #769142: CallTip trimming may loop forever. by Raymond Hettinger · 22 years ago