1. 7d59948 When piping output into a pager like "less", quiting the pager before by Fred Drake · 21 years ago
  2. b785518 IDLE didn't start correctly when Python was installed in "Program Files" by Kurt B. Kaiser · 21 years ago
  3. 8fd8def fix markup by Fred Drake · 21 years ago
  4. 69f31eb [Patch #739124] Add use_default_colors() to curses module by Andrew M. Kuchling · 21 years ago
  5. a54b92b Add a unicode prefix to the characters in the UnicodeEncodeError and by Walter Dörwald · 21 years ago
  6. fd196bd Enhance message for UnicodeEncodeError and UnicodeTranslateError. by Walter Dörwald · 21 years ago
  7. c7a2656 SF patch#786531 'the the' typo. Contributed by George Yoshida by Raymond Hettinger · 21 years ago
  8. f17d65d SF patch#786531 'the the' typo. Contributed by George Yoshida by Raymond Hettinger · 21 years ago
  9. c83124a Fix bug in test_bad_timezone where test was assuming locale knew of PDT. by Brett Cannon · 21 years ago
  10. 71665dc Add a couple of decrefs to error paths. by Michael W. Hudson · 21 years ago
  11. b2f89ee Comment typo fixes by Andrew M. Kuchling · 21 years ago
  12. cc9d004 mention pymemcompat.h in Misc/README by Michael W. Hudson · 21 years ago
  13. bdc6ea1 Fix silly typo in comment. by Michael W. Hudson · 21 years ago
  14. bc961e5 add a statement identifying StringI and StringO objects. by Skip Montanaro · 21 years ago
  15. eb2f061 reverting to 2.41 version (distinct tp_names) - will add verbiage to the docs by Skip Montanaro · 21 years ago
  16. e138828 shit - just change the visible name, not the comments - strictly speaking, by Skip Montanaro · 21 years ago
  17. 4a0d3d2 typos by Skip Montanaro · 21 years ago
  18. 68debc9 Fix refcounting and cut & paste error (?) in last checkin. by Michael W. Hudson · 21 years ago
  19. 0fd54d8 Unconditionally opening the temp file in text mode causes this test to fail by Jason Tishler · 21 years ago
  20. a290e3d Bug fix for #780461: 'sysu' gestalt selector is meaningless on MacOSX, by Jack Jansen · 21 years ago
  21. 5187a3b Fix handling of bad locale setup where time.tzname[0] == time.tzname[1] and by Brett Cannon · 21 years ago
  22. 3081d59 SF bug #778964: bad seed in python 2.3 random by Raymond Hettinger · 21 years ago
  23. 39a682f Add HIDDEN. Fixes #777664. by Martin v. Löwis · 21 years ago
  24. a2c17c5 Move initialization of sys.std{in,out}.encoding to Py_Initialize. by Martin v. Löwis · 21 years ago
  25. fc9b75f Patch #771998: Put braces around variables. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  26. cffb9de SF patch #747364: BaseHTTPServer doesn't need StringIO intermediary by Raymond Hettinger · 21 years ago
  27. 12c484d SF patch #783807: Clarify PySequence_Setitem ref counting by Raymond Hettinger · 21 years ago
  28. 3f42a6d IDLEfork Bug 782759 backported to 23-maint by Kurt B. Kaiser · 21 years ago
  29. 0eec087 Explain argument unpacking by Raymond Hettinger · 21 years ago
  30. a6a277d /* XXX From here until type is allocated, "return NULL" leaks bases! */ by Michael W. Hudson · 21 years ago
  31. 5475f23 SF bug #770485: cStringIO does not set closed attr by Raymond Hettinger · 21 years ago
  32. 6e13bcc SF bug #775836: change 0,1 to False,True in dict.has_key doc by Raymond Hettinger · 21 years ago
  33. b5a4208 Modified itertools.izip() to match the behavior of __builtin__.zip() by Raymond Hettinger · 21 years ago
  34. 77fe69b Re-sync doc tests with the doc updates. by Raymond Hettinger · 21 years ago
  35. c7d7766 Improve docs: * Simplify the pure python examples * Add a quantify() example by Raymond Hettinger · 21 years ago
  36. f5c96fb Fix docstring in LocaleTime. by Brett Cannon · 21 years ago
  37. e723e45 Repair refcounting on error return from type_set_bases. by Michael W. Hudson · 21 years ago
  38. bb18f62 Fix hyperlinks and one class reference. Backporting to Python 2.3 branch. by Fred Drake · 21 years ago
  39. 5db099a Release host name memory. Fixes #783312. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  40. 7edd0a9 Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename. by Mark Hammond · 21 years ago
  41. 5301d9c Remove useless import. by Walter Dörwald · 21 years ago
  42. b27cca6 Check both __div__ and __truediv__ in division tests. (From SF patch #543867) by Walter Dörwald · 21 years ago
  43. beb35f4 Removed deprecated functions by Raymond Hettinger · 21 years ago
  44. f8a52d3 Removed deprecated functions by Raymond Hettinger · 21 years ago
  45. 02771c1 SF patch #782810: typo in libfuture.tex (Contributed by George Yoshida) by Raymond Hettinger · 21 years ago
  46. 85004cc SF bug #782369: Massive memory leak in array module by Raymond Hettinger · 21 years ago
  47. 83f5291 forgot to commit this - note about the signal module SIGRT(MIN,MAX) by Anthony Baxter · 21 years ago
  48. b7150a2 Mention caching and better thread-safety for Lib/_strptime.py by Brett Cannon · 21 years ago
  49. 1064909 Patch #781722: Reject AF_INET6 if IPv6 is disabled. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  50. 0d8e16c Support trailing dots in DNS names. Fixes #782510. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  51. 8db4403 Correct URL of normalization file. Fixes #781065. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  52. cebcc61 Patch #781126: Fix markup for add_fallback. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  53. 249d50a Make sure eol_convention is an ASCII string. Fixes #774680. by Martin v. Löwis · 21 years ago
  54. 5d9c636f init_myformat(): None of the "mark" values can be empty strings, or by Fred Drake · 21 years ago
  55. 474335c Re-introduce caching of TimeRE and compiled regexes with added thread-safety. by Brett Cannon · 21 years ago
  56. 8ab27df Touch-up to docstrings. by Brett Cannon · 21 years ago
  57. b278ac4 Add note about fileno not being usable as a normal file descriptor in Windows. by Brett Cannon · 21 years ago
  58. e0c1740 better support for well-formed XHTML by Fred Drake · 21 years ago
  59. 2fc88a6 make the portions of the generated HTML produced by these styles better by Fred Drake · 21 years ago
  60. 4ee2ff3 Clarified that TypeErrors can be raised by any function (not just builtins). by Raymond Hettinger · 21 years ago
  61. ed9bf12 protect against test problems with Jython by Skip Montanaro · 21 years ago
  62. d5cf0b8 added test for bug 782369 by Skip Montanaro · 21 years ago
  63. c1b4154 more extension marshal tests and conversion to unittest - was surprised to by Skip Montanaro · 21 years ago
  64. eaef615 As discussed on python-dev, changed builtin.zip() to handle zero arguments by Raymond Hettinger · 21 years ago
  65. 9463792 To be a good citizen, it should really delete its socket when done. by Skip Montanaro · 21 years ago
  66. cb3988c add skeletal "what's new" for 2.4a1 and mention a couple python-mode tweaks. by Skip Montanaro · 21 years ago
  67. 0316116 delete the f1 key binding. py-help-at-point is still available @ C-c C-h. by Skip Montanaro · 21 years ago
  68. 98a4fbe make pending-delete/delete-selection mode work with py-electric-colon by Skip Montanaro · 21 years ago
  69. f37f37d Patch [ 776725 ] add SIGRTMIN, SIGRTMAX to signalmodule.c by Anthony Baxter · 21 years ago
  70. 4563769 tweak to py-fill-paragraph - problem noted by John Lee and correction by Skip Montanaro · 21 years ago
  71. 67e5582 Complete move of windows builds to 2.4alpha by Mark Hammond · 21 years ago
  72. 3576f0a Everyone knows what Fred meant, but I thought I'd make it official... ;-) by Skip Montanaro · 21 years ago
  73. 7d597d9 Generalize the template for the "What's New" document so it's easier by Fred Drake · 21 years ago
  74. 90b2049 there's a new "What's New" for Python 2.4 by Fred Drake · 21 years ago
  75. ed0fa3d boilerplate to start off "What's New in Python 2.4" by Fred Drake · 21 years ago
  76. afc0d8e Update to the same version info used by the interpreter. by Fred Drake · 21 years ago
  77. 9bd4462 Update version number here as well; patchlevel.h is not the only place. by Fred Drake · 21 years ago
  78. 73a8a4b Fix typo. by Walter Dörwald · 21 years ago
  79. 68a3294 [Bug #779469] Fix error in example code by Andrew M. Kuchling · 21 years ago
  80. bf71fa1 Bump the trunk to 2.4a0 by Barry Warsaw · 21 years ago
  81. 9d84308 update the documentation contact address by Fred Drake · 21 years ago
  82. 333d6fd - update the documentation contact address by Fred Drake · 21 years ago
  83. 5a2e2c1 Get rid of empty sections by Barry Warsaw · 21 years ago
  84. 36c1afc SF bug 778400: IDLE hangs when selecting "Edit with IDLE". by Tim Peters · 21 years ago
  85. b34ba3f Bump version number; record 2.3 release date by Andrew M. Kuchling · 21 years ago
  86. 7a7aba9 Update release information. by Fred Drake · 21 years ago
  87. 96b49ff Bump version information. by Fred Drake · 21 years ago
  88. 7388dff Updated Windows installer for 2.3 final. by Tim Peters · 21 years ago
  89. 342aab1 Repaired botched release serial number. by Tim Peters · 21 years ago
  90. f7e6091 Repair botched release serial number. by Tim Peters · 21 years ago
  91. 32675b6 Bump Windows build number for 2.3 final. by Tim Peters · 21 years ago
  92. 0963803 Added section for 2.3 final; moved IDLE news into it that I inserted in by Tim Peters · 21 years ago
  93. 6cb2e0d Bump Windows resource version macro for 2.3 final. by Tim Peters · 21 years ago
  94. 2f99ae5 Bump release level to 2.3 (we won't have time for this tomorrow). by Tim Peters · 21 years ago
  95. d50bd6c Update URL. by Fred Drake · 21 years ago
  96. c794a1c Gave the main NEWS file its own IDLE section, and populated it with a by Tim Peters · 21 years ago
  97. 220fecf Added a banner to the shell startup message discussing possible by Kurt B. Kaiser · 21 years ago
  98. 7fbc304 Update for release. by Kurt B. Kaiser · 21 years ago
  99. ee924cd Bump the version number by Barry Warsaw · 21 years ago
  100. 49b5230 This commit was manufactured by cvs2svn to create tag 'r23c2'. by cvs2svn · 21 years ago