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