1. 0ac4b27 move descriptions of ac_(in|out)_buffer_size to the right place by Fred Drake · 17 years ago
  2. 2f2bd3e #1196: document default radix for int(). by Georg Brandl · 17 years ago
  3. cdceeb8 Fix -- being converted to - in HTML. #1186. by Georg Brandl · 17 years ago
  4. dfecfdb Fix #1169: remove docstrings in functions for -OO. (backport from rev. 58204) by Georg Brandl · 17 years ago
  5. 5e84e80 issue1172: Documentation of "done" attribute in cgi module. by Sean Reifscheider · 17 years ago
  6. e8dd31a issue1082: Fixing system and platform names for Vista. by Sean Reifscheider · 17 years ago
  7. 1644e6e issue1140: Guido's patch from revision 58098 (2.6) applied to 2.5. by Sean Reifscheider · 17 years ago
  8. b5ec587 issue1597011: Fix for bz2 module corner-case error due to error checking bug. by Sean Reifscheider · 17 years ago
  9. 5cf6ef8 ctypes.util.find_library uses dump(1) instead of objdump(1) on Solaris. by Thomas Heller · 17 years ago
  10. 3af4220 Backport 58150: Rename debug import lib to _msi_d.lib. by Martin v. Löwis · 17 years ago
  11. 782c417 Backport r58149: Clean Release projects as well. by Martin v. Löwis · 17 years ago
  12. 9a85f04 Add 2.5 MSI builder. by Martin v. Löwis · 17 years ago
  13. fed6bb7 Bug #1153: repr.repr() now doesn't require set and dictionary items by Georg Brandl · 17 years ago
  14. 226910f bug #1154: release memory allocated by "es" PyArg_ParseTuple format specifier. by Georg Brandl · 17 years ago
  15. b8c23fb Fix #1139: PyFile_Encoding really is PyFile_SetEncoding. by Georg Brandl · 17 years ago
  16. 5d30e75 Fix #1122: wrong return type documented for various _Size() functions. by Georg Brandl · 17 years ago
  17. 13bfa3a Cause passing a string to generator.throw() to raise a deprecation warning. by Brett Cannon · 17 years ago
  18. 18726be Backport: #1095: ln -f doesn't work portably. by Georg Brandl · 17 years ago
  19. 339a3ad backport of r58023 to fix unit test suite issue1112 on windows by Gregory P. Smith · 17 years ago
  20. c4f5a15 Fix typo: c_float represents to C float type. by Thomas Heller · 17 years ago
  21. 303d350 Backport of r58004. by Armin Rigo · 17 years ago
  22. a326ab2 Patch #786737: Allow building in a tree of symlinks pointing to by Martin v. Löwis · 17 years ago
  23. 5cb86a2 - Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identify by Matthias Klose · 17 years ago
  24. 7303f70 Patch #1105: Explain that one needs to build the solution by Martin v. Löwis · 17 years ago
  25. b084402 - Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*. by Matthias Klose · 17 years ago
  26. fc787d5 Patch #1031213: Decode source line in SyntaxErrors back to its original by Martin v. Löwis · 17 years ago
  27. cf754ba - Added support for linking the bsddb module against BerkeleyDB 4.6.x. by Matthias Klose · 17 years ago
  28. df65f9b Backport of rev. 57904 by Ronald Oussoren · 17 years ago
  29. fe2cb59 Bug #1737210: Change Manufacturer of Windows installer to PSF. by Martin v. Löwis · 17 years ago
  30. 738032f Mark registry components as 64-bit on Win64. by Martin v. Löwis · 17 years ago
  31. b9ff669 Warn about possible risks when extracting untrusted archives. by Lars Gustäbel · 17 years ago
  32. 39f1f45 Bug #1709599: Run test_1565150 only if the file system is NTFS. by Martin v. Löwis · 17 years ago
  33. aa1e005 Bug #1746880: Correctly install DLLs into system32 folder on Win64. by Martin v. Löwis · 17 years ago
  34. d4c0969 . by Skip Montanaro · 17 years ago
  35. 51cf112 backport r57626 by Skip Montanaro · 17 years ago
  36. a9bad98 TarFile.__init__() no longer fails if no name argument is passed and by Lars Gustäbel · 17 years ago
  37. 1ab6a25 Backport this change to get test_sqlite working on Macs. Same change Thomas by Skip Montanaro · 17 years ago
  38. 906f735 Bug #1010: docs url points to SF.net, now points to bugs.python.org. by Georg Brandl · 17 years ago
  39. 8e3315d Bug #1765375: fix stripping of unwanted LDFLAGS. (backport from rev. 57389) by Georg Brandl · 17 years ago
  40. 79af4af On systems with both the ancient bsddb 1.85 library and a recent BerkeleyDB 4.x by Gregory P. Smith · 17 years ago
  41. 838c332 backport of r57378 to fix bug 1725856 by Gregory P. Smith · 17 years ago
  42. eec47f3 Backport fix of #1752175. by Georg Brandl · 17 years ago
  43. 7d108b8 Bug #1766421: "return code" vs. "status code". by Georg Brandl · 17 years ago
  44. e468ada Back port of r57286 from py3k and trunk by Gregory P. Smith · 17 years ago
  45. b354e3d Fix a typo in a comment by Neal Norwitz · 17 years ago
  46. 2da880a - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 by Matthias Klose · 17 years ago
  47. f294460 Fix #1771558 (already fixed in trunk). by Georg Brandl · 17 years ago
  48. de469d6 Fix compilation warning. (backport from rev. 56833) by Georg Brandl · 17 years ago
  49. eb4b738 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 17 years ago
  50. e51d1d1 Bug #1769002: fix a now-wrong sentence in the tutorial. by Georg Brandl · 17 years ago
  51. 36fe3c0 Backport from trunk r56727: by Hye-Shik Chang · 17 years ago
  52. 979f5cd - Allow Emacs 22 for building the documentation in info format. by Matthias Klose · 17 years ago
  53. 858c809 Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+. by Martin v. Löwis · 17 years ago
  54. b4d100c Bug #1763149: use proper slice syntax in docstring. (backport) by Georg Brandl · 17 years ago
  55. 00247d8 try-except-finally is new in 2.5. (backport from rev. 56614) by Georg Brandl · 17 years ago
  56. 22c1525 Clarify PEP 343 description. (backport from rev. 56611) by Georg Brandl · 17 years ago
  57. bd28ca6 Bug #1704793: Raise KeyError if unicodedata.lookup cannot by Martin v. Löwis · 17 years ago
  58. 0e258c5 Mac Buildscript: by Ronald Oussoren · 17 years ago
  59. 77dff90 tabs, newlines and crs are valid XML characters. (backport from rev. 56551) by Georg Brandl · 17 years ago
  60. 088277f Change location of the package index to pypi.python.org/pypi. by Martin v. Löwis · 17 years ago
  61. 44cb859 Add description for wave.setcomptype() values (backport from rev. 56451) by Georg Brandl · 17 years ago
  62. 6ecd4a0 [Backport of r56382] by Andrew M. Kuchling · 17 years ago
  63. 0336870 Typo fix by Andrew M. Kuchling · 17 years ago
  64. f2d40f7 Clarify webbrowser.open description. (backport from rev. 56366) by Georg Brandl · 17 years ago
  65. f09060e Bug #1753406: missing \versionadded for subprocess.check_call. by Georg Brandl · 17 years ago
  66. f4d9cae Backport 56345 by Raymond Hettinger · 17 years ago
  67. 9c2d4de In response to this SF bug: by Barry Warsaw · 17 years ago
  68. 2b78594 PyType_stgdict() returns a borrowed reference which must not be Py_DECREF'd. by Thomas Heller · 17 years ago
  69. 8b6a17b News entry for by Thomas Heller · 17 years ago
  70. f9a8544 Fix for SF# 1649098: avoid zero-sized array declaration in structure. by Thomas Heller · 17 years ago
  71. 6f4155d Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr output by Thomas Heller · 17 years ago
  72. 78d59d6 Bug #1637365: add subsection about "__name__ == __main__" to the by Georg Brandl · 17 years ago
  73. f36e6a1 Patch #1731659: improve time.strptime docs. (backport from rev. 56302) by Georg Brandl · 17 years ago
  74. c5db923 Patch #1673759: add a missing overflow check when formatting floats by Georg Brandl · 17 years ago
  75. fea72f7 Patch #1739696: use code.co_code only if really necessary by Georg Brandl · 17 years ago
  76. 40df67f Patch #1752270, #1750931: complain if urllib2 add_handler called by Georg Brandl · 17 years ago
  77. ad4b263 Fix #1752132: wrong comment in opcode description. (backport from rev. 56280) by Georg Brandl · 17 years ago
  78. c0f800d Patch 1673122: be explicit about which libtool to use, to avoid name clashes by Ronald Oussoren · 17 years ago
  79. 47f29a6 Patch 1693258: Fix for duplicate "preferences" menu-OS X by Ronald Oussoren · 17 years ago
  80. 43f1f68 Fixes IDLE crash on OSX: some versions of Tcl/Tk on OSX don't have a by Ronald Oussoren · 17 years ago
  81. a1d47f0 Remove duplicate sentence from alarm() doc. (backport from rev. 56143) by Georg Brandl · 17 years ago
  82. 511087b Fix a few webbrowser.py problems. (backport from rev. 56137) by Georg Brandl · 17 years ago
  83. 1d1e950 Document smtp.SMTPAuthenticationError. (backport from rev. 56129) by Georg Brandl · 17 years ago
  84. adfd13e Fix a variable name in winreg docs. (backport from rev. 56091) by Georg Brandl · 17 years ago
  85. 4508df2 Bug #1742901: document None behavior of shlex.split. (backport from rev. 56084) by Georg Brandl · 17 years ago
  86. 5a5adf3 Bug #1739115: make shutil.rmtree docs clear wrt. file deletion. by Georg Brandl · 17 years ago
  87. 03210e5 Bug #1737864: allow empty message in logging format routines. by Georg Brandl · 17 years ago
  88. ea84b81 SF #1738670, make example in doc work by Neal Norwitz · 17 years ago
  89. 15eb97b Add missing \versionadded. (backport from rev. 56006) by Georg Brandl · 17 years ago
  90. 59fc244 Merged revisions 55896 via svnmerge from by Thomas Heller · 17 years ago
  91. d3d80f3 Patch #1734014: Use _I64_MAX instead of LLONG_MAX. by Martin v. Löwis · 17 years ago
  92. 7d18356 Provide PY_LLONG_MAX on all systems having long long. by Martin v. Löwis · 17 years ago
  93. e99cb23 Backport 55887: by Neal Norwitz · 17 years ago
  94. bb56e2a Backport 55882: SF #1734732, lower case the module names per PEP 8. by Neal Norwitz · 17 years ago
  95. 8355dd5 Backport 55874: by Neal Norwitz · 17 years ago
  96. 11c5275 Backport 55873: by Neal Norwitz · 17 years ago
  97. 390240d Backport r55845: Provide LLONG_MAX for S390. by Martin v. Löwis · 17 years ago
  98. 2276885 Patch #1733960: Allow T_LONGLONG to accept ints. by Martin v. Löwis · 17 years ago
  99. 66e64e2 Prevent expandtabs() on string and unicode objects from causing a segfault when by Neal Norwitz · 17 years ago
  100. 11c58c4 Merged revisions 55129-55131 via svnmerge from by Thomas Heller · 17 years ago