1. 20aa477 Patch #1638243: the compiler package is now able to correctly compile by Georg Brandl · 19 years ago
  2. b17830e fix typo (extraneous ")") by Fred Drake · 19 years ago
  3. 6d8e5ad Backport fix for bug #1643943. by Brett Cannon · 19 years ago
  4. 817b489 Merged revisions 53556 via svnmerge from by Thomas Heller · 19 years ago
  5. 564c9f5 Strengthen warning about using lock() by Andrew M. Kuchling · 19 years ago
  6. ba2ec05 Clarify bug #1377858 entry. by Brett Cannon · 19 years ago
  7. 75ba075 If you created a weakref in an object's __del__ method to itself it would by Brett Cannon · 19 years ago
  8. 601d03a Make PyTraceBack_Here use the current thread, not the by Martin v. Löwis · 19 years ago
  9. e471317 Backport trunk revision 53527: by Thomas Wouters · 19 years ago
  10. 1e4bb44 Bug #1627316: handle error in condition/ignore pdb commands more gracefully. by Georg Brandl · 19 years ago
  11. 742e392 Bug #1249573: fix rfc822.parsedate not accepting a certain date format by Georg Brandl · 19 years ago
  12. f446a9b [Bug #1633678] Improve pattern used for mbox 'From' lines; add a simple test by Andrew M. Kuchling · 19 years ago
  13. a0a133b Make comment match the code by Andrew M. Kuchling · 19 years ago
  14. b8c6e1f [Bug #1552726] Avoid unnecessary polling at the interpreter prompt when certain versions of readline are being used by Andrew M. Kuchling · 19 years ago
  15. e69747c Update version of What's New by Andrew M. Kuchling · 19 years ago
  16. bb6a0ed Avoid O(N**2) bottleneck in _communicate_(). Fixes #1598181. Backport from rev. 53295. by Peter Astrand · 19 years ago
  17. 962e916 Patch #1627441: close sockets properly in urllib2. (backport from rev. 53511) by Georg Brandl · 19 years ago
  18. 8e932e7 Bug #1486663: don't reject keyword arguments for subclasses of builtin by Georg Brandl · 19 years ago
  19. 9d8ccf7 Add /GS- to Itanium build. by Martin v. Löwis · 19 years ago
  20. 9f6ce2b Add /GS- flags for AMD64. by Martin v. Löwis · 19 years ago
  21. 3b77d3d SF# 1635892: Fix docs for betavariate's input parameters . by Raymond Hettinger · 19 years ago
  22. d266f7a Add UUIDs for 2.5.1 and 2.5.2 by Martin v. Löwis · 19 years ago
  23. 9d179ce Prefix AST symbols with _Py_. Fixes #1637022. by Martin v. Löwis · 19 years ago
  24. fa941b9 SF #1635217, Fix unbalanced paren by Neal Norwitz · 19 years ago
  25. e962300 Add a comment for some code I don't understand. Why would needsfree by Neal Norwitz · 19 years ago
  26. eb68188 Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs. by Georg Brandl · 19 years ago
  27. c3df1b1 Bug #1637967: missing //= operator in list. (backport from rev. 53475) by Georg Brandl · 19 years ago
  28. dfad614 [Part of bug #1599254] Add suggestion to Mailbox docs to use Maildir, and warn user to lock/unlock mailboxes when modifying them by Andrew M. Kuchling · 19 years ago
  29. dcb6eba Bug #1610795: ctypes.util.find_library works now on BSD systems. by Thomas Heller · 19 years ago
  30. 225755d Merged revisions 53402 via svnmerge from by Thomas Heller · 19 years ago
  31. 2a98c56 Merged revisions 53466 via svnmerge from by Thomas Heller · 19 years ago
  32. 29794ec Fix for bug #1634343: allow specifying empty arguments on Windows by Peter Astrand · 19 years ago
  33. 4347c13 Blocked revisions 53361 via svnmerge by Thomas Heller · 19 years ago
  34. e0020e2 Blocked revisions 52388 via svnmerge by Thomas Heller · 19 years ago
  35. 8d6d1e1 Blocked revisions 52945,53358 via svnmerge by Thomas Heller · 19 years ago
  36. 535989e SF #1486663 -- Allow keyword args in subclasses of set() and frozenset(). by Raymond Hettinger · 19 years ago
  37. 9e031c7 - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092). by Matthias Klose · 19 years ago
  38. 1c3d0de - Make the documentation match the code and the docstring by Matthias Klose · 19 years ago
  39. 3193763 Must update the version number on the extension module as well. by Thomas Heller · 19 years ago
  40. 5131925 Change the ctypes version number to "1.0.2". by Thomas Heller · 19 years ago
  41. 346085e Merged revisions 53316 via svnmerge from by Thomas Heller · 19 years ago
  42. 5b44cbe Fix zero-length corner case for iterating over a mutating deque. by Raymond Hettinger · 19 years ago
  43. f96725a Backported changes from trunk: by Vinay Sajip · 19 years ago
  44. 9770611 Backported change from trunk: by Vinay Sajip · 19 years ago
  45. 73fa6b5 Added relativeCreated to Formatter doc (has been in the system for a long time - was unaccountably left out of the docs and not noticed until now). by Vinay Sajip · 19 years ago
  46. 6cdc346 Re-implemented fix for #1531862 once again, in a way that works with Python 2.2. Fixes bug #1603424. by Peter Astrand · 19 years ago
  47. a7118d3 update to (c) years to include 2007 by Anthony Baxter · 19 years ago
  48. 0b58214 Revisions 52418,52841,52855 have already been merged. by Thomas Heller · 19 years ago
  49. 9b0250c Blocked revisions 52945 via svnmerge by Thomas Heller · 19 years ago
  50. 8c884d2 Mark changes already backported as merged, so "svnmerge avail" does by Thomas Heller · 19 years ago
  51. 17321ee Initialized merge tracking via "svnmerge" with revisions "1-51333" from by Thomas Heller · 19 years ago
  52. 3b015c4 [Bug #1622533] Make docstrings raw strings because they contain control characters (\0, \1) by Andrew M. Kuchling · 19 years ago
  53. a6e0f50 typo fix by Gregory P. Smith · 19 years ago
  54. 7770f9f Backport: by Neal Norwitz · 19 years ago
  55. 1a050f5 support linking the _bsddb extension module against BerkeleyDB 4.5 by Gregory P. Smith · 19 years ago
  56. bea1c70 Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, by Martin v. Löwis · 19 years ago
  57. ca516d2 Fix stability of heapq's nlargest() and nsmallest(). by Raymond Hettinger · 19 years ago
  58. d0f6729 SF #1627373, fix typo in CarbonEvt. by Neal Norwitz · 19 years ago
  59. 9cdf703 For sets with cyclical reprs, emit '...' instead of recursing. by Raymond Hettinger · 19 years ago
  60. 04e8204 Backport trunk checkin r51565: by Thomas Wouters · 19 years ago
  61. e38ecee SF bug #1623890, fix argument name in docstring by Neal Norwitz · 19 years ago
  62. 0c40ca6 Remove a stray (old) macro name left around (I guess) by Neal Norwitz · 19 years ago
  63. f9a2c63 Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument. by Lars Gustäbel · 19 years ago
  64. 12e087a Patch #1262036: Prevent TarFiles from being added to themselves under by Lars Gustäbel · 19 years ago
  65. aedb92e Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell() by Lars Gustäbel · 19 years ago
  66. 60775f2 [Patch #827559 from Chris Gonnerman] Make SimpleHTTPServer redirect when a directory URL is missing the trailing slash; this lets relative links work. by Andrew M. Kuchling · 19 years ago
  67. bbad84b [Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in sub-directories by Andrew M. Kuchling · 19 years ago
  68. 28cfe29 Fix wrong markup of an argument in a method signature. Backported from trunk. by Thomas Heller · 19 years ago
  69. 3bffd28 Mention the os.SEEK_* constants by Andrew M. Kuchling · 19 years ago
  70. a9b9ae4 [Bug #1619680] in_dll() arguments are documented in the wrong order by Andrew M. Kuchling · 19 years ago
  71. 2a92791 Backport doc changes from rev. 53112, 53115: use 'iterable' in various by Andrew M. Kuchling · 19 years ago
  72. 96e6065 Two grammar fixes by Andrew M. Kuchling · 19 years ago
  73. 5425a67 Bug #1590891: random.randrange don't return correct value for big number by Raymond Hettinger · 19 years ago
  74. e65f14f Updated documentation for findCaller() to indicate that a 3-tuple is now returned, rather than a 2-tuple. by Vinay Sajip · 19 years ago
  75. df6994d [Patch #1600491 from Jim Jewett] Describe how to build help files on Windows by Andrew M. Kuchling · 19 years ago
  76. fcb7513 Add NEWS item by Andrew M. Kuchling · 19 years ago
  77. 0faf90a [Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPS by Andrew M. Kuchling · 19 years ago
  78. e6acc87 Add forgotten NEWS item for previous commit by Andrew M. Kuchling · 19 years ago
  79. 9333ce1 [Patch #1615868 by Lars Gustaebel] Use Py_off_t to fix BZ2File.seek() for offsets > 2Gb by Andrew M. Kuchling · 19 years ago
  80. aa4135a [Bug #1618083] Add missing word; make a few grammar fixes by Andrew M. Kuchling · 19 years ago
  81. a75d316 [Patch #1599256 from David Watson] check that os.fsync is available before using it by Andrew M. Kuchling · 19 years ago
  82. 4d7ad63 Stripped whitespace from comma-separated values read from config file by Vinay Sajip · 19 years ago
  83. 9e2423a Move errno imports back to individual functions. (backport from rev. 52996) by Georg Brandl · 19 years ago
  84. f877b25 - Fix the build of the library reference in info format. by Matthias Klose · 19 years ago
  85. 2bcf015 Patch #1608267: fix a race condition in os.makedirs() is the directory by Georg Brandl · 19 years ago
  86. ed8f294 #1577756: svnversion doesn't react to LANG=C, use LC_ALL=C to force by Georg Brandl · 19 years ago
  87. db38654 Print the results of ctypes.util.find_library("c") and by Thomas Heller · 19 years ago
  88. 775ebe2 Backport fixes to set objects: by Raymond Hettinger · 19 years ago
  89. ec46940 RFE #1592899: mention string.maketrans() in docs for str.translate, by Georg Brandl · 19 years ago
  90. 25f58f6 Patch #1610437: fix a tarfile bug with long filename headers. by Georg Brandl · 19 years ago
  91. 19d12d4 Fix pickle doc typo Patch #1608758 (backport from r52917) by George Yoshida · 19 years ago
  92. fa713e1 - Fix build failure on kfreebsd and on the hurd. by Matthias Klose · 19 years ago
  93. 95b744c Patch #1544279: Improve thread-safety of the socket module by moving by Martin v. Löwis · 19 years ago
  94. 1c305db Fix nit in comment. by Raymond Hettinger · 19 years ago
  95. 1bc1ab2 Backport of r52862. by Armin Rigo · 19 years ago
  96. 84a90ca Fix #1563807: _ctypes built on AIX fails with ld ffi error. by Thomas Heller · 19 years ago
  97. 425e2d1 Bug #1603789: grammatical error in Tkinter docs. (backport from rev. 52850) by Georg Brandl · 19 years ago
  98. 2286441 Bug #1603321: make pstats.Stats accept Unicode file paths. by Georg Brandl · 19 years ago
  99. 9147f7e Disable _XOPEN_SOURCE on NetBSD 1.x. by Martin v. Löwis · 19 years ago
  100. 558e56d Fix bug #1598620: A ctypes structure cannot contain itself. by Thomas Heller · 19 years ago