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. 8bc45db note the previous checkin by Anthony Baxter · 19 years ago
  4. c5e1e15 Note that there are no longer warnings when building by Tim Peters · 19 years ago
  5. 2b37ea4 Backport of the pieces of trunk rev 46589 relevant to by Tim Peters · 19 years ago
  6. b8f82e6 Backport r45505, r45573, r45576 by Martin v. Löwis · 19 years ago
  7. 2a3d88c [Bug #1545341] Let the 'classifiers' parameter be a tuple as well as a list. by Andrew M. Kuchling · 19 years ago
  8. 16ca35a Move an old news entry about cjkcodecs to the right place; "Extension Modules". by Hye-Shik Chang · 19 years ago
  9. 2d09be9 Backport from trunk r52223: by Hye-Shik Chang · 19 years ago
  10. 8a28c16 [Backport r50743 | neal.norwitz] by Andrew M. Kuchling · 19 years ago
  11. af4defb [Backport r52147 | andrew.kuchling] by Andrew M. Kuchling · 19 years ago
  12. 1af9f68 [Backport r51248 | neal.norwitz] by Andrew M. Kuchling · 19 years ago
  13. d005dd9 Build _ssl.pyd with OpenSSL 0.9.7l by Martin v. Löwis · 19 years ago
  14. b2d0f34 A review of overflow-detecting code in the 2.4 branch. by Armin Rigo · 19 years ago
  15. 98041d7 Fix integer negation and absolute value to not rely by Martin v. Löwis · 19 years ago
  16. c6994f2 [Backport rev. 42545 by georg.brandl] by Andrew M. Kuchling · 19 years ago
  17. 9569ea3 [Backport rev. 51728 by neal.norwitz] by Andrew M. Kuchling · 19 years ago
  18. 26acb2c [Backport rev. 51669 by brett.cannon] by Andrew M. Kuchling · 19 years ago
  19. ceb4914 [Backport rev. 47171 by neal.norwitz] by Andrew M. Kuchling · 19 years ago
  20. 750ab95 Fix test for uintptr_t. Fixes #1568842. by Martin v. Löwis · 19 years ago
  21. 4b32cdd Back out r52076, it's causing the buildbots to fail because of test_charmapcodec. by Georg Brandl · 19 years ago
  22. cae0a86 Bug #1446043: correctly raise a LookupError if an encoding name given by Georg Brandl · 19 years ago
  23. 16e469b Bug #1556784: allow format strings longer than 127 characters in by Georg Brandl · 19 years ago
  24. ee2940d Bug #1560617: in pyclbr, return full module name not only for classes, by Georg Brandl · 19 years ago
  25. 86b66b9 Bug #1566602: correct failure of posixpath unittest when $HOME ends by Georg Brandl · 19 years ago
  26. adf8a1d Patch #1567691: super() and new.instancemethod() now don't accept by Georg Brandl · 19 years ago
  27. 712bb34 wording change by Gregory P. Smith · 19 years ago
  28. c138772 [Backport rev. 46882 by neal.norwitz] by Andrew M. Kuchling · 19 years ago
  29. ab68637 [Backport rev. 39743 by lemburg] by Andrew M. Kuchling · 19 years ago
  30. 21e2af3 [Backport rev. 41696 by neal.norwitz] by Andrew M. Kuchling · 19 years ago
  31. 100e7d7 [Backport rev39767 by nnorwitz] by Andrew M. Kuchling · 19 years ago
  32. 602117a [Backport rev. 39135 by mwh] by Andrew M. Kuchling · 19 years ago
  33. 6eb4283 [Backport rev.39030 by nascheme] by Andrew M. Kuchling · 19 years ago
  34. c91fb6f [Backport rev. 39012 by mwh] by Andrew M. Kuchling · 19 years ago
  35. f21bdb4 [Backport rev. 38534 by loewis] by Andrew M. Kuchling · 19 years ago
  36. e703122 [Backport of rev. 42093 by neal.norwitz] by Andrew M. Kuchling · 19 years ago
  37. 4c16bac [Backport of rev. 51683 by neal.norwitz] by Andrew M. Kuchling · 19 years ago
  38. 124696a [Backport rev.51254 from neal.norwitz] by Andrew M. Kuchling · 19 years ago
  39. 570c655 fix a bug with bsddb.DB.stat reversing its flags and txn keyword by Gregory P. Smith · 19 years ago
  40. 27d7e8d Backport 51850 from release25-maint branch. by Neal Norwitz · 19 years ago
  41. 56b5458 Backport from trunk r51737: by Hye-Shik Chang · 19 years ago
  42. 63e4644 Remove bogus NEWS entry. by Georg Brandl · 19 years ago
  43. e00ffff Fix missing import of the types module in logging.config. by Georg Brandl · 19 years ago
  44. 5e6d031 Bug #1551427: fix a wrong NULL pointer check in the win32 version by Georg Brandl · 19 years ago
  45. e63dab5 Merge rev 51711 from the 2.5 branch. by Tim Peters · 19 years ago
  46. ba8522a Backport trunk's revision 51565: by Thomas Wouters · 19 years ago
  47. 79ba8e5 Backport rev 51448: by Georg Brandl · 19 years ago
  48. dbd6958 Bug #1541682: Fix example in the "Refcount details" API docs. by Georg Brandl · 19 years ago
  49. 28930e4 Patch #1535500: fix segfault in BZ2File.writelines and make sure it by Georg Brandl · 19 years ago
  50. 8aab37e Chris McDonough's patch to defend against certain DoS attacks on FieldStorage. by Georg Brandl · 19 years ago
  51. f6f89e6 memcmp() can return values other than -1, 0, and +1 but tp_compare must not. by Thomas Heller · 19 years ago
  52. 4eb9634 Bug #1535165: fixed a segfault in input() and raw_input() when by Georg Brandl · 19 years ago
  53. 33b621c Bug #1535182: really test the xreadlines() method of bz2 objects. by Georg Brandl · 19 years ago
  54. 7fe4f8f Drop usage of test -e in configure as it is not portable. Fixes #1439538 by Martin v. Löwis · 19 years ago
  55. c005e2e Complain about missing VS 2003 in the error message by Martin v. Löwis · 19 years ago
  56. 4e0992d Bug #1002398: The documentation for os.path.sameopenfile now correctly by Georg Brandl · 19 years ago
  57. 9e59967e Patch #1529686: run test_iterlen and test_email_codecs in 2.4. by Georg Brandl · 19 years ago
  58. 0736c53 - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename by Gregory P. Smith · 19 years ago
  59. f7664cd Merge rev 50882 from the trunk. by Tim Peters · 19 years ago
  60. 34749f7 [Bug #1471938] Fix build problem on Solaris 8 by conditionalizing the use of mvwgetnstr(); it was conditionalized a few lines below. Fix from Paul Eggert. I also tried out the STRICT_SYSV_CURSES case and am therefore removing the 'untested' comment. by Andrew M. Kuchling · 19 years ago
  61. e3f1ab7 Bug #1524310: Properly report errors from FindNextFile in os.listdir. by Martin v. Löwis · 19 years ago
  62. 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
  63. 04e38d9 Put method-wrappers into trashcan. Fixes #927248. by Martin v. Löwis · 19 years ago
  64. 4b2c20d Patch #825417: Fix timeout processing in expect, read_until. by Martin v. Löwis · 19 years ago
  65. 35194d4 Bug #1267547: Put proper recursive setup.py call into the by Martin v. Löwis · 19 years ago
  66. d240507 document recent bugfixes in sgmllib by Fred Drake · 19 years ago
  67. dd3c51a Backport 47139: by Neal Norwitz · 19 years ago
  68. 9b3cf30 Use a different install dir than 2.5. Otherwise running the 2.4 version at the same time as the 2.5 versions would break the 2.5 tests since the install dir was removed. by Neal Norwitz · 19 years ago
  69. d7d903a Bug #1117556: SimpleHTTPServer now tries to find and use the system's by Georg Brandl · 19 years ago
  70. 1f66b00 Bug #1339007: Shelf objects now don't raise an exception in their by Georg Brandl · 19 years ago
  71. df43ce3 Classic class that defined ``def __coerce__(self, other): return other, self`` by Brett Cannon · 19 years ago
  72. 7afe7fe Backport of fix of bug #532646 for new-style classes. by Brett Cannon · 19 years ago
  73. 3337cfd [Bug #1472827] Correctly escape newlines and tabs in attribute values in saxutils.XMLGenerator by Andrew M. Kuchling · 19 years ago
  74. dbda788 Backport change to binascii.hexlify() to use s# for its arguments instead of t# by Brett Cannon · 19 years ago
  75. d404beb Bug #1502728: Correctly link against librt library on HP-UX. by Georg Brandl · 19 years ago
  76. eac8737 Clarify docs for bf_getcharbuffer. by Brett Cannon · 19 years ago
  77. 2e56541 - Bug #1493322: bsddb: the __len__ method of a DB object has been fixed to by Gregory P. Smith · 19 years ago
  78. 89d8623 Fix possible buffer overflow on Windows when reading code page. by Brett Cannon · 19 years ago
  79. cbbe647 Don't crash on Py_UNICODE values < 0. Fixes #1454485. by Martin v. Löwis · 19 years ago
  80. 04d547e (Backport from trunk) Fix a potentially invalid memory access of by Hye-Shik Chang · 19 years ago
  81. d128870 Backport of 46608: Port to OpenBSD 3.9. by Martin v. Löwis · 19 years ago
  82. cd9a3bb Backport of 46010 by Martin v. Löwis · 19 years ago
  83. 9109341 Backport: Patch #1488312, Fix memory alignment problem on SPARC in unicode. by Neal Norwitz · 19 years ago
  84. 38e726d Merge rev 45944 from trunk. by Tim Peters · 19 years ago
  85. 4c99867 Backport SF bug/patch #1433877: string parameter to ioctl not null terminated by Thomas Wouters · 19 years ago
  86. bab8ace Work around deadlock risk. by Martin v. Löwis · 19 years ago
  87. ca7841c Merge rev 45677 from the trunk. by Tim Peters · 19 years ago
  88. da87fcf Oops! 2.5 news about setuptools snuck into 2.4 when by Tim Peters · 19 years ago
  89. 3a6d19e Merge rev 45631 from trunk. by Tim Peters · 19 years ago
  90. b182621 Merge rev 45498 from trunk. by Tim Peters · 19 years ago
  91. 2a2e7bd Patch #1191700: Adjust column alignment in bdb breakpoint lists. by Martin v. Löwis · 19 years ago
  92. 41a1a9e Patch #1191065: Fix preprocessor problems on systems where recvfrom is a macro. by Martin v. Löwis · 19 years ago
  93. cd259d8 mention bsddb open cachesize parameter bugfix by Gregory P. Smith · 19 years ago
  94. c2b1cda reverting r45322 - "traceback.format_exception_only() now prepends by Anthony Baxter · 19 years ago
  95. e5a7968 Patch #860326: traceback.format_exception_only() now prepends the by Georg Brandl · 19 years ago
  96. 653d87d Bug #1467952: backport: make os.listdir() raise if readdir() fails by Georg Brandl · 19 years ago
  97. 44c2fd3 Fix bsddb.db.DBError derived exceptions so they can be unpickled. by Gregory P. Smith · 19 years ago
  98. 8cd2578 note parsedate_tz backport by Anthony Baxter · 19 years ago
  99. d0dc170 Backport 43470: by Neal Norwitz · 19 years ago
  100. 1c63b55 Merge rev 43511 from the trunk. by Tim Peters · 19 years ago