1. 11a859d r88840: Prepare for 2.5.6. by Martin v. Löwis · 14 years ago v2.5.6
  2. cf60858 r88824: Prepare for 2.5.6c1. by Martin v. Löwis · 14 years ago v2.5.6c1
  3. f150930 Add tests for the urllib[2] vulnerability. Change to raise exceptions. by guido@google.com · 14 years ago
  4. 2bc23b8 Add FTP to the allowed url schemes. Add Misc/NEWS. by guido@google.com · 14 years ago
  5. 60a4a90 Issue 22663: fix redirect vulnerability in urllib/urllib2. by guido@google.com · 14 years ago
  6. 3853586 Fix issue11442 - Add a charset parameter to the Content-type to avoid XSS attacks. by Senthil Kumaran · 14 years ago
  7. 4db2c25 Add .hgeol file and fix newlines in the 2.5 branch. by Georg Brandl · 14 years ago
  8. ec2aed6 Prepare for 2.5.5. by Martin v. Löwis · 16 years ago v2.5.5
  9. e7abfd7 Prepare for 2.5.5c2. by Martin v. Löwis · 16 years ago v2.5.5c2
  10. 906e26e Prepare for 2.5.5c1. by Martin v. Löwis · 16 years ago v2.5.5c1
  11. b9c85c1 Issue #7403: logging: Fixed possible race condition in lock creation. by Vinay Sajip · 16 years ago
  12. 4c9c260 #6990: clear threading.local's key only after its thread state is removed: by Philip Jenvey · 16 years ago
  13. b4dc921 Avoid EOFError being passed to the caller (restoring the old behavior). by Lars Gustäbel · 16 years ago
  14. 7623294 Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loop by Lars Gustäbel · 16 years ago
  15. 3b43e46 Prepare for 2.5.4. by Martin v. Löwis · 17 years ago v2.5.4
  16. 3c08e45 Revert patch for #1706039, as it can crash the interpreter. by Martin v. Löwis · 17 years ago
  17. edf1431 Backport of r67908: by Martin v. Löwis · 17 years ago
  18. 3d9eecb Prepare for 2.5.3. by Martin v. Löwis · 17 years ago v2.5.3
  19. 073ff24 Prepare for 2.5.3c1. by Martin v. Löwis · 17 years ago v2.5.3c1
  20. 084486b Issue #1706039: Support continued reading from a file even after EOF was hit. by Martin v. Löwis · 17 years ago
  21. c252d9b Issue #3767: Convert Tk object to string in tkColorChooser. by Martin v. Löwis · 17 years ago
  22. afb0dab Backport of r59654. Issue #4342: Always convert Text.index result to string. by Martin v. Löwis · 17 years ago
  23. e9859df Issue 3248: Allow placing ScrolledText in a PanedWindow. by Martin v. Löwis · 17 years ago
  24. 358076f Backport of r66703: by Martin v. Löwis · 17 years ago
  25. 46d4106 Issue #4228: Pack negative values the same way as 2.4 in struct's L format. by Martin v. Löwis · 17 years ago
  26. 3f12278 Issue #4084: fix bug in handling of NaNs in Decimal.max, Decimal.min, by Mark Dickinson · 17 years ago
  27. 2443efb #4259: update the URL pattern for module documentation by Andrew M. Kuchling · 17 years ago
  28. 6f5d3f3 Backport issue 4597 to python 2.5.3: Fixed several opcodes that weren't always by Jeffrey Yasskin · 17 years ago
  29. 6f63190 Issue #4302: Minor corrections to smtplib. (Backport r60975) by Hirokazu Yamamoto · 17 years ago
  30. 478a1aa Backported issue #4589 to Python 2.5.3: Propagated an exception thrown by a by Jeffrey Yasskin · 17 years ago
  31. ef633d7 #4317: Fix an Array Bounds Read in imageop.rgb2rgb8. by Amaury Forgeot d'Arc · 17 years ago
  32. 42fe1a2 backport r67246 from the trunk by Benjamin Peterson · 17 years ago
  33. b9433b5 Backport r66813: per Greg Ward, optparse is no longer being externally maintained. by Andrew M. Kuchling · 17 years ago
  34. 8b2b756 Backport r66804: #1415508 from Rocky Bernstein: add docstrings for enable_interspersed_args(), disable_interspersed_args() by Andrew M. Kuchling · 17 years ago
  35. 007ee17 Issue #3774: Fixed an error when create a Tkinter menu item without command by Hirokazu Yamamoto · 17 years ago
  36. 6f08e85 backport r67077 from the trunk: parser module now correctly validates relative imports by Benjamin Peterson · 17 years ago
  37. 3b335ff Issue #4176: Pickle would crash the interpreter when a __reduce__ function by Amaury Forgeot d'Arc · 17 years ago
  38. 833beab backport r66689: imageop could segfault due to poor argument validation by Benjamin Peterson · 17 years ago
  39. a702fd5 Fix issue #3547 for MingW, update comments (backport from trunk). by Thomas Heller · 17 years ago
  40. 70f1192d Backport of r66677: _lsprof crasher when a bad external timer is used during by Brett Cannon · 17 years ago
  41. b50f992 #3967: Correct a crash in count() and find() methods of string-like objects. by Amaury Forgeot d'Arc · 17 years ago
  42. 4235e6f #3968: fix missing update() call in end_fill(). by Georg Brandl · 17 years ago
  43. 00d7143 #3969: fix typo in turtle.py. by Georg Brandl · 17 years ago
  44. d1c7d07 make sure to give a 'as' and 'with' parser warning even after import statements #3936 by Benjamin Peterson · 17 years ago
  45. 8e97ea9 Fix issue #3547: ctypes is confused by bitfields of varying integer types by Thomas Heller · 17 years ago
  46. c610afb backport r66496: integer overflow in _hashopenssl #3886 by Benjamin Peterson · 17 years ago
  47. 308334d Issue #3804: Added test for Issue #2222. Reviewed by Benjamin Peterson. by Hirokazu Yamamoto · 17 years ago
  48. 34c6881 Backport of r66275/r66274 from trunk/py3k. This is the last bit of by Gregory P. Smith · 17 years ago
  49. f4e2ccf Issue #3762: platform.architecture() fails if python is lanched via its symbolic link. by Hirokazu Yamamoto · 17 years ago
  50. afa0d58 Issue #3751: str.rpartition would perform a left-partition when called with by Amaury Forgeot d'Arc · 17 years ago
  51. 50b1c49 backport r66093 from trunk. by Gregory P. Smith · 17 years ago
  52. efbf6fc let Windows bots pass on test_threading by Benjamin Peterson · 17 years ago
  53. 8a8bfa0 Issue #1342811: Fixed broken patch. by Robert Schuppenies · 17 years ago
  54. 4806404 Reverted r65902. See http://mail.python.org/pipermail/python-checkins/2008-August/073116.html by Hirokazu Yamamoto · 17 years ago
  55. 534c6e6 Backport r65900: fixed get_file_system in test_os.py ('path' is unicode on py3k and ansi on trunk) by Hirokazu Yamamoto · 17 years ago
  56. 275e229 issue #3554: ctypes.string_at and ctypes.wstring_at must use the by Thomas Heller · 17 years ago
  57. 22679b8 Issue #2234: distutils failed with mingw binutils 2.18.50.20080109. by Amaury Forgeot d'Arc · 17 years ago
  58. 7a076be Backport of r64767 from trunk by Gregory P. Smith · 17 years ago
  59. 5e8dc97 Backport of r65032 from trunk by Gregory P. Smith · 17 years ago
  60. 1576bab #3134: shutil referenced undefined WindowsError symbol (backport from r65644) by Georg Brandl · 17 years ago
  61. 45c33ce - Issue #3537: Fix an assertion failure when an empty but presized dict by Georg Brandl · 17 years ago
  62. 78813dc Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to by Robert Schuppenies · 17 years ago
  63. 7641b1c (backport from trunk r64756) by Gregory P. Smith · 17 years ago
  64. 03e5182 (backport of r61652 and r61665 from trunk) by Gregory P. Smith · 17 years ago
  65. b4bc9b9 (backport r65459 from trunk) by Gregory P. Smith · 17 years ago
  66. c7af7f3 Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap by Martin v. Löwis · 17 years ago
  67. 4f3be8a Security patches from Apple: prevent int overflow when allocating memory by Neal Norwitz · 17 years ago
  68. c8e4bed #2242: utf7 decoding crashes on bogus input on some Windows/MSVC versions by Antoine Pitrou · 17 years ago
  69. ab396e0 Issue #3360: Fix incorrect parsing of '020000000000.0'. by Mark Dickinson · 17 years ago
  70. ff93157 Backport of 64903. by Brett Cannon · 17 years ago
  71. f8f30fa Backport r62627 + r62744 from trunk to fix issue 2632. by Gregory P. Smith · 17 years ago
  72. 6d7f937 Backport of r64677. by Brett Cannon · 17 years ago
  73. b15bdf7 #Issue3088 in-progress: Race condition with instances of classes derived from threading.local: by Amaury Forgeot d'Arc · 17 years ago
  74. ceda6a6 #3242: fix a crash in "print", if sys.stdout is set to a custom object, by Amaury Forgeot d'Arc · 17 years ago
  75. 3255e13 Issue 3110: Crash with weakref subclass, by Amaury Forgeot d'Arc · 17 years ago
  76. d297f1a #3117: backport r55087, fixes segfault with lambda (None,): None. by Georg Brandl · 17 years ago
  77. 7eb4a82 Fix tkinter sequence passing. #2906. Backport from r63914. by Georg Brandl · 17 years ago
  78. 2666040 Backport r62724 from trunk. Fixes issue 2791. subprocess.Popen.communicate by Gregory P. Smith · 17 years ago
  79. 1a34834 Backport r63776: tkinter fixes. by Georg Brandl · 17 years ago
  80. 5212da1 Patch #2111: Avoid mmap segfault when modifying a PROT_READ block. by Martin v. Löwis · 17 years ago
  81. 09d374f #2803: fix heappush invocation (backport). by Georg Brandl · 17 years ago
  82. c0c3914 Backport of revision 62854 by Ronald Oussoren · 17 years ago
  83. fbc190a Fix os.walk docstring example - issue2707 by Gregory P. Smith · 17 years ago
  84. fb30cdb Fix issue 2520 (cannot import macerrors) by Ronald Oussoren · 17 years ago
  85. 7fd29f0 Backport of revision 62648 by Ronald Oussoren · 17 years ago
  86. 8d904c3 Issue #2670: urllib2.build_opener() failed when two handlers by Amaury Forgeot d'Arc · 17 years ago
  87. f305bd3 Issue 2665: On Windows, sys.stderr does not contain a valid file when running without a console. by Amaury Forgeot d'Arc · 17 years ago
  88. f623467 Merge r62235 from trunk. by Gregory P. Smith · 17 years ago
  89. 8432d86 Fix a reference leak found by Georg, when compiling a class nested in another class. by Amaury Forgeot d'Arc · 17 years ago
  90. 198e353 Issue2495: tokenize.untokenize did not insert space between two consecutive string literals: by Amaury Forgeot d'Arc · 17 years ago
  91. bfdbfd4 Issue #2482: Make sure that the coefficient of a Decimal instance by Mark Dickinson · 17 years ago
  92. 26c25d9 Decimal.sqrt(0) failed when the context was not explicitly supplied. by Mark Dickinson · 17 years ago
  93. a79e050 #1477: ur'\U0010FFFF' used to raise in narrow unicode builds. by Amaury Forgeot d'Arc · 17 years ago
  94. d9b9d68 Issue #2432: give DictReader the dialect and line_num attributes by Georg Brandl · 17 years ago
  95. 4af861c Back-port of rev 61240 for issue #2238, fixing: Some syntax errors in *args by Sean Reifscheider · 17 years ago
  96. 631df75 Backport r61450 from trunk: by Gregory P. Smith · 17 years ago
  97. 549171e The behaviour of winsound.Beep() seems to differ between different versions of Windows when there's either: by Trent Nelson · 17 years ago
  98. a6f5bf2 Ensure this test passes even if there are no soundcards in the system. Backport from trunk r61242. by Trent Nelson · 17 years ago
  99. 756c6c8 #1021: fix a bug to allow basicConfig to accept NOTSET as a level. by Vinay Sajip · 17 years ago
  100. 3662c90 Backport r61286 adding GC to the grouper for itertools.groupby() fixing Issue 2246. by Raymond Hettinger · 17 years ago