1. c70811d Last minute NEWS file updates by Barry Warsaw · 22 years ago
  2. 67300f4 Typo repair. by Tim Peters · 22 years ago
  3. b0f53ab Fleshed out the WeakKeyDictionary.__delitem__ news, since this can change by Tim Peters · 22 years ago
  4. a0ac74c All the news that's fit to print (I reviewed the CVS log since the by Guido van Rossum · 22 years ago
  5. d004298 Add section for 2.2.3 final and memory leak plug for tkinter by Neal Norwitz · 22 years ago
  6. 7496e18 Spec file update from Sean Reifschneider. by Barry Warsaw · 22 years ago
  7. e9ac720 Backport of 1.48: on Mac OS X don't use -R for runtime_library_dirs, use by Jack Jansen · 22 years ago
  8. ae7bc13 Go ahead and label this 2.2.3c1 by Barry Warsaw · 22 years ago
  9. f828b41 A bunch of NEWS file updates by Barry Warsaw · 22 years ago
  10. 97719c9 PyType_Ready(): Complain if the type is a base type, and gc'able, and by Tim Peters · 22 years ago
  11. 54d9cdf A few new news items by Barry Warsaw · 22 years ago
  12. d8136b5 Backport fixes to make more types collectable. by Jeremy Hylton · 22 years ago
  13. fa90c3e file_truncate(): Backported 2.3 code so that file.truncate(n) works on by Tim Peters · 22 years ago
  14. 4f017eb Backport the Carlo Verre fix. by Guido van Rossum · 22 years ago
  15. c18cc56 fsync(): Implemented for Windows, via calling MS _commit. This counts by Tim Peters · 22 years ago
  16. 9976fdf Backport: Fix SF bug #697220, string.strip implementation/doc mismatch by Neal Norwitz · 22 years ago
  17. 8998a81 Fixed the gc-vs-__del__ bugs for new-style classes. That's it for this one. by Tim Peters · 22 years ago
  18. bc12473 note test_locale skip by Skip Montanaro · 22 years ago
  19. 8c451a7 note test_largefile restriction on Mac OS X by Skip Montanaro · 22 years ago
  20. 3c5173c Patch #710576: Implement per-interpreter-state codec registries. by Martin v. Löwis · 22 years ago
  21. 58d23ae SF bug 705836: struct.pack of floats in non-native endian order by Tim Peters · 22 years ago
  22. 903eff4 Add some more Distutil changes by Andrew M. Kuchling · 22 years ago
  23. 2c35140 Add item by Andrew M. Kuchling · 22 years ago
  24. fac559c Backported fix to [521782] unreliable file.read() error handling. by Gustavo Niemeyer · 22 years ago
  25. e0cf013 - Backported SF patch #676342: after using pdb, the readline command by Guido van Rossum · 22 years ago
  26. 7df6d3d Fix SF bug #691793, Python 2.3a2 build fails on Tru64 by Neal Norwitz · 22 years ago
  27. 841569f Backport of rev 2.199 from trunk. by Guido van Rossum · 23 years ago
  28. 466a3a7 Backport 2.217 and 2.218: by Guido van Rossum · 23 years ago
  29. 3281062 Backport SF #660455 fix. by Guido van Rossum · 23 years ago
  30. c31c0df Partial backport for changes to fix SF bug #678518 (assert & global). by Neal Norwitz · 23 years ago
  31. e370fb1 BUILDEXE setting in out-of-tree builds by Skip Montanaro · 23 years ago
  32. 89d08cb backport: Fix SF bug# 676155, RuntimeWarning with tp_compare by Neal Norwitz · 23 years ago
  33. fbaaab9 Backport: by Neal Norwitz · 23 years ago
  34. c2c4058 Since the WH generator never produced zero, it wasn't fair to characterize by Raymond Hettinger · 23 years ago
  35. e7329e9 SF #659228, fix realpath() not being exported from os.path by Neal Norwitz · 23 years ago
  36. a1f2b33 Fix for SF #639945, 64-bit bug on AIX when loading dynamic modules by Neal Norwitz · 23 years ago
  37. 3813a21 backport: SF #665913, Fix mmap module core dump with unix by Neal Norwitz · 23 years ago
  38. 9433ff9 Went through the CVS logs for 2.2 and recorded all the relevant by Guido van Rossum · 23 years ago
  39. e310b12 Backport 2.58 from trunk (minus the cleanup): by Guido van Rossum · 23 years ago
  40. c92a9df Add new encoding for Ukrainian Cyrillic by Neal Norwitz · 23 years ago
  41. 952e735 News about last-minute fix for SF bug 620705 (urlparse). by Guido van Rossum · 23 years ago
  42. c355f91 I'd forgotten that tcsh was the default for 10.1, but SF's 10.1 system by Barry Warsaw · 23 years ago
  43. c5b6997 Add a note about how to successfully complete the tests on MacOSX. by Barry Warsaw · 23 years ago
  44. c6e2b0f Added all the non-doc news for 2.2.2 (final). by Guido van Rossum · 23 years ago
  45. da5661c Add boilerplate for 2.2.2 final. (Will add actual news next.) by Guido van Rossum · 23 years ago
  46. 11caaf9 Make this file identical to the version on the trunk. by Guido van Rossum · 23 years ago
  47. c2e1a8f List specific updates for IDLE. by Raymond Hettinger · 23 years ago
  48. f1446ca Fix a few typos: an extra space; typo in filename; capitalization error by Andrew M. Kuchling · 23 years ago
  49. 9096faf Fix typo. Prepare headers for 2.2.2 final release. by Guido van Rossum · 23 years ago
  50. be36d02 News for 2.2.2b1. I'm exhausted -- this was a multi-hour job of by Guido van Rossum · 23 years ago
  51. 0df0b42 Backport, at the reqest of Kevin Jacobs: by Guido van Rossum · 23 years ago
  52. 5fc952a Update the email package version number. by Barry Warsaw · 23 years ago
  53. d1bb755 Backport: by Michael W. Hudson · 23 years ago
  54. cb462f2 Patch #619352: Update for 2.2.2b1. Install python2 and python2.2. by Martin v. Löwis · 23 years ago
  55. 0f0bcc4 Add a note about the backport of email 2.4 by Barry Warsaw · 23 years ago
  56. 0dddf305 Backport of 1.489: by Guido van Rossum · 23 years ago
  57. bd5ba4b Finish up the random fixes that Raymond started yesterday. by Michael W. Hudson · 23 years ago
  58. f81d49f Add the snake-farm crew. by Guido van Rossum · 23 years ago
  59. df4626f Backport of SF bug # 585792, Invalid mmap crashes Python interpreter by Neal Norwitz · 23 years ago
  60. 55ec86e backport gvanrossum's checkin of revision 1.180 of ACKS by Michael W. Hudson · 23 years ago
  61. 96303ce Fix some endcase bugs in unicode rfind()/rindex() and endswith(). by Guido van Rossum · 23 years ago
  62. 506d6d9 SF bug 595919: popenN return only text mode pipes by Tim Peters · 23 years ago
  63. 5f2f103 News about Neil's fix to correctly invoke __rmul__. by Guido van Rossum · 23 years ago
  64. f75ba0b Backport: by Guido van Rossum · 23 years ago
  65. 8156b90 Attempting to resurrect a dying instance of a new-style class in a by Tim Peters · 23 years ago
  66. b1fb9ab SF bug 578752: COUNT_ALLOCS vs heap types by Tim Peters · 23 years ago
  67. 8625d7e PyNode_AddChild(): Backporting an aggressive over-allocation policy by Tim Peters · 23 years ago
  68. d605adf Fix SF Bug 572567: Memory leak in object comparison by Raymond Hettinger · 23 years ago
  69. 9d21cd7 Backport: by Guido van Rossum · 23 years ago
  70. 7e57639 Record the latest fixes. by Guido van Rossum · 23 years ago
  71. 761037a Backport to 2.2.x: by Guido van Rossum · 23 years ago
  72. 35902e4 Fix typo by Andrew M. Kuchling · 23 years ago
  73. 1c097b7 Backport the following changes: by Walter Dörwald · 23 years ago
  74. ee571fa backport gvanrossum's patch: by Anthony Baxter · 23 years ago
  75. c11ee1e News for new strip method argument. Made the news message a bit by Anthony Baxter · 23 years ago
  76. 4e91ac7 Windows installer: disabled Wise's "delete in-use files" uninstall by Tim Peters · 23 years ago
  77. 19b08d3 SF bug 543148: Memory leak with stackframes + inspect. by Tim Peters · 23 years ago
  78. 0069623 I always forget the release date in here... by Michael W. Hudson · 23 years ago
  79. fc70e4b Updates from Sean Reifschneider. by Michael W. Hudson · 23 years ago
  80. 5b17297 Add bool(), True, False (as ints) for backwards compatibility. by Guido van Rossum · 23 years ago
  81. e5ea439 - A type can now inherit its metatype from its base type. Previously, by Guido van Rossum · 23 years ago
  82. 6741437 Some more news. (There's also a fix to _localemodule.c that I don't by Guido van Rossum · 23 years ago
  83. 7e45ccb Backport half a patch from the trunk. This inherits tp_is_gc from a base class. by Guido van Rossum · 23 years ago
  84. 6c79476 Add note about changes in xml.sax.expatreader. by Fred Drake · 23 years ago
  85. 4f3abd3 SF bug 497854: Short-cuts missing for All Users. by Tim Peters · 23 years ago
  86. a0c13b7 News for SF #535905. by Guido van Rossum · 23 years ago
  87. a4f46e7 Detlef Lannert noticed that I can't type. by Michael W. Hudson · 23 years ago
  88. 308e78c People who tested 2.2.1c1. by Michael W. Hudson · 23 years ago
  89. 4c92fa0 Add another line. by Michael W. Hudson · 23 years ago
  90. 39511d3 A stab at NEWS. by Michael W. Hudson · 23 years ago
  91. 4b9fa73 backport bwarsaw's checkin of revision 4.8 of python-mode.el by Michael W. Hudson · 23 years ago
  92. 984d220 I was just testing you. Neil Norwitz gets the prize. (Fixed a typo by Barry Warsaw · 23 years ago
  93. 2106a4d Added a NEWS item for the fix of SF bug #531966 in the email package. by Barry Warsaw · 23 years ago
  94. 1dbb679 Record 2.2.1c1 release date. by Tim Peters · 23 years ago
  95. 7eac98d A first cut at NEWS for 2.2.1c1. by Michael W. Hudson · 23 years ago
  96. 8967a68 Backport a checkin of Guido's: by Michael W. Hudson · 23 years ago
  97. 98305a0 Take Tim's work on file.truncate out of 2.2.1 again. by Michael W. Hudson · 23 years ago
  98. fe69139 Backport Tim's work on getting file.truncate working better on Win32. by Michael W. Hudson · 23 years ago
  99. 13510e7 backport bwarsaw's checkin of revision 4.7 of python-mode.el by Michael W. Hudson · 23 years ago
  100. 245689c zlib-1.1.4 news. by Tim Peters · 23 years ago