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