1. 18726be Backport: #1095: ln -f doesn't work portably. by Georg Brandl · 17 years ago
  2. 339a3ad backport of r58023 to fix unit test suite issue1112 on windows by Gregory P. Smith · 17 years ago
  3. c4f5a15 Fix typo: c_float represents to C float type. by Thomas Heller · 17 years ago
  4. 303d350 Backport of r58004. by Armin Rigo · 17 years ago
  5. a326ab2 Patch #786737: Allow building in a tree of symlinks pointing to by Martin v. Löwis · 17 years ago
  6. 5cb86a2 - Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identify by Matthias Klose · 17 years ago
  7. 7303f70 Patch #1105: Explain that one needs to build the solution by Martin v. Löwis · 17 years ago
  8. b084402 - Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*. by Matthias Klose · 17 years ago
  9. fc787d5 Patch #1031213: Decode source line in SyntaxErrors back to its original by Martin v. Löwis · 17 years ago
  10. cf754ba - Added support for linking the bsddb module against BerkeleyDB 4.6.x. by Matthias Klose · 17 years ago
  11. df65f9b Backport of rev. 57904 by Ronald Oussoren · 17 years ago
  12. fe2cb59 Bug #1737210: Change Manufacturer of Windows installer to PSF. by Martin v. Löwis · 17 years ago
  13. 738032f Mark registry components as 64-bit on Win64. by Martin v. Löwis · 17 years ago
  14. b9ff669 Warn about possible risks when extracting untrusted archives. by Lars Gustäbel · 17 years ago
  15. 39f1f45 Bug #1709599: Run test_1565150 only if the file system is NTFS. by Martin v. Löwis · 17 years ago
  16. aa1e005 Bug #1746880: Correctly install DLLs into system32 folder on Win64. by Martin v. Löwis · 17 years ago
  17. d4c0969 . by Skip Montanaro · 17 years ago
  18. 51cf112 backport r57626 by Skip Montanaro · 17 years ago
  19. a9bad98 TarFile.__init__() no longer fails if no name argument is passed and by Lars Gustäbel · 17 years ago
  20. 1ab6a25 Backport this change to get test_sqlite working on Macs. Same change Thomas by Skip Montanaro · 17 years ago
  21. 906f735 Bug #1010: docs url points to SF.net, now points to bugs.python.org. by Georg Brandl · 17 years ago
  22. 8e3315d Bug #1765375: fix stripping of unwanted LDFLAGS. (backport from rev. 57389) by Georg Brandl · 17 years ago
  23. 79af4af On systems with both the ancient bsddb 1.85 library and a recent BerkeleyDB 4.x by Gregory P. Smith · 17 years ago
  24. 838c332 backport of r57378 to fix bug 1725856 by Gregory P. Smith · 17 years ago
  25. eec47f3 Backport fix of #1752175. by Georg Brandl · 17 years ago
  26. 7d108b8 Bug #1766421: "return code" vs. "status code". by Georg Brandl · 17 years ago
  27. e468ada Back port of r57286 from py3k and trunk by Gregory P. Smith · 17 years ago
  28. b354e3d Fix a typo in a comment by Neal Norwitz · 17 years ago
  29. 2da880a - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 by Matthias Klose · 17 years ago
  30. f294460 Fix #1771558 (already fixed in trunk). by Georg Brandl · 17 years ago
  31. de469d6 Fix compilation warning. (backport from rev. 56833) by Georg Brandl · 17 years ago
  32. eb4b738 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 17 years ago
  33. e51d1d1 Bug #1769002: fix a now-wrong sentence in the tutorial. by Georg Brandl · 17 years ago
  34. 36fe3c0 Backport from trunk r56727: by Hye-Shik Chang · 17 years ago
  35. 979f5cd - Allow Emacs 22 for building the documentation in info format. by Matthias Klose · 17 years ago
  36. 858c809 Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+. by Martin v. Löwis · 17 years ago
  37. b4d100c Bug #1763149: use proper slice syntax in docstring. (backport) by Georg Brandl · 17 years ago
  38. 00247d8 try-except-finally is new in 2.5. (backport from rev. 56614) by Georg Brandl · 17 years ago
  39. 22c1525 Clarify PEP 343 description. (backport from rev. 56611) by Georg Brandl · 17 years ago
  40. bd28ca6 Bug #1704793: Raise KeyError if unicodedata.lookup cannot by Martin v. Löwis · 17 years ago
  41. 0e258c5 Mac Buildscript: by Ronald Oussoren · 17 years ago
  42. 77dff90 tabs, newlines and crs are valid XML characters. (backport from rev. 56551) by Georg Brandl · 17 years ago
  43. 088277f Change location of the package index to pypi.python.org/pypi. by Martin v. Löwis · 17 years ago
  44. 44cb859 Add description for wave.setcomptype() values (backport from rev. 56451) by Georg Brandl · 17 years ago
  45. 6ecd4a0 [Backport of r56382] by Andrew M. Kuchling · 17 years ago
  46. 0336870 Typo fix by Andrew M. Kuchling · 17 years ago
  47. f2d40f7 Clarify webbrowser.open description. (backport from rev. 56366) by Georg Brandl · 17 years ago
  48. f09060e Bug #1753406: missing \versionadded for subprocess.check_call. by Georg Brandl · 17 years ago
  49. f4d9cae Backport 56345 by Raymond Hettinger · 17 years ago
  50. 9c2d4de In response to this SF bug: by Barry Warsaw · 17 years ago
  51. 2b78594 PyType_stgdict() returns a borrowed reference which must not be Py_DECREF'd. by Thomas Heller · 17 years ago
  52. 8b6a17b News entry for by Thomas Heller · 17 years ago
  53. f9a8544 Fix for SF# 1649098: avoid zero-sized array declaration in structure. by Thomas Heller · 17 years ago
  54. 6f4155d Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr output by Thomas Heller · 17 years ago
  55. 78d59d6 Bug #1637365: add subsection about "__name__ == __main__" to the by Georg Brandl · 17 years ago
  56. f36e6a1 Patch #1731659: improve time.strptime docs. (backport from rev. 56302) by Georg Brandl · 17 years ago
  57. c5db923 Patch #1673759: add a missing overflow check when formatting floats by Georg Brandl · 17 years ago
  58. fea72f7 Patch #1739696: use code.co_code only if really necessary by Georg Brandl · 17 years ago
  59. 40df67f Patch #1752270, #1750931: complain if urllib2 add_handler called by Georg Brandl · 17 years ago
  60. ad4b263 Fix #1752132: wrong comment in opcode description. (backport from rev. 56280) by Georg Brandl · 17 years ago
  61. c0f800d Patch 1673122: be explicit about which libtool to use, to avoid name clashes by Ronald Oussoren · 17 years ago
  62. 47f29a6 Patch 1693258: Fix for duplicate "preferences" menu-OS X by Ronald Oussoren · 17 years ago
  63. 43f1f68 Fixes IDLE crash on OSX: some versions of Tcl/Tk on OSX don't have a by Ronald Oussoren · 17 years ago
  64. a1d47f0 Remove duplicate sentence from alarm() doc. (backport from rev. 56143) by Georg Brandl · 17 years ago
  65. 511087b Fix a few webbrowser.py problems. (backport from rev. 56137) by Georg Brandl · 17 years ago
  66. 1d1e950 Document smtp.SMTPAuthenticationError. (backport from rev. 56129) by Georg Brandl · 17 years ago
  67. adfd13e Fix a variable name in winreg docs. (backport from rev. 56091) by Georg Brandl · 17 years ago
  68. 4508df2 Bug #1742901: document None behavior of shlex.split. (backport from rev. 56084) by Georg Brandl · 17 years ago
  69. 5a5adf3 Bug #1739115: make shutil.rmtree docs clear wrt. file deletion. by Georg Brandl · 17 years ago
  70. 03210e5 Bug #1737864: allow empty message in logging format routines. by Georg Brandl · 17 years ago
  71. ea84b81 SF #1738670, make example in doc work by Neal Norwitz · 17 years ago
  72. 15eb97b Add missing \versionadded. (backport from rev. 56006) by Georg Brandl · 17 years ago
  73. 59fc244 Merged revisions 55896 via svnmerge from by Thomas Heller · 17 years ago
  74. d3d80f3 Patch #1734014: Use _I64_MAX instead of LLONG_MAX. by Martin v. Löwis · 17 years ago
  75. 7d18356 Provide PY_LLONG_MAX on all systems having long long. by Martin v. Löwis · 17 years ago
  76. e99cb23 Backport 55887: by Neal Norwitz · 17 years ago
  77. bb56e2a Backport 55882: SF #1734732, lower case the module names per PEP 8. by Neal Norwitz · 17 years ago
  78. 8355dd5 Backport 55874: by Neal Norwitz · 17 years ago
  79. 11c5275 Backport 55873: by Neal Norwitz · 17 years ago
  80. 390240d Backport r55845: Provide LLONG_MAX for S390. by Martin v. Löwis · 17 years ago
  81. 2276885 Patch #1733960: Allow T_LONGLONG to accept ints. by Martin v. Löwis · 17 years ago
  82. 66e64e2 Prevent expandtabs() on string and unicode objects from causing a segfault when by Neal Norwitz · 17 years ago
  83. 11c58c4 Merged revisions 55129-55131 via svnmerge from by Thomas Heller · 17 years ago
  84. bc9e5dc Fix wrong documentation, and correct the punktuation. Closes [1700455]. by Thomas Heller · 17 years ago
  85. 897704d Bug #1733488: Fix compilation of bufferobject.c on AIX. by Martin v. Löwis · 17 years ago
  86. b111970 backport change 55821 to release25-maint by Kristján Valur Jónsson · 17 years ago
  87. d2acc2e Patch #1667860: Fix UnboundLocalError in urllib2. (backport from rev. 55805) by Georg Brandl · 17 years ago
  88. 73c958a Disallow function calls like foo(None=1). by Georg Brandl · 17 years ago
  89. c98da3d Backport rev. 55783: Patch by Tim Delany (missing DECREF). SF #1731330. by Georg Brandl · 17 years ago
  90. fc41f19 Fix for Windows: close a temporary file before trying to delete it. by Hye-Shik Chang · 17 years ago
  91. 60111e0 (Backport from r55770) by Hye-Shik Chang · 17 years ago
  92. c9490e2 Backport of r55752: make time.strptime() behave better when whitespace is in by Brett Cannon · 17 years ago
  93. 2413e03 Backport 55731: by Neal Norwitz · 17 years ago
  94. 2e23bb7 Fix wrong issue number. (backport from rev. 55735) by Georg Brandl · 17 years ago
  95. ba871a0 Bug #1722484: remove docstrings again when running with -OO. by Georg Brandl · 17 years ago
  96. b40092b Merged revisions 55677 via svnmerge from by Thomas Heller · 17 years ago
  97. 8c6ec81 Updated docstring for SysLogHandler (#1720726). by Vinay Sajip · 17 years ago
  98. 425c614 Updated documentation for SysLogHandler (#1720726). by Vinay Sajip · 17 years ago
  99. 35cff5f Document "new" params to HTTPConnection/HTTPSConnection by Neal Norwitz · 17 years ago
  100. 1370308 Backport rev 55465 by Nick Coghlan. by Georg Brandl · 17 years ago