1. 952e735 News about last-minute fix for SF bug 620705 (urlparse). by Guido van Rossum · 23 years ago
  2. c355f91 I'd forgotten that tcsh was the default for 10.1, but SF's 10.1 system by Barry Warsaw · 23 years ago
  3. c5b6997 Add a note about how to successfully complete the tests on MacOSX. by Barry Warsaw · 23 years ago
  4. c6e2b0f Added all the non-doc news for 2.2.2 (final). by Guido van Rossum · 23 years ago
  5. da5661c Add boilerplate for 2.2.2 final. (Will add actual news next.) by Guido van Rossum · 23 years ago
  6. 11caaf9 Make this file identical to the version on the trunk. by Guido van Rossum · 23 years ago
  7. c2e1a8f List specific updates for IDLE. by Raymond Hettinger · 23 years ago
  8. f1446ca Fix a few typos: an extra space; typo in filename; capitalization error by Andrew M. Kuchling · 23 years ago
  9. 9096faf Fix typo. Prepare headers for 2.2.2 final release. by Guido van Rossum · 23 years ago
  10. be36d02 News for 2.2.2b1. I'm exhausted -- this was a multi-hour job of by Guido van Rossum · 23 years ago
  11. 0df0b42 Backport, at the reqest of Kevin Jacobs: by Guido van Rossum · 23 years ago
  12. 5fc952a Update the email package version number. by Barry Warsaw · 23 years ago
  13. d1bb755 Backport: by Michael W. Hudson · 23 years ago
  14. cb462f2 Patch #619352: Update for 2.2.2b1. Install python2 and python2.2. by Martin v. Löwis · 23 years ago
  15. 0f0bcc4 Add a note about the backport of email 2.4 by Barry Warsaw · 23 years ago
  16. 0dddf305 Backport of 1.489: by Guido van Rossum · 23 years ago
  17. bd5ba4b Finish up the random fixes that Raymond started yesterday. by Michael W. Hudson · 23 years ago
  18. f81d49f Add the snake-farm crew. by Guido van Rossum · 23 years ago
  19. df4626f Backport of SF bug # 585792, Invalid mmap crashes Python interpreter by Neal Norwitz · 23 years ago
  20. 55ec86e backport gvanrossum's checkin of revision 1.180 of ACKS by Michael W. Hudson · 23 years ago
  21. 96303ce Fix some endcase bugs in unicode rfind()/rindex() and endswith(). by Guido van Rossum · 23 years ago
  22. 506d6d9 SF bug 595919: popenN return only text mode pipes by Tim Peters · 23 years ago
  23. 5f2f103 News about Neil's fix to correctly invoke __rmul__. by Guido van Rossum · 23 years ago
  24. f75ba0b Backport: by Guido van Rossum · 23 years ago
  25. 8156b90 Attempting to resurrect a dying instance of a new-style class in a by Tim Peters · 23 years ago
  26. b1fb9ab SF bug 578752: COUNT_ALLOCS vs heap types by Tim Peters · 23 years ago
  27. 8625d7e PyNode_AddChild(): Backporting an aggressive over-allocation policy by Tim Peters · 23 years ago
  28. d605adf Fix SF Bug 572567: Memory leak in object comparison by Raymond Hettinger · 23 years ago
  29. 9d21cd7 Backport: by Guido van Rossum · 23 years ago
  30. 7e57639 Record the latest fixes. by Guido van Rossum · 23 years ago
  31. 761037a Backport to 2.2.x: by Guido van Rossum · 23 years ago
  32. 35902e4 Fix typo by Andrew M. Kuchling · 23 years ago
  33. 1c097b7 Backport the following changes: by Walter Dörwald · 23 years ago
  34. ee571fa backport gvanrossum's patch: by Anthony Baxter · 23 years ago
  35. c11ee1e News for new strip method argument. Made the news message a bit by Anthony Baxter · 23 years ago
  36. 4e91ac7 Windows installer: disabled Wise's "delete in-use files" uninstall by Tim Peters · 23 years ago
  37. 19b08d3 SF bug 543148: Memory leak with stackframes + inspect. by Tim Peters · 23 years ago
  38. 0069623 I always forget the release date in here... by Michael W. Hudson · 23 years ago
  39. fc70e4b Updates from Sean Reifschneider. by Michael W. Hudson · 23 years ago
  40. 5b17297 Add bool(), True, False (as ints) for backwards compatibility. by Guido van Rossum · 23 years ago
  41. e5ea439 - A type can now inherit its metatype from its base type. Previously, by Guido van Rossum · 23 years ago
  42. 6741437 Some more news. (There's also a fix to _localemodule.c that I don't by Guido van Rossum · 23 years ago
  43. 7e45ccb Backport half a patch from the trunk. This inherits tp_is_gc from a base class. by Guido van Rossum · 23 years ago
  44. 6c79476 Add note about changes in xml.sax.expatreader. by Fred Drake · 23 years ago
  45. 4f3abd3 SF bug 497854: Short-cuts missing for All Users. by Tim Peters · 23 years ago
  46. a0c13b7 News for SF #535905. by Guido van Rossum · 23 years ago
  47. a4f46e7 Detlef Lannert noticed that I can't type. by Michael W. Hudson · 23 years ago
  48. 308e78c People who tested 2.2.1c1. by Michael W. Hudson · 23 years ago
  49. 4c92fa0 Add another line. by Michael W. Hudson · 23 years ago
  50. 39511d3 A stab at NEWS. by Michael W. Hudson · 23 years ago
  51. 4b9fa73 backport bwarsaw's checkin of revision 4.8 of python-mode.el by Michael W. Hudson · 23 years ago
  52. 984d220 I was just testing you. Neil Norwitz gets the prize. (Fixed a typo by Barry Warsaw · 23 years ago
  53. 2106a4d Added a NEWS item for the fix of SF bug #531966 in the email package. by Barry Warsaw · 23 years ago
  54. 1dbb679 Record 2.2.1c1 release date. by Tim Peters · 23 years ago
  55. 7eac98d A first cut at NEWS for 2.2.1c1. by Michael W. Hudson · 23 years ago
  56. 8967a68 Backport a checkin of Guido's: by Michael W. Hudson · 23 years ago
  57. 98305a0 Take Tim's work on file.truncate out of 2.2.1 again. by Michael W. Hudson · 23 years ago
  58. fe69139 Backport Tim's work on getting file.truncate working better on Win32. by Michael W. Hudson · 23 years ago
  59. 13510e7 backport bwarsaw's checkin of revision 4.7 of python-mode.el by Michael W. Hudson · 23 years ago
  60. 245689c zlib-1.1.4 news. by Tim Peters · 23 years ago
  61. 7250092 backport gvanrossum's checkin of revision 1.163 of ACKS by Michael W. Hudson · 23 years ago
  62. dd6186d backport gvanrossum's checkin of revision 1.162 of ACKS by Michael W. Hudson · 23 years ago
  63. c10d570 backport gvanrossum's checkin of revision 1.161 of ACKS by Michael W. Hudson · 23 years ago
  64. 59509f5 Patch #50002: Display line information for bad \x escapes: by Martin v. Löwis · 23 years ago
  65. d8279c7 backport gvanrossum's checkin of revision 1.159 of ACKS by Michael W. Hudson · 23 years ago
  66. 23d65ff It's merge time! by Michael W. Hudson · 24 years ago
  67. 48f97f3 It's merge time! by Michael W. Hudson · 24 years ago
  68. ebc89b6 This commit was manufactured by cvs2svn to create branch 'release22-maint'. by cvs2svn · 24 years ago
  69. 2aa3dc7 Added item about the webbrowser security fix. by Fred Drake · 24 years ago
  70. 2276818 This commit was manufactured by cvs2svn to create branch 'release22-maint'. by cvs2svn · 24 years ago
  71. 1cb65e2 ZZZ. by Guido van Rossum · 24 years ago
  72. 54dc1d3 Another contributor. by Guido van Rossum · 24 years ago
  73. f831429 Fix for SF bug #494904: Cannot pickle a class with a metaclass, by Guido van Rossum · 24 years ago
  74. 1fbb577 SF bug #494738: binascii_b2a_base64 overwrites memory. by Tim Peters · 24 years ago
  75. 909c091 Post-release fiddling -- prep for 2.2 final. by Tim Peters · 24 years ago
  76. 0655745 Merge last minute 2.2c1 changes from branch to trunk. by Barry Warsaw · 24 years ago
  77. 6c01e25 Note the tighter complex() parameter checking. by Fred Drake · 24 years ago
  78. 61f649d For the exec-free var bug. by Jeremy Hylton · 24 years ago
  79. 6272dfd Update Windows buildno for 2.2c1. Update 2.2c1 release data in NEWS. by Tim Peters · 24 years ago
  80. bf72fe2 Added -Qnew news about the test_coercion.py failure. That's the only test by Tim Peters · 24 years ago
  81. f582b82 SF bug #491415 PyDict_UpdateFromSeq2() unused by Tim Peters · 24 years ago
  82. 1d961f5 New fodder. by Guido van Rossum · 24 years ago
  83. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 24 years ago
  84. 25059d3 SF patch #489173: Make os.spawnv not block the interpreter, from by Tim Peters · 24 years ago
  85. 1999ef4 Test wether we are building on a case-insensitive filesystem (such by Jack Jansen · 24 years ago
  86. ffa260f sys.platform is now "darwin" without digits appended. by Jack Jansen · 24 years ago
  87. 3caca23 SF bug #488514: -Qnew needs work by Tim Peters · 24 years ago
  88. bf7c804 SF patch #489680 (David Abrahams): h2py uses nonexistent method splitfields() by Guido van Rossum · 24 years ago
  89. 33bab01 Fix SF bug #489581: __slots__ leak. by Guido van Rossum · 24 years ago
  90. d331cb5 At the PythonLabs meeting someone mentioned it would make Jim really by Guido van Rossum · 24 years ago
  91. bebfe03 Another no-longer-nameless contributor... by Guido van Rossum · 24 years ago
  92. cd7b7d6 Add note about fixed hash() of mutable objects. by Guido van Rossum · 24 years ago
  93. cdbbd0a New about super. by Guido van Rossum · 24 years ago
  94. 22f9c6d Add Greg Chapman. by Guido van Rossum · 24 years ago
  95. 4b80085 Fix for SF bug #485678. by Guido van Rossum · 24 years ago
  96. 714d2e2 Patch #487275: windows-1251 charset alias. by Martin v. Löwis · 24 years ago
  97. cffed4b SF bug 486278 SystemError: Python/getargs.c:1086: bad. by Tim Peters · 24 years ago
  98. 6d20b43 SF bug 485175: buffer overflow in traceback.c. by Tim Peters · 24 years ago
  99. 652e191 Properly set static options for tixBalloon and tixResizeHandle. by Martin v. Löwis · 24 years ago
  100. 3a89b2b Patch #484847: Default to netscape.exe on OS/2. by Martin v. Löwis · 24 years ago