1. 84332f9 what month is it again? I get confused... by Anthony Baxter · 19 years ago v2.4.4c1
  2. 126ba44 preparing for 2.4.4c1 by Anthony Baxter · 19 years ago
  3. f46d5d3 Update distutils version number to match the library version number by Anthony Baxter · 19 years ago
  4. 2b37ea4 Backport of the pieces of trunk rev 46589 relevant to by Tim Peters · 19 years ago
  5. b8f82e6 Backport r45505, r45573, r45576 by Martin v. Löwis · 19 years ago
  6. 2a3d88c [Bug #1545341] Let the 'classifiers' parameter be a tuple as well as a list. by Andrew M. Kuchling · 19 years ago
  7. 392cafb Port of universal binary support for Mac OSX from python 2.5. This takes away by Ronald Oussoren · 19 years ago
  8. 2d09be9 Backport from trunk r52223: by Hye-Shik Chang · 19 years ago
  9. 1af9f68 [Backport r51248 | neal.norwitz] by Andrew M. Kuchling · 19 years ago
  10. b2d0f34 A review of overflow-detecting code in the 2.4 branch. by Armin Rigo · 19 years ago
  11. 98041d7 Fix integer negation and absolute value to not rely by Martin v. Löwis · 19 years ago
  12. e346a73 decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense to by Barry Warsaw · 19 years ago
  13. 9569ea3 [Backport rev. 51728 by neal.norwitz] by Andrew M. Kuchling · 19 years ago
  14. 4b32cdd Back out r52076, it's causing the buildbots to fail because of test_charmapcodec. by Georg Brandl · 19 years ago
  15. cae0a86 Bug #1446043: correctly raise a LookupError if an encoding name given by Georg Brandl · 19 years ago
  16. 16e469b Bug #1556784: allow format strings longer than 127 characters in by Georg Brandl · 19 years ago
  17. ee2940d Bug #1560617: in pyclbr, return full module name not only for classes, by Georg Brandl · 19 years ago
  18. 86b66b9 Bug #1566602: correct failure of posixpath unittest when $HOME ends by Georg Brandl · 19 years ago
  19. adf8a1d Patch #1567691: super() and new.instancemethod() now don't accept by Georg Brandl · 19 years ago
  20. c138772 [Backport rev. 46882 by neal.norwitz] by Andrew M. Kuchling · 19 years ago
  21. f21bdb4 [Backport rev. 38534 by loewis] by Andrew M. Kuchling · 19 years ago
  22. 27d7e8d Backport 51850 from release25-maint branch. by Neal Norwitz · 19 years ago
  23. 56b5458 Backport from trunk r51737: by Hye-Shik Chang · 19 years ago
  24. e00ffff Fix missing import of the types module in logging.config. by Georg Brandl · 19 years ago
  25. ba8522a Backport trunk's revision 51565: by Thomas Wouters · 19 years ago
  26. 79ba8e5 Backport rev 51448: by Georg Brandl · 19 years ago
  27. ee76a56 Add an additional test: BZ2File write methods should raise IOError by Georg Brandl · 19 years ago
  28. 28930e4 Patch #1535500: fix segfault in BZ2File.writelines and make sure it by Georg Brandl · 19 years ago
  29. 1f2e503 Backport whitespace-normalization-proofing test_cgi fix. by Georg Brandl · 19 years ago
  30. 8aab37e Chris McDonough's patch to defend against certain DoS attacks on FieldStorage. by Georg Brandl · 19 years ago
  31. b302323 Backport fixes for #1523610 (crashes in PyArg_ParseTuple): by Georg Brandl · 19 years ago
  32. f6f89e6 memcmp() can return values other than -1, 0, and +1 but tp_compare must not. by Thomas Heller · 19 years ago
  33. cc09e42 Don't produce output in test_builtin. (backport from rev. 51131) by Georg Brandl · 19 years ago
  34. 4eb9634 Bug #1535165: fixed a segfault in input() and raw_input() when by Georg Brandl · 19 years ago
  35. 33b621c Bug #1535182: really test the xreadlines() method of bz2 objects. by Georg Brandl · 19 years ago
  36. c005e2e Complain about missing VS 2003 in the error message by Martin v. Löwis · 19 years ago
  37. 9e59967e Patch #1529686: run test_iterlen and test_email_codecs in 2.4. by Georg Brandl · 19 years ago
  38. 0738db2 Backport r50840 to Python 2.4: by Barry Warsaw · 19 years ago
  39. 0736c53 - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename by Gregory P. Smith · 19 years ago
  40. f7664cd Merge rev 50882 from the trunk. by Tim Peters · 19 years ago
  41. e5db059 Oops, this time, really bump the email version number to 3.0.2. by Barry Warsaw · 19 years ago
  42. b7e173e Port r50754 to Python 2.4/email 3.0. Bump the email version number to 3.0.2. by Barry Warsaw · 19 years ago
  43. 04e38d9 Put method-wrappers into trashcan. Fixes #927248. by Martin v. Löwis · 19 years ago
  44. 4b2c20d Patch #825417: Fix timeout processing in expect, read_until. by Martin v. Löwis · 19 years ago
  45. 35194d4 Bug #1267547: Put proper recursive setup.py call into the by Martin v. Löwis · 19 years ago
  46. 92b658c SF bug #1504333: sgmlib should allow angle brackets in quoted values by Fred Drake · 19 years ago
  47. 7622093 Removed buggy exception handling in doRollover of rotating file handlers. Exceptions now propagate to caller. by Vinay Sajip · 19 years ago
  48. 44b0193 - SF bug #853506: IP6 address parsing in sgmllib by Fred Drake · 19 years ago
  49. 6517525 Applied patch #1506758: Prevent MemoryErrors with large MAXFD. Backport of 47077. by Peter Astrand · 19 years ago
  50. 53730fe Backport of r47061. by Armin Rigo · 19 years ago
  51. d7d903a Bug #1117556: SimpleHTTPServer now tries to find and use the system's by Georg Brandl · 19 years ago
  52. 1f66b00 Bug #1339007: Shelf objects now don't raise an exception in their by Georg Brandl · 19 years ago
  53. b940515 Merge rev 46840 from trunk. by Tim Peters · 19 years ago
  54. c9cab18 Add the new test from the #1503157 patch to the branch. by Georg Brandl · 19 years ago
  55. 7afe7fe Backport of fix of bug #532646 for new-style classes. by Brett Cannon · 19 years ago
  56. 3337cfd [Bug #1472827] Correctly escape newlines and tabs in attribute values in saxutils.XMLGenerator by Andrew M. Kuchling · 19 years ago
  57. 5de5dc1 Backport of endianness fix for argvemulator by Ronald Oussoren · 19 years ago
  58. bf1f768 Bug #1500293: fix memory leaks in _subprocess module. by Georg Brandl · 19 years ago
  59. 84dce40 Remove various dependencies on dictionary order in the standard library by Armin Rigo · 19 years ago
  60. 872c3bb Code tried to modify a tuple, convert to list before doing that (backport from by Ronald Oussoren · 19 years ago
  61. 14e4ca4 backport of byteorder issues in applesingle by Ronald Oussoren · 19 years ago
  62. 38e726d Merge rev 45944 from trunk. by Tim Peters · 19 years ago
  63. 4c99867 Backport SF bug/patch #1433877: string parameter to ioctl not null terminated by Thomas Wouters · 19 years ago
  64. 1ee6d94 Bug #1481530: allow "from os.path import ..." with imputil by Georg Brandl · 19 years ago
  65. ba3429b Bug #1472191: convert breakpoint indices to ints before comparing them to ints by Georg Brandl · 19 years ago
  66. d68e43a Patch #1480067: don't redirect HTTP digest auth in urllib2 by Georg Brandl · 19 years ago
  67. dca3767 Patch #1464708 from William McVey: fixed handling of nested comments in mail by Barry Warsaw · 19 years ago
  68. 969ca9c Backport r45774: by Neal Norwitz · 19 years ago
  69. fee327c Bug #1478429: make datetime.datetime.fromtimestamp accept every float, by Georg Brandl · 19 years ago
  70. a64b981 Bug #1478326: don't allow '/' in distutils.util.get_platform machine names by Georg Brandl · 19 years ago
  71. 3ee5dd6 Put break at correct level so *all* root HKEYs acutally get checked for by Trent Mick · 19 years ago
  72. 3a6d19e Merge rev 45631 from trunk. by Tim Peters · 19 years ago
  73. 949fc9c Merge rev 45516 from trunk. by Tim Peters · 19 years ago
  74. b182621 Merge rev 45498 from trunk. by Tim Peters · 19 years ago
  75. 2a2e7bd Patch #1191700: Adjust column alignment in bdb breakpoint lists. by Martin v. Löwis · 19 years ago
  76. 5319074 Backport 45338: by Neal Norwitz · 19 years ago
  77. c2b1cda reverting r45322 - "traceback.format_exception_only() now prepends by Anthony Baxter · 19 years ago
  78. e5a7968 Patch #860326: traceback.format_exception_only() now prepends the by Georg Brandl · 19 years ago
  79. b5ee849 backport 43519. fixes SF bug 1117761. by Gregory P. Smith · 19 years ago
  80. 17cfe2b Patch #1468808: don't complain if Tkinter is already deleted at the time Font.__del__ is run. by Georg Brandl · 19 years ago
  81. 5ae66c2 StreamHandler now checks explicitly for None before using sys.stderr as the stream (see SF bug #1463840). by Vinay Sajip · 19 years ago
  82. f9129b4 Patch #1466993: remove wrong comment in socket.py (backport from rev. 43746) by Georg Brandl · 19 years ago
  83. a5f43e1 Whitespace normalization. by Tim Peters · 19 years ago
  84. 2870125 Merge rev 43734 from the trunk. by Tim Peters · 19 years ago
  85. 44c2fd3 Fix bsddb.db.DBError derived exceptions so they can be unpickled. by Gregory P. Smith · 19 years ago
  86. 74171ba backport of 43688: by Anthony Baxter · 19 years ago
  87. 920430a backport: by Anthony Baxter · 19 years ago
  88. 93973ff Rev 43597 on the branch purported to merge rev 43578 from the trunk, by Tim Peters · 19 years ago
  89. 119dc70 backport r43579 by Anthony Baxter · 19 years ago
  90. 0860da9 backport of r43578 by Anthony Baxter · 19 years ago
  91. d3bff37 Backport 43568: by Neal Norwitz · 19 years ago
  92. 8a90631 Backport of r39612: some more fixes for inspect.getsource(). by Armin Rigo · 19 years ago
  93. 9be60ec Bug #1458017: make distutils.Log._log more forgiving when passing in by Georg Brandl · 19 years ago
  94. ac4eea4 Merge rev 43518 from trunk. by Tim Peters · 19 years ago
  95. a33a35e Merge rev 43516 from trunk. by Tim Peters · 19 years ago
  96. 1c63b55 Merge rev 43511 from the trunk. by Tim Peters · 19 years ago
  97. 40fec61 Make test_socket_ssl pass on Windows by Georg Brandl · 19 years ago
  98. 831c229 bug #1257988: don't bail out on gethostbyname(gethostname()) failure by Georg Brandl · 19 years ago
  99. d63d436 Patch #1462313, bug #1443328: the pickle modules now can handle classes by Georg Brandl · 19 years ago
  100. c97f592 Patch #1380952: fix SSL objects timing out on consecutive read()s by Georg Brandl · 19 years ago