1. e80cf5a Tagging for release of Python 2.5.5 by Martin v. Löwis · 15 years ago
  2. ec2aed6 Prepare for 2.5.5. by Martin v. Löwis · 15 years ago
  3. 7fa0572 Tagging for release of Python 2.5.5c2 by Martin v. Löwis · 15 years ago
  4. e7abfd7 Prepare for 2.5.5c2. by Martin v. Löwis · 15 years ago
  5. b8ec8a4 - expat: Fix DoS via malformed XML (CVE-2009-3720). by Matthias Klose · 15 years ago
  6. 166f808 - Fix DoS via XML document with malformed UTF-8 sequences (CVE_2009_3560). by Matthias Klose · 15 years ago
  7. 8cd94b4 Tagging for release of Python 2.5.5c1 by Martin v. Löwis · 15 years ago
  8. 906e26e Prepare for 2.5.5c1. by Martin v. Löwis · 15 years ago
  9. a822768 Restore the svn property changes in r76754 by Mark Dickinson · 15 years ago
  10. 02d3dcd Issue #7470: logging: fix bug in Unicode encoding fallback. by Vinay Sajip · 15 years ago
  11. b9c85c1 Issue #7403: logging: Fixed possible race condition in lock creation. by Vinay Sajip · 15 years ago
  12. 4c9c260 #6990: clear threading.local's key only after its thread state is removed: by Philip Jenvey · 15 years ago
  13. b4dc921 Avoid EOFError being passed to the caller (restoring the old behavior). by Lars Gustäbel · 15 years ago
  14. 7623294 Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loop by Lars Gustäbel · 15 years ago
  15. f73bf85 News for issue 5389 fix. by Guido van Rossum · 15 years ago
  16. c261e48 Avoid potential for undefined variable 'startinpos' in PyUnicode_DecodeUTF7(). by Guido van Rossum · 15 years ago
  17. 2a67a84 Tagging for release of Python 2.5.4 by Martin v. Löwis · 16 years ago
  18. 3b43e46 Prepare for 2.5.4. by Martin v. Löwis · 16 years ago
  19. 8ba4cc9 Issue #4689: Fix typo. by Martin v. Löwis · 16 years ago
  20. 3c08e45 Revert patch for #1706039, as it can crash the interpreter. by Martin v. Löwis · 16 years ago
  21. edf1431 Backport of r67908: by Martin v. Löwis · 16 years ago
  22. b90b144 Post 2.5.3. by Martin v. Löwis · 16 years ago
  23. f7702ad Tagging for release of Python 2.5.3 by Martin v. Löwis · 16 years ago
  24. 3d9eecb Prepare for 2.5.3. by Martin v. Löwis · 16 years ago
  25. e467f43 Build against system Tcl framework. by Martin v. Löwis · 16 years ago
  26. 20fde66 In the OSX installer, update SQLite to 3.6.7, and change bsddb URL. by Martin v. Löwis · 16 years ago
  27. d6e258a Add 2.5.3 final section. by Martin v. Löwis · 16 years ago
  28. 9fb554f Tagging for release of Python 2.5.3c1 by Martin v. Löwis · 16 years ago
  29. 073ff24 Prepare for 2.5.3c1. by Martin v. Löwis · 16 years ago
  30. 0896d3e Add 2.5.3. by Martin v. Löwis · 16 years ago
  31. 084486b Issue #1706039: Support continued reading from a file even after EOF was hit. by Martin v. Löwis · 16 years ago
  32. 710fb8b Issue #1040026: Fix os.times result on systems where HZ is incorrect. by Martin v. Löwis · 16 years ago
  33. c252d9b Issue #3767: Convert Tk object to string in tkColorChooser. by Martin v. Löwis · 16 years ago
  34. afb0dab Backport of r59654. Issue #4342: Always convert Text.index result to string. by Martin v. Löwis · 16 years ago
  35. 8a64048 Backport of r64212 by Martin v. Löwis · 16 years ago
  36. e9859df Issue 3248: Allow placing ScrolledText in a PanedWindow. by Martin v. Löwis · 16 years ago
  37. 358076f Backport of r66703: by Martin v. Löwis · 16 years ago
  38. 46d4106 Issue #4228: Pack negative values the same way as 2.4 in struct's L format. by Martin v. Löwis · 16 years ago
  39. ec96c02 Issue #4368: Don't define _XOPEN_SOURCE on FreeBSD 4.*. by Martin v. Löwis · 16 years ago
  40. 67feec8 Issue #4446: Add platforms keyword. by Martin v. Löwis · 16 years ago
  41. 3f12278 Issue #4084: fix bug in handling of NaNs in Decimal.max, Decimal.min, by Mark Dickinson · 16 years ago
  42. 2443efb #4259: update the URL pattern for module documentation by Andrew M. Kuchling · 16 years ago
  43. 6f5d3f3 Backport issue 4597 to python 2.5.3: Fixed several opcodes that weren't always by Jeffrey Yasskin · 16 years ago
  44. 6f63190 Issue #4302: Minor corrections to smtplib. (Backport r60975) by Hirokazu Yamamoto · 16 years ago
  45. 478a1aa Backported issue #4589 to Python 2.5.3: Propagated an exception thrown by a by Jeffrey Yasskin · 16 years ago
  46. 05e9c9d - Tools/faqwiz/move-faqwiz.sh: Fix unsecure use of temporary files by Matthias Klose · 16 years ago
  47. 1bd74de backport r67373: checking for errors from NEW_IDENTIFIER by Benjamin Peterson · 16 years ago
  48. ef633d7 #4317: Fix an Array Bounds Read in imageop.rgb2rgb8. by Amaury Forgeot d'Arc · 16 years ago
  49. 42fe1a2 backport r67246 from the trunk by Benjamin Peterson · 16 years ago
  50. a8629ce regenerate configure by Benjamin Peterson · 16 years ago
  51. 99b67fa #4316: configure.in markup fix (backport from r67227). by Georg Brandl · 16 years ago
  52. b9433b5 Backport r66813: per Greg Ward, optparse is no longer being externally maintained. by Andrew M. Kuchling · 16 years ago
  53. 8b2b756 Backport r66804: #1415508 from Rocky Bernstein: add docstrings for enable_interspersed_args(), disable_interspersed_args() by Andrew M. Kuchling · 16 years ago
  54. 007ee17 Issue #3774: Fixed an error when create a Tkinter menu item without command by Hirokazu Yamamoto · 16 years ago
  55. 6f08e85 backport r67077 from the trunk: parser module now correctly validates relative imports by Benjamin Peterson · 16 years ago
  56. 3b335ff Issue #4176: Pickle would crash the interpreter when a __reduce__ function by Amaury Forgeot d'Arc · 16 years ago
  57. 3e06fae Modify ctypes types with 'official' functions. Backport from trunk, by Thomas Heller · 16 years ago
  58. 1412185 backport a fix for setup.py's -R by Benjamin Peterson · 16 years ago
  59. f805276 Issue #4046: Backport of issue #3312's patch: fixes two crashes in the sqlite3 by Gerhard Häring · 16 years ago
  60. bab0f2f Fix a refleak introduced by r66678 (backport of r66700). by Brett Cannon · 16 years ago
  61. 833beab backport r66689: imageop could segfault due to poor argument validation by Benjamin Peterson · 16 years ago
  62. a702fd5 Fix issue #3547 for MingW, update comments (backport from trunk). by Thomas Heller · 16 years ago
  63. 70f1192d Backport of r66677: _lsprof crasher when a bad external timer is used during by Brett Cannon · 16 years ago
  64. b50f992 #3967: Correct a crash in count() and find() methods of string-like objects. by Amaury Forgeot d'Arc · 16 years ago
  65. 4235e6f #3968: fix missing update() call in end_fill(). by Georg Brandl · 16 years ago
  66. 00d7143 #3969: fix typo in turtle.py. by Georg Brandl · 16 years ago
  67. d1c7d07 make sure to give a 'as' and 'with' parser warning even after import statements #3936 by Benjamin Peterson · 16 years ago
  68. 8e97ea9 Fix issue #3547: ctypes is confused by bitfields of varying integer types by Thomas Heller · 16 years ago
  69. a7a94a0 Backport r66141 from trunk: by Gregory P. Smith · 16 years ago
  70. c610afb backport r66496: integer overflow in _hashopenssl #3886 by Benjamin Peterson · 16 years ago
  71. 308334d Issue #3804: Added test for Issue #2222. Reviewed by Benjamin Peterson. by Hirokazu Yamamoto · 16 years ago
  72. 37ab186 reran autoconf by Gregory P. Smith · 16 years ago
  73. 8e1ddee backport r66295 from trunk (small fix to the previous backport) by Gregory P. Smith · 16 years ago
  74. cae7f88 rerun autoconf after r66288, add the Misc/NEWS entry. by Gregory P. Smith · 16 years ago
  75. e01a0cd backport r66179 and r66283 from trunk: by Gregory P. Smith · 16 years ago
  76. 34c6881 Backport of r66275/r66274 from trunk/py3k. This is the last bit of by Gregory P. Smith · 16 years ago
  77. 6477350 Add NEWS by Hirokazu Yamamoto · 16 years ago
  78. f4e2ccf Issue #3762: platform.architecture() fails if python is lanched via its symbolic link. by Hirokazu Yamamoto · 16 years ago
  79. afa0d58 Issue #3751: str.rpartition would perform a left-partition when called with by Amaury Forgeot d'Arc · 16 years ago
  80. 50b1c49 backport r66093 from trunk. by Gregory P. Smith · 16 years ago
  81. efbf6fc let Windows bots pass on test_threading by Benjamin Peterson · 16 years ago
  82. 8a8bfa0 Issue #1342811: Fixed broken patch. by Robert Schuppenies · 16 years ago
  83. 4806404 Reverted r65902. See http://mail.python.org/pipermail/python-checkins/2008-August/073116.html by Hirokazu Yamamoto · 16 years ago
  84. f5150f3 News for the imageop/rgbimg changes. by Guido van Rossum · 16 years ago
  85. 534c6e6 Backport r65900: fixed get_file_system in test_os.py ('path' is unicode on py3k and ansi on trunk) by Hirokazu Yamamoto · 16 years ago
  86. 4df1b6d Issue 1179: [CVE-2007-4965] Integer overflow in imageop module. by Guido van Rossum · 16 years ago
  87. 275e229 issue #3554: ctypes.string_at and ctypes.wstring_at must use the by Thomas Heller · 16 years ago
  88. 22679b8 Issue #2234: distutils failed with mingw binutils 2.18.50.20080109. by Amaury Forgeot d'Arc · 16 years ago
  89. 7a076be Backport of r64767 from trunk by Gregory P. Smith · 16 years ago
  90. 5e8dc97 Backport of r65032 from trunk by Gregory P. Smith · 16 years ago
  91. 1d63a45 I forgot to update NEWS. by Hirokazu Yamamoto · 16 years ago
  92. 50c6072 Backport r65745: Issue #2222: Fixed reference leak when occured by Hirokazu Yamamoto · 16 years ago
  93. f0a4163 Issue #2065: VC6 related fix. by Hirokazu Yamamoto · 16 years ago
  94. e71268f #3205: bz2 iterator fails silently on MemoryError (backport from r65609) by Georg Brandl · 16 years ago
  95. 0322154 Backport r60148 and r65481: sanity checks to avoid infinite loops. by Georg Brandl · 16 years ago
  96. 1576bab #3134: shutil referenced undefined WindowsError symbol (backport from r65644) by Georg Brandl · 16 years ago
  97. 45c33ce - Issue #3537: Fix an assertion failure when an empty but presized dict by Georg Brandl · 16 years ago
  98. 78813dc Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to by Robert Schuppenies · 16 years ago
  99. 7641b1c (backport from trunk r64756) by Gregory P. Smith · 16 years ago
  100. 03e5182 (backport of r61652 and r61665 from trunk) by Gregory P. Smith · 16 years ago