1. 906f735 Bug #1010: docs url points to SF.net, now points to bugs.python.org. by Georg Brandl · 17 years ago
  2. 8e3315d Bug #1765375: fix stripping of unwanted LDFLAGS. (backport from rev. 57389) by Georg Brandl · 17 years ago
  3. 79af4af On systems with both the ancient bsddb 1.85 library and a recent BerkeleyDB 4.x by Gregory P. Smith · 17 years ago
  4. 838c332 backport of r57378 to fix bug 1725856 by Gregory P. Smith · 17 years ago
  5. eec47f3 Backport fix of #1752175. by Georg Brandl · 17 years ago
  6. 7d108b8 Bug #1766421: "return code" vs. "status code". by Georg Brandl · 17 years ago
  7. e468ada Back port of r57286 from py3k and trunk by Gregory P. Smith · 17 years ago
  8. b354e3d Fix a typo in a comment by Neal Norwitz · 17 years ago
  9. 2da880a - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 by Matthias Klose · 17 years ago
  10. f294460 Fix #1771558 (already fixed in trunk). by Georg Brandl · 17 years ago
  11. de469d6 Fix compilation warning. (backport from rev. 56833) by Georg Brandl · 17 years ago
  12. eb4b738 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 17 years ago
  13. e51d1d1 Bug #1769002: fix a now-wrong sentence in the tutorial. by Georg Brandl · 17 years ago
  14. 36fe3c0 Backport from trunk r56727: by Hye-Shik Chang · 17 years ago
  15. 979f5cd - Allow Emacs 22 for building the documentation in info format. by Matthias Klose · 17 years ago
  16. 858c809 Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+. by Martin v. Löwis · 17 years ago
  17. b4d100c Bug #1763149: use proper slice syntax in docstring. (backport) by Georg Brandl · 17 years ago
  18. 00247d8 try-except-finally is new in 2.5. (backport from rev. 56614) by Georg Brandl · 17 years ago
  19. 22c1525 Clarify PEP 343 description. (backport from rev. 56611) by Georg Brandl · 17 years ago
  20. bd28ca6 Bug #1704793: Raise KeyError if unicodedata.lookup cannot by Martin v. Löwis · 17 years ago
  21. 0e258c5 Mac Buildscript: by Ronald Oussoren · 17 years ago
  22. 77dff90 tabs, newlines and crs are valid XML characters. (backport from rev. 56551) by Georg Brandl · 17 years ago
  23. 088277f Change location of the package index to pypi.python.org/pypi. by Martin v. Löwis · 17 years ago
  24. 44cb859 Add description for wave.setcomptype() values (backport from rev. 56451) by Georg Brandl · 17 years ago
  25. 6ecd4a0 [Backport of r56382] by Andrew M. Kuchling · 17 years ago
  26. 0336870 Typo fix by Andrew M. Kuchling · 17 years ago
  27. f2d40f7 Clarify webbrowser.open description. (backport from rev. 56366) by Georg Brandl · 17 years ago
  28. f09060e Bug #1753406: missing \versionadded for subprocess.check_call. by Georg Brandl · 17 years ago
  29. f4d9cae Backport 56345 by Raymond Hettinger · 17 years ago
  30. 9c2d4de In response to this SF bug: by Barry Warsaw · 17 years ago
  31. 2b78594 PyType_stgdict() returns a borrowed reference which must not be Py_DECREF'd. by Thomas Heller · 17 years ago
  32. 8b6a17b News entry for by Thomas Heller · 17 years ago
  33. f9a8544 Fix for SF# 1649098: avoid zero-sized array declaration in structure. by Thomas Heller · 17 years ago
  34. 6f4155d Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr output by Thomas Heller · 17 years ago
  35. 78d59d6 Bug #1637365: add subsection about "__name__ == __main__" to the by Georg Brandl · 17 years ago
  36. f36e6a1 Patch #1731659: improve time.strptime docs. (backport from rev. 56302) by Georg Brandl · 17 years ago
  37. c5db923 Patch #1673759: add a missing overflow check when formatting floats by Georg Brandl · 17 years ago
  38. fea72f7 Patch #1739696: use code.co_code only if really necessary by Georg Brandl · 17 years ago
  39. 40df67f Patch #1752270, #1750931: complain if urllib2 add_handler called by Georg Brandl · 17 years ago
  40. ad4b263 Fix #1752132: wrong comment in opcode description. (backport from rev. 56280) by Georg Brandl · 17 years ago
  41. c0f800d Patch 1673122: be explicit about which libtool to use, to avoid name clashes by Ronald Oussoren · 17 years ago
  42. 47f29a6 Patch 1693258: Fix for duplicate "preferences" menu-OS X by Ronald Oussoren · 17 years ago
  43. 43f1f68 Fixes IDLE crash on OSX: some versions of Tcl/Tk on OSX don't have a by Ronald Oussoren · 17 years ago
  44. a1d47f0 Remove duplicate sentence from alarm() doc. (backport from rev. 56143) by Georg Brandl · 17 years ago
  45. 511087b Fix a few webbrowser.py problems. (backport from rev. 56137) by Georg Brandl · 17 years ago
  46. 1d1e950 Document smtp.SMTPAuthenticationError. (backport from rev. 56129) by Georg Brandl · 17 years ago
  47. adfd13e Fix a variable name in winreg docs. (backport from rev. 56091) by Georg Brandl · 17 years ago
  48. 4508df2 Bug #1742901: document None behavior of shlex.split. (backport from rev. 56084) by Georg Brandl · 17 years ago
  49. 5a5adf3 Bug #1739115: make shutil.rmtree docs clear wrt. file deletion. by Georg Brandl · 17 years ago
  50. 03210e5 Bug #1737864: allow empty message in logging format routines. by Georg Brandl · 17 years ago
  51. ea84b81 SF #1738670, make example in doc work by Neal Norwitz · 17 years ago
  52. 15eb97b Add missing \versionadded. (backport from rev. 56006) by Georg Brandl · 17 years ago
  53. 59fc244 Merged revisions 55896 via svnmerge from by Thomas Heller · 17 years ago
  54. d3d80f3 Patch #1734014: Use _I64_MAX instead of LLONG_MAX. by Martin v. Löwis · 17 years ago
  55. 7d18356 Provide PY_LLONG_MAX on all systems having long long. by Martin v. Löwis · 17 years ago
  56. e99cb23 Backport 55887: by Neal Norwitz · 17 years ago
  57. bb56e2a Backport 55882: SF #1734732, lower case the module names per PEP 8. by Neal Norwitz · 17 years ago
  58. 8355dd5 Backport 55874: by Neal Norwitz · 17 years ago
  59. 11c5275 Backport 55873: by Neal Norwitz · 17 years ago
  60. 390240d Backport r55845: Provide LLONG_MAX for S390. by Martin v. Löwis · 17 years ago
  61. 2276885 Patch #1733960: Allow T_LONGLONG to accept ints. by Martin v. Löwis · 17 years ago
  62. 66e64e2 Prevent expandtabs() on string and unicode objects from causing a segfault when by Neal Norwitz · 17 years ago
  63. 11c58c4 Merged revisions 55129-55131 via svnmerge from by Thomas Heller · 17 years ago
  64. bc9e5dc Fix wrong documentation, and correct the punktuation. Closes [1700455]. by Thomas Heller · 17 years ago
  65. 897704d Bug #1733488: Fix compilation of bufferobject.c on AIX. by Martin v. Löwis · 17 years ago
  66. b111970 backport change 55821 to release25-maint by Kristján Valur Jónsson · 17 years ago
  67. d2acc2e Patch #1667860: Fix UnboundLocalError in urllib2. (backport from rev. 55805) by Georg Brandl · 17 years ago
  68. 73c958a Disallow function calls like foo(None=1). by Georg Brandl · 17 years ago
  69. c98da3d Backport rev. 55783: Patch by Tim Delany (missing DECREF). SF #1731330. by Georg Brandl · 17 years ago
  70. fc41f19 Fix for Windows: close a temporary file before trying to delete it. by Hye-Shik Chang · 17 years ago
  71. 60111e0 (Backport from r55770) by Hye-Shik Chang · 17 years ago
  72. c9490e2 Backport of r55752: make time.strptime() behave better when whitespace is in by Brett Cannon · 17 years ago
  73. 2413e03 Backport 55731: by Neal Norwitz · 17 years ago
  74. 2e23bb7 Fix wrong issue number. (backport from rev. 55735) by Georg Brandl · 17 years ago
  75. ba871a0 Bug #1722484: remove docstrings again when running with -OO. by Georg Brandl · 17 years ago
  76. b40092b Merged revisions 55677 via svnmerge from by Thomas Heller · 17 years ago
  77. 8c6ec81 Updated docstring for SysLogHandler (#1720726). by Vinay Sajip · 17 years ago
  78. 425c614 Updated documentation for SysLogHandler (#1720726). by Vinay Sajip · 17 years ago
  79. 35cff5f Document "new" params to HTTPConnection/HTTPSConnection by Neal Norwitz · 17 years ago
  80. 1370308 Backport rev 55465 by Nick Coghlan. by Georg Brandl · 17 years ago
  81. df73802 Backout the original 'fix' to 1721309 which had no effect. by Neal Norwitz · 17 years ago
  82. 73bf101 Backport rev 55452: by Neal Norwitz · 17 years ago
  83. f86ae69 Backport rev 55450: by Neal Norwitz · 17 years ago
  84. cf0fab2 Verify neither dumps or loads overflow the stack and segfault. by Neal Norwitz · 17 years ago
  85. ce15dce Drop the max stack depth to something that works in 2.6 by Neal Norwitz · 17 years ago
  86. 2cb077a fix argument name in documentation; match the implementation by Fred Drake · 17 years ago
  87. dc78cc6 Fix bug in marshal where bad data would cause a segfault due to by Neal Norwitz · 17 years ago
  88. 4043a6b Bug #1719995: don't use deprecated method in sets example. by Georg Brandl · 17 years ago
  89. 5ece2fb Add what looks like a necessary call to PyErr_NoMemory() when PyMem_MALLOC() by Neal Norwitz · 17 years ago
  90. 4c87581 HTML-escape the plain traceback in cgitb's HTML output, to prevent by Georg Brandl · 17 years ago
  91. 0d338e4 Bug #1046945: document SWIG options of distutils. (backport from rev. 55287) by Georg Brandl · 17 years ago
  92. 39d8cc74 Update DDJ link. (backport from rev. 55259) by Georg Brandl · 17 years ago
  93. 5a25e45 Patch #1714700: clarify os.linesep vs. tfiles opened in text mode. (backport) by Georg Brandl · 17 years ago
  94. 914c98b Fix typo in docstring (the module is popen2, not 3). by Neal Norwitz · 17 years ago
  95. e4b5c33 Mark blocked revisions. by Thomas Heller · 17 years ago
  96. 455c4b3 Mark already merged revisions. by Thomas Heller · 17 years ago
  97. 0ac6061 Backport checkin: by Walter Dörwald · 17 years ago
  98. 6ca6f14 Backport r55070: Stop using PyMem_FREE while the GIL is not held. by Neal Norwitz · 17 years ago
  99. 27803ce Backport: Add markup for True/False. by Neal Norwitz · 17 years ago
  100. a01d660 Merge change 54983 from the trunk: Add the locale "English" to test_locale.py for a windows run, since "En" isn't legal for the Visual C 8 runtime. This update restores full testsuite compliance to VisualStudio 2005 builds, apart from unavailible external modules. by Kristján Valur Jónsson · 17 years ago