1. e3bf685 update to match Lib/idlelib/NEWS version number by Anthony Baxter · 21 years ago
  2. 2726231 SF #847346: remove misguided optimization for short input from by Greg Ward · 21 years ago
  3. 6e35b68 SF #847346: add test_fix_sentence_endings() to ensure that sentence by Greg Ward · 21 years ago
  4. 4993bca Fix version number (2.3.4c1) and release date (12-May-2004). by Thomas Heller · 21 years ago
  5. 11b3d2f fix various descriptions of "ctime" (closes SF patch #870287) by Fred Drake · 21 years ago
  6. d678298 Fix SF item #876278: Unbounded recursion in modulefinder. by Thomas Heller · 21 years ago
  7. 1d53b5c Fix [ 738973 ] urllib2 CacheFTPHandler doesn't work on multiple dirs, as by Mark Hammond · 21 years ago
  8. 4fc2a79 test_mime_attachments_in_constructor(): New test to check for SF bug # 884030. by Barry Warsaw · 21 years ago
  9. 98ef300 SF patch # 884030 by Amit Aronovitch; fixes the _subpart argument to match by Barry Warsaw · 21 years ago
  10. eda9da7 SF #950057: itertools.chain doesn't "process" exceptions as they occur by Raymond Hettinger · 21 years ago
  11. d7fc2b9 Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848. by Martin v. Löwis · 21 years ago
  12. d532acd [Bug #945063 backport] Get file extension correct. by Andrew M. Kuchling · 21 years ago
  13. 7dea43f fix documentation for ContentHandler.ignorableWhitespace() by Fred Drake · 21 years ago
  14. a8c825c Consider output encoding in XMLGenerator. Fixes #938076. by Martin v. Löwis · 21 years ago
  15. c711172 Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637. by Martin v. Löwis · 21 years ago
  16. d60df17 Patch #944110: Properly process empty passwords. Fixes #944082. by Martin v. Löwis · 21 years ago
  17. 93389ae Merge all fixes from Python 2.4. This includes: by Guido van Rossum · 21 years ago
  18. ee6e149 Using reversed() is not compatible with Python 1.5.2. by Guido van Rossum · 21 years ago
  19. 2dbc9cd Do not use the default namespace for attributes. by Martin v. Löwis · 21 years ago
  20. 05bacbd SF #926075: Fixed the bug that returns a wrong pattern object for by Hye-Shik Chang · 21 years ago
  21. e9d1c7f SF #926075: Fixed the bug that returns a wrong pattern object for by Hye-Shik Chang · 21 years ago
  22. b143e4e backport of patch #934971. by Skip Montanaro · 21 years ago
  23. f5feaa8 Recompiled the binary wininst.exe after this change: by Thomas Heller · 21 years ago
  24. fea6d1a Backport to 2.3: by Andrew MacIntyre · 21 years ago
  25. fc019dd Backport to 2.3 to support Zope 2.7 on OS/2: by Andrew MacIntyre · 21 years ago
  26. 9ed9329 Backport to 2.3: by Andrew MacIntyre · 21 years ago
  27. 58c0c52 Fix support for the "prog" keyword to the OptionParser constructor, as well by Fred Drake · 21 years ago
  28. 40039f2 backport fix for SF bug #796042: sdist ignores scripts argument in setup by Fred Drake · 21 years ago
  29. 58eddb1 Backport 1.17: by Guido van Rossum · 21 years ago
  30. 174548d Keybindings with the Shift modifier now work correctly. So do bindings by Kurt B. Kaiser · 21 years ago
  31. a909752 Fix last patch to make backwards-compatible with Python 1.5.2 . by Brett Cannon · 21 years ago
  32. a4645bf Fixed a caching bug in platform.platform() where the argument of 'terse' was by Brett Cannon · 21 years ago
  33. f12b642 Ensure super() lookup of descriptor from classmethod works (SF ID# 743627) by Phillip J. Eby · 21 years ago
  34. 8fcae09 Convert input to a string object. Fixes #909230. by Martin v. Löwis · 21 years ago
  35. af2e75f Fix test_strftime.py to escape locale time values that have characters that by Brett Cannon · 21 years ago
  36. a5b5cb0 Backporting to 2.3: by Guido van Rossum · 21 years ago
  37. 9aee99b Raise RuntimeError if the second argument to isinstance() or issubclass() by Brett Cannon · 21 years ago
  38. 6fa7c0c Strip all whitespace at the end of a line when validating paths specified in by Brett Cannon · 21 years ago
  39. de3140a commit the portion of PyXML patch #919008 that is relevant to the by Fred Drake · 21 years ago
  40. 8d9363f fix bug related to SF bug id 788421 where DBC.set_range() could call by Gregory P. Smith · 21 years ago
  41. dd63b17 Backport checkin: by Walter Dörwald · 21 years ago
  42. d0aa245 SF patch #911431: robot.txt must be robots.txt (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
  43. 1f7e9b2 Backport of 1.29 and 1.30 (1.28 is obsolete): by Jack Jansen · 21 years ago
  44. dd5f373 Fixes SF bsddb module bug 788421: by Gregory P. Smith · 21 years ago
  45. 547dc4d adding passing test. testing for g(*Nothing()) where Nothing is a user-defined iterator. by Samuele Pedroni · 22 years ago
  46. 1b14628 Fix a typo found by Mark Hammond. by Thomas Heller · 22 years ago
  47. 4c4bb6b Fix two small bugs: (1) on Windows, pathname munging didn't work by Guido van Rossum · 22 years ago
  48. e73a417 Patch #711838: Allow non-anonymous ftp urls in urllib2. by Martin v. Löwis · 22 years ago
  49. 3b2f4c8 Patch #817379: Allow for absolute ftp paths. by Martin v. Löwis · 22 years ago
  50. 18c61cd Backport checkin: Fix test failure message (from SF patch #885008) by Walter Dörwald · 22 years ago
  51. 8c077f9 Backport checkin: by Walter Dörwald · 22 years ago
  52. 74788b6 Allocating a new weakref object can cause existing weakref objects for by Fred Drake · 22 years ago
  53. 22714ff - add tests that exercise fixes for the PyWeakref_NewRef() and by Fred Drake · 22 years ago
  54. a86e937 Backporting revision 1.6: by Barry Warsaw · 22 years ago
  55. 379227e Backport rev 1.30 removing 'self' from the arg list for add_type() by Raymond Hettinger · 22 years ago
  56. be42922 Backport 1.13 through 1.15, after getting a begging letter from a certain by Anthony Baxter · 22 years ago
  57. aff29ae Backported from the trunk, on Raymond's request: by Thomas Heller · 22 years ago
  58. 2a2daf5 Version number and release date for IDLE, the version now is 1.0.2. by Thomas Heller · 22 years ago
  59. 5273131 backport: by Guido van Rossum · 22 years ago
  60. fd9b9c1 Revert previous checkin. It was meant for another branch. by Jeremy Hylton · 22 years ago
  61. ccb9ff2 To find the curses extension as a DLL (on OS/2), we need to adjust the by Andrew MacIntyre · 22 years ago
  62. 5b234b1 use same compiler switches as core for extensions by Andrew MacIntyre · 22 years ago
  63. 26b3f11 A hack: Disable import of re, because sre doesn't compile right. by Jeremy Hylton · 22 years ago
  64. f7cc0bf Convert path objects to strings in askdirectory. Fixes #852314. by Martin v. Löwis · 22 years ago
  65. f69a0b9 Add testcases for _winreg segfault (SF 851056). by Guido van Rossum · 22 years ago
  66. dfea1bb backport: by Anthony Baxter · 22 years ago
  67. 6d36d9a See SF #848614: distutils' msvccompiler now tries to detect that MSVC6 by Thomas Heller · 22 years ago
  68. bca5b20 Fix a typo introduced at Rev 1.19.8.2 by Kurt B. Kaiser · 22 years ago
  69. 34bfde9 Backport: by Kurt B. Kaiser · 22 years ago
  70. c9de825 test_guess_all_types(): Use a more robust test for checking that by Barry Warsaw · 22 years ago
  71. b1b3d08 Reverted from rev 1.45.6.1 to rev 1.45: deep recursion is still part of by Tim Peters · 22 years ago
  72. ca6919c SF bug 839548: Bug in type's GC handling causes segfaults. by Tim Peters · 22 years ago
  73. c63a6e4 Backport checkin: Fix typo fix. by Walter Dörwald · 22 years ago
  74. e1ee18d Backport checkin: Fix typos. by Walter Dörwald · 22 years ago
  75. 717501e __init__(): The docstring was incorrect regarding how header wrapping by Barry Warsaw · 22 years ago
  76. e00b9b5 Backport of fix for [ 765456 ]: testAFakeZlib failed on platforms that use by Just van Rossum · 22 years ago
  77. fd630f5 SF #841977 - modulefinder fails to find extension modules in packages by Thomas Heller · 22 years ago
  78. 8e81b7e subtype_dealloc(): A more complete fix for critical bug 840829 + by Tim Peters · 22 years ago
  79. 695461f Backport of fix for SF bug 840829, memory corruption in some cases of by Tim Peters · 22 years ago
  80. a6794ea Improve backwards compatibility code to handle True/False. by Raymond Hettinger · 22 years ago
  81. 3fe64a4 SF bug #835457: Small typo in logging documentation by Raymond Hettinger · 22 years ago
  82. 058806e Overallocate target buffer for normalization more early. Fixes #834676. by Martin v. Löwis · 22 years ago
  83. 68fa8d9 On RH10, the PIE additions to gcc mean that id() can sometimes be a very by Anthony Baxter · 22 years ago
  84. 4cef816 On RH10, the PIE additions to gcc mean that id() can sometimes be a very by Anthony Baxter · 22 years ago
  85. 4488c9c get tests working again. partial backport of 1.46 - I fixed the by Anthony Baxter · 22 years ago
  86. 9462e74 backport of 1.56 by Anthony Baxter · 22 years ago
  87. c6ccfe1 fix comments/docstring problems related to SF bug # 821818 by Alex Martelli · 22 years ago
  88. ed7ca25 fixed wrong error checking on fcntl call as per SF bug # 821896 by Alex Martelli · 22 years ago
  89. 9f4ee31 fixed obvious bug in _send_header as per SF bug #831271 by Alex Martelli · 22 years ago
  90. 718ea1e Patch #830858: Correct the number of is-functions. by Martin v. Löwis · 22 years ago
  91. 278dae5 Patch #785689: Use basename in usage. by Martin v. Löwis · 22 years ago
  92. 56072b8 SF #775057, fix IDLE problem in about dialog by Neal Norwitz · 22 years ago
  93. 1a94f3a Patch #817854: Add missing operations for SSLFile. Fixes #792101. by Martin v. Löwis · 22 years ago
  94. 733e26a [Backport fix for bug #822668] gzip filesize should be written out mod 2**32 by Andrew M. Kuchling · 22 years ago
  95. 218f9ab Backport checkin: by Walter Dörwald · 22 years ago
  96. f73fa54 Patch #813200: Quote executable path on Windows. Fixes #811082. by Martin v. Löwis · 22 years ago
  97. fbb6be0 Make both items() methods return lists; one had changed to return an by Fred Drake · 22 years ago
  98. 4958f27 Backport checkin: by Walter Dörwald · 22 years ago
  99. eff6cb5 Revert previous checkin, as it breaks on Unix. by Martin v. Löwis · 22 years ago
  100. c73726e Patch #813200: Properly quote executable on Windows. Fixes #811082. by Martin v. Löwis · 22 years ago