1. 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 · 18 years ago
  2. 6cdc346 Re-implemented fix for #1531862 once again, in a way that works with Python 2.2. Fixes bug #1603424. by Peter Astrand · 18 years ago
  3. a7118d3 update to (c) years to include 2007 by Anthony Baxter · 18 years ago
  4. 0b58214 Revisions 52418,52841,52855 have already been merged. by Thomas Heller · 18 years ago
  5. 9b0250c Blocked revisions 52945 via svnmerge by Thomas Heller · 18 years ago
  6. 8c884d2 Mark changes already backported as merged, so "svnmerge avail" does by Thomas Heller · 18 years ago
  7. 17321ee Initialized merge tracking via "svnmerge" with revisions "1-51333" from by Thomas Heller · 18 years ago
  8. 3b015c4 [Bug #1622533] Make docstrings raw strings because they contain control characters (\0, \1) by Andrew M. Kuchling · 18 years ago
  9. a6e0f50 typo fix by Gregory P. Smith · 18 years ago
  10. 7770f9f Backport: by Neal Norwitz · 18 years ago
  11. 1a050f5 support linking the _bsddb extension module against BerkeleyDB 4.5 by Gregory P. Smith · 18 years ago
  12. bea1c70 Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, by Martin v. Löwis · 18 years ago
  13. ca516d2 Fix stability of heapq's nlargest() and nsmallest(). by Raymond Hettinger · 18 years ago
  14. d0f6729 SF #1627373, fix typo in CarbonEvt. by Neal Norwitz · 18 years ago
  15. 9cdf703 For sets with cyclical reprs, emit '...' instead of recursing. by Raymond Hettinger · 18 years ago
  16. 04e8204 Backport trunk checkin r51565: by Thomas Wouters · 18 years ago
  17. e38ecee SF bug #1623890, fix argument name in docstring by Neal Norwitz · 18 years ago
  18. 0c40ca6 Remove a stray (old) macro name left around (I guess) by Neal Norwitz · 18 years ago
  19. f9a2c63 Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument. by Lars Gustäbel · 18 years ago
  20. 12e087a Patch #1262036: Prevent TarFiles from being added to themselves under by Lars Gustäbel · 18 years ago
  21. aedb92e Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell() by Lars Gustäbel · 18 years ago
  22. 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 · 18 years ago
  23. bbad84b [Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in sub-directories by Andrew M. Kuchling · 18 years ago
  24. 28cfe29 Fix wrong markup of an argument in a method signature. Backported from trunk. by Thomas Heller · 18 years ago
  25. 3bffd28 Mention the os.SEEK_* constants by Andrew M. Kuchling · 18 years ago
  26. a9b9ae4 [Bug #1619680] in_dll() arguments are documented in the wrong order by Andrew M. Kuchling · 18 years ago
  27. 2a92791 Backport doc changes from rev. 53112, 53115: use 'iterable' in various by Andrew M. Kuchling · 18 years ago
  28. 96e6065 Two grammar fixes by Andrew M. Kuchling · 18 years ago
  29. 5425a67 Bug #1590891: random.randrange don't return correct value for big number by Raymond Hettinger · 18 years ago
  30. e65f14f Updated documentation for findCaller() to indicate that a 3-tuple is now returned, rather than a 2-tuple. by Vinay Sajip · 18 years ago
  31. df6994d [Patch #1600491 from Jim Jewett] Describe how to build help files on Windows by Andrew M. Kuchling · 18 years ago
  32. fcb7513 Add NEWS item by Andrew M. Kuchling · 18 years ago
  33. 0faf90a [Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPS by Andrew M. Kuchling · 18 years ago
  34. e6acc87 Add forgotten NEWS item for previous commit by Andrew M. Kuchling · 18 years ago
  35. 9333ce1 [Patch #1615868 by Lars Gustaebel] Use Py_off_t to fix BZ2File.seek() for offsets > 2Gb by Andrew M. Kuchling · 18 years ago
  36. aa4135a [Bug #1618083] Add missing word; make a few grammar fixes by Andrew M. Kuchling · 18 years ago
  37. a75d316 [Patch #1599256 from David Watson] check that os.fsync is available before using it by Andrew M. Kuchling · 18 years ago
  38. 4d7ad63 Stripped whitespace from comma-separated values read from config file by Vinay Sajip · 18 years ago
  39. 9e2423a Move errno imports back to individual functions. (backport from rev. 52996) by Georg Brandl · 18 years ago
  40. f877b25 - Fix the build of the library reference in info format. by Matthias Klose · 18 years ago
  41. 2bcf015 Patch #1608267: fix a race condition in os.makedirs() is the directory by Georg Brandl · 18 years ago
  42. ed8f294 #1577756: svnversion doesn't react to LANG=C, use LC_ALL=C to force by Georg Brandl · 18 years ago
  43. db38654 Print the results of ctypes.util.find_library("c") and by Thomas Heller · 18 years ago
  44. 775ebe2 Backport fixes to set objects: by Raymond Hettinger · 18 years ago
  45. ec46940 RFE #1592899: mention string.maketrans() in docs for str.translate, by Georg Brandl · 18 years ago
  46. 25f58f6 Patch #1610437: fix a tarfile bug with long filename headers. by Georg Brandl · 18 years ago
  47. 19d12d4 Fix pickle doc typo Patch #1608758 (backport from r52917) by George Yoshida · 18 years ago
  48. fa713e1 - Fix build failure on kfreebsd and on the hurd. by Matthias Klose · 18 years ago
  49. 95b744c Patch #1544279: Improve thread-safety of the socket module by moving by Martin v. Löwis · 18 years ago
  50. 1c305db Fix nit in comment. by Raymond Hettinger · 18 years ago
  51. 1bc1ab2 Backport of r52862. by Armin Rigo · 18 years ago
  52. 84a90ca Fix #1563807: _ctypes built on AIX fails with ld ffi error. by Thomas Heller · 18 years ago
  53. 425e2d1 Bug #1603789: grammatical error in Tkinter docs. (backport from rev. 52850) by Georg Brandl · 18 years ago
  54. 2286441 Bug #1603321: make pstats.Stats accept Unicode file paths. by Georg Brandl · 18 years ago
  55. 9147f7e Disable _XOPEN_SOURCE on NetBSD 1.x. by Martin v. Löwis · 18 years ago
  56. 558e56d Fix bug #1598620: A ctypes structure cannot contain itself. by Thomas Heller · 18 years ago
  57. 0c55236 Bug #1601630: little improvement to getopt docs (backport from rev. 52833) by Georg Brandl · 18 years ago
  58. 9ff1d39 Backport checkin: by Walter Dörwald · 18 years ago
  59. 2396f4c Conditionalize definition of _CRT_SECURE_NO_DEPRECATE by Martin v. Löwis · 18 years ago
  60. 6a3955e Fix SF #1599879, socket.gethostname should ref getfqdn directly. by Neal Norwitz · 18 years ago
  61. 88b5d2b Oops, convert tabs to spaces by Neal Norwitz · 18 years ago
  62. 5890a6a Backport of 52811: Bug #1599782: Fix segfault on bsddb.db.DB().type(). by Neal Norwitz · 18 years ago
  63. bb4e6dc Jython compatibility fix: if uu.decode() opened its output file, be sure to by Andrew M. Kuchling · 18 years ago
  64. 90e23c4 Add extra SHA tests by Andrew M. Kuchling · 18 years ago
  65. 0e64202 Patch #1472877: Fix Tix subwidget name resolution. by Martin v. Löwis · 18 years ago
  66. e350c84 Patch #1594554: Always close a tkSimpleDialog on ok(), even by Martin v. Löwis · 18 years ago
  67. ce9212f Patch #1538878: Don't make tkSimpleDialog dialogs transient if by Martin v. Löwis · 18 years ago
  68. 830358a Remove locking of individual message files in MH.pack(). by Andrew M. Kuchling · 18 years ago
  69. dd3bffb Bug #1588217: don't parse "= " as a soft line break in binascii's by Georg Brandl · 18 years ago
  70. 7563191 Bug #1597576: mention that the new base64 api has been introduced in py2.4. by Georg Brandl · 18 years ago
  71. fb4da1d Bug #1594809: add a note to README regarding PYTHONPATH and make install. by Georg Brandl · 18 years ago
  72. 962e431 Patch #1360200: Use unmangled_version RPM spec field to deal with by Martin v. Löwis · 18 years ago
  73. 867ef13 Patch #1359217: Ignore 2xx response before 150 response. by Martin v. Löwis · 18 years ago
  74. 8fc42c8 Bug #1594758: wording improvement for dict.update() docs. by Georg Brandl · 18 years ago
  75. c33b748 Bug #1594742: wrong word in stringobject doc. (backport from rev. 52731) by Georg Brandl · 18 years ago
  76. 511350b Fix SF#1566719: not creating site-packages (or other target directory) when by Phillip J. Eby · 18 years ago
  77. 6d97478 [Feature request #1542920] Link to wsgi.org by Andrew M. Kuchling · 18 years ago
  78. 7ea928c [Patch #1514543] mailbox (Maildir): avoid losing messages on name clash by Andrew M. Kuchling · 18 years ago
  79. bb876b9 [Patch #1514544 by David Watson] use fsync() to ensure data is really on disk by Andrew M. Kuchling · 18 years ago
  80. f2d5c6d Backport checkin: Replace C++ comment with C comment (fixes SF bug #1593525). by Walter Dörwald · 18 years ago
  81. d52a0b8 [Bug #1569790] mailbox.Maildir.get_folder() loses factory information by Andrew M. Kuchling · 18 years ago
  82. 3f63454 Patch #838546: Make terminal become controlling in pty.fork(). by Martin v. Löwis · 18 years ago
  83. 3ed5c2a Bug #1592533: rename variable in heapq doc example, to avoid shadowing by Georg Brandl · 18 years ago
  84. 082f14b Patch #1592072: fix docs for return value of PyErr_CheckSignals. by Georg Brandl · 18 years ago
  85. a1e3422 Correctly forward exception in instance_contains(). by Martin v. Löwis · 18 years ago
  86. cf1e760 Add missing word by Andrew M. Kuchling · 18 years ago
  87. 27021f1 Fix markup and grammatical errors. Backport from trunk by Thomas Heller · 18 years ago
  88. 72e405b backport of revision 52644 by Ronald Oussoren · 18 years ago
  89. da65c64 backport: note that user can control directory location even if default dir is used by Skip Montanaro · 18 years ago
  90. a3ce6aa Backport 52621: Bug #1588287: fix invalid assertion for `1,2` in debug builds. by Neal Norwitz · 18 years ago
  91. 56602a1 Patch #1060577: Extract list of RPM files from spec file in bdist_rpm by Martin v. Löwis · 18 years ago
  92. 5aafe92 Fix code example by adding a missing import. by Thomas Heller · 18 years ago
  93. 906681b Replace the XXX marker in the 'Arrays and pointers' reference manual by Thomas Heller · 18 years ago
  94. ae6b841 Fix refleak by Neal Norwitz · 18 years ago
  95. 5e9f94a Bug #1576657: when setting a KeyError for a tuple key, make sure that by Georg Brandl · 18 years ago
  96. 6dc3998 Bug #1586773: extend hashlib docstring. (backport from rev. 52532) by Georg Brandl · 18 years ago
  97. f96b162 I thought I had already fixed this error in the test. by Georg Brandl · 18 years ago
  98. c68d2cc Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders. by Georg Brandl · 18 years ago
  99. b8205a1 Fix the new EncodedFile test to work with big endian platforms. by Georg Brandl · 18 years ago
  100. 2527f7f Patch #1583880: fix tarfile's problems with long names and posix/ by Georg Brandl · 18 years ago