1. 4556e7e Prepare for 2.4.6. by Martin v. Löwis · 17 years ago v2.4.6
  2. bc160b7 - Mention CVE-2008-5031 in issue #4469. by Matthias Klose · 17 years ago
  3. 8578803 Add 2.4.6 final section. by Martin v. Löwis · 17 years ago
  4. 3873dbd Tagging for release of Python 2.4.6c1 by Martin v. Löwis · 17 years ago
  5. 3b9c0f4 Add 2.4.6 uuids. by Martin v. Löwis · 17 years ago v2.4.6c1
  6. cc4e066 Prepare for 2.4.6c1. by Martin v. Löwis · 17 years ago
  7. 9b8de84 Backported r55839 and r61350 by Martin v. Löwis · 17 years ago
  8. aec20a6 - Tools/faqwiz/move-faqwiz.sh: Fix unsecure use of temporary files. by Matthias Klose · 17 years ago
  9. a5f3ceb #4317: Fix an Array Bounds Read in imageop.rgb2rgb8. by Amaury Forgeot d'Arc · 17 years ago
  10. 900fb20 update svn:ignore here by Benjamin Peterson · 17 years ago
  11. 38ce9c2 backport the security fix part of r67246 by Benjamin Peterson · 17 years ago
  12. 3a87f93 - Security Issue #2: imageop did not validate arguments correctly and could by Matthias Klose · 17 years ago
  13. b7cfda1 - Issue #2587: In the C API, PyString_FromStringAndSize() takes a signed size by Matthias Klose · 17 years ago
  14. 8af5d57 - Issues #2588, #2589: Fix potential integer underflow and overflow by Matthias Klose · 17 years ago
  15. 01feb5a - Issue #2586: Fix CVE-2008-1721, zlib crash from by Matthias Klose · 17 years ago
  16. 8ad5f45 - Issue #1179: Fix CVE-2007-4965 and CVE-2008-1679, multiple integer by Matthias Klose · 17 years ago
  17. 1596ed9 - Moved entries added after the 2.4.5 release to a new 2.4.6. entry. by Matthias Klose · 17 years ago
  18. b93d7d5 Security patches from Apple: prevent int overflow when allocating memory by Neal Norwitz · 17 years ago
  19. 46b3a79 Backport r65182. This change modified from using the unsigned max value by Neal Norwitz · 17 years ago
  20. 5cdbf77 Tag 2.4.5. by Martin v. Löwis · 17 years ago
  21. 50d55ff Prepare for 2.4.5 by Martin v. Löwis · 17 years ago v2.4.5
  22. d487aa1 Tagging for release of Python 2.4.5c1 by Martin v. Löwis · 17 years ago
  23. ae1c290 Prepare for 2.4.5c1 by Martin v. Löwis · 17 years ago v2.4.5c1
  24. c8ed4ff Backport of r60793: by Martin v. Löwis · 17 years ago
  25. 0cc3ea6 Revert the following revisions, as they don't fix security by Martin v. Löwis · 17 years ago
  26. 0e42f0e Backport r60104 + r60111 from trunk. by Gregory P. Smith · 17 years ago
  27. 80ebe95 Bug #1321: Fixed logic error in TimedRotatingFileHandler.__init__() by Vinay Sajip · 18 years ago
  28. 85375ee - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 by Matthias Klose · 18 years ago
  29. 042e514 - fix build error with the findCaller backport by Matthias Klose · 18 years ago
  30. 01b20ec Add uuids for upcoming 2.4.5 release. by Martin v. Löwis · 18 years ago
  31. 6906f93 MacOS build script: by Ronald Oussoren · 18 years ago
  32. ac90ca8 Fix for Windows: close a temporary file before trying to delete it. by Hye-Shik Chang · 18 years ago
  33. bc7902f (Backport from r55770) by Hye-Shik Chang · 18 years ago
  34. 1eb58d8 Updated documentation for SysLogHandler (#1720726). by Vinay Sajip · 18 years ago
  35. 8ceecd3 Updated documentation for SysLogHandler (#1720726). by Vinay Sajip · 18 years ago
  36. 26e2439 Updated findCaller documentation. by Vinay Sajip · 18 years ago
  37. 05d9f30 HTML-escape the plain traceback in cgitb's HTML output, to prevent by Georg Brandl · 18 years ago
  38. 0c0d949 Backported r51621 from p3yk: by Thomas Wouters · 18 years ago
  39. 0454bc2 Minor fix for currentframe (SF #1652788). by Vinay Sajip · 18 years ago
  40. fd8367f backport: fix trace.py --ignore-dir by Skip Montanaro · 18 years ago
  41. 1e42ab6 Backport trunk revision 53527: by Thomas Wouters · 18 years ago
  42. 741e0bb Fixed bug in fileConfig where _handlerList was not being cleared. (SF #1632328) by Vinay Sajip · 18 years ago
  43. e518551 Backported change in shutdown(); now takes an optional handler-list argument. by Vinay Sajip · 18 years ago
  44. 1223a40 - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092). by Matthias Klose · 18 years ago
  45. dbc6826 - Make the documentation match the code and the docstring by Matthias Klose · 18 years ago
  46. 7c6e470 Bug #1590891: random.randrange don't return correct value for big number by Raymond Hettinger · 19 years ago
  47. ddf3da8 Patch by "cuppatea" (SF #1503765) by Vinay Sajip · 19 years ago
  48. e22f261 Patch by Jeremy Katz (SF #1609407) by Vinay Sajip · 19 years ago
  49. eff853c Backport of r52862. by Armin Rigo · 19 years ago
  50. 33d34e7 Jython compatibility fix: if uu.decode() opened its output file, be sure to by Andrew M. Kuchling · 19 years ago
  51. 0866c8b Add extra SHA tests by Andrew M. Kuchling · 19 years ago
  52. ce7cc4c backport of revision 52644 by Ronald Oussoren · 19 years ago
  53. d8df714 Point users to the subprocess module in the docs for os.system, os.spawn*, os.popen2, and the popen2 and commands modules by Andrew M. Kuchling · 19 years ago
  54. 40e0d6f [Bug #1542016] Report PCALL_POP value. This makes the return value of sys.callstats() match its docstring. by Andrew M. Kuchling · 19 years ago
  55. c08018a Add sections for a hypothetical future 2.4.5 release by Andrew M. Kuchling · 19 years ago
  56. a9e85bd [Bug #1562583] Mention the set_reuse_addr() method by Andrew M. Kuchling · 19 years ago
  57. e250562 [Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation. Reported by David Faure. by Andrew M. Kuchling · 19 years ago
  58. 2e96ffc Tagging for release of Python 2.4.4 by Anthony Baxter · 19 years ago
  59. 8022fee regenerating tag. by Anthony Baxter · 19 years ago v2.4.4
  60. b499eec Bump buildno for 2.4.4. by Martin v. Löwis · 19 years ago
  61. 0d15557 Tagging for release of Python 2.4.4 by Anthony Baxter · 19 years ago
  62. 1fad0cd preparing for 2.4.4 final by Anthony Baxter · 19 years ago
  63. 5bc27d5 - Bug #1578513: Cross compilation was broken by a change to configure. by Anthony Baxter · 19 years ago
  64. 2d3814e Tagging for release of Python 2.4.4c1 by Anthony Baxter · 19 years ago
  65. 84332f9 what month is it again? I get confused... by Anthony Baxter · 19 years ago v2.4.4c1
  66. 126ba44 preparing for 2.4.4c1 by Anthony Baxter · 19 years ago
  67. 8bc45db note the previous checkin by Anthony Baxter · 19 years ago
  68. c5e1e15 Note that there are no longer warnings when building by Tim Peters · 19 years ago
  69. 3d62ffe Backport 50567 by Anthony Baxter · 19 years ago
  70. ad7dd88 Ignore libcmt, not msvcrt. by Martin v. Löwis · 19 years ago
  71. f46d5d3 Update distutils version number to match the library version number by Anthony Baxter · 19 years ago
  72. 6f2b80d fix permission problem in the generated installer by Ronald Oussoren · 19 years ago
  73. 0af9b87 Backport rev 51262 from trunk -- squashes a compiler warning on Windows by Tim Peters · 19 years ago
  74. 99887e1 Move fetching of encoding test files from the end of the by Tim Peters · 19 years ago
  75. 2b37ea4 Backport of the pieces of trunk rev 46589 relevant to by Tim Peters · 19 years ago
  76. b8f82e6 Backport r45505, r45573, r45576 by Martin v. Löwis · 19 years ago
  77. 2fafa25 [Partial backport of r45947 | neal.norwitz] by Andrew M. Kuchling · 19 years ago
  78. cebdc5e [Partial backport of r45947 | neal.norwitz] by Andrew M. Kuchling · 19 years ago
  79. e0235ae [Backport r42951 | guido.van.rossum] by Andrew M. Kuchling · 19 years ago
  80. 2a3d88c [Bug #1545341] Let the 'classifiers' parameter be a tuple as well as a list. by Andrew M. Kuchling · 19 years ago
  81. c881bb9 Backport of r52238 by Ronald Oussoren · 19 years ago
  82. 2dfc23d Backport of missing part of r52229 by Ronald Oussoren · 19 years ago
  83. 392cafb Port of universal binary support for Mac OSX from python 2.5. This takes away by Ronald Oussoren · 19 years ago
  84. 16ca35a Move an old news entry about cjkcodecs to the right place; "Extension Modules". by Hye-Shik Chang · 19 years ago
  85. 2d09be9 Backport from trunk r52223: by Hye-Shik Chang · 19 years ago
  86. 78754c1 [Backport r43695 | neal.norwitz] by Andrew M. Kuchling · 19 years ago
  87. bec63ce [Backport r46044 | neal.norwitz] by Andrew M. Kuchling · 19 years ago
  88. 5e27a6c [Backport r46602 | neal.norwitz] by Andrew M. Kuchling · 19 years ago
  89. 08d7a49 Case fixes by Andrew M. Kuchling · 19 years ago
  90. 5cef0bb Add user32.lib to the libraries. Fixes #1571023. by Martin v. Löwis · 19 years ago
  91. d176806 - update links - remove Sleepycat name now that they have been bought by Fred Drake · 19 years ago
  92. 15db383 Include sgml_input.html. by Martin v. Löwis · 19 years ago
  93. 3e35669 [Backport r50679 | neal.norwitz. This is the last Klocwork bug to be by Andrew M. Kuchling · 19 years ago
  94. 32f378b [Backport r50681 | neal.norwitz] by Andrew M. Kuchling · 19 years ago
  95. 20cc6be [Backport r51222 | neal.norwitz -- if you hack the code to set r=NULL, by Andrew M. Kuchling · 19 years ago
  96. 6d0bc3e [Backport r51246 | neal.norwitz] by Andrew M. Kuchling · 19 years ago
  97. 154a884 [Backport r51221 | neal.norwitz -- the original commit message is wrong; by Andrew M. Kuchling · 19 years ago
  98. 720ea07 [Backport r51220 | neal.norwitz] by Andrew M. Kuchling · 19 years ago
  99. e67841f [Backport r50685 | neal.norwitz] by Andrew M. Kuchling · 19 years ago
  100. da604c1 [Backport r50783 | neal.norwitz. The bytes_left code is complicated, by Andrew M. Kuchling · 19 years ago