1. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  2. 346085e Merged revisions 53316 via svnmerge from by Thomas Heller · 18 years ago
  3. 85a2192 Verify the sizes of the basic ctypes data types against the struct module. by Thomas Heller · 18 years ago
  4. 1211edd Added a docstring by Vinay Sajip · 18 years ago
  5. ab41c10 Added entry about addition of _open() method to logging.FileHandler. by Vinay Sajip · 18 years ago
  6. 825b75a Bug #1627575: Added _open() method to FileHandler which can be used to reopen files. The FileHandler instance now saves the encoding (which can be None) in an attribute called "encoding". by Vinay Sajip · 18 years ago
  7. c913726 Added entries about removal of some bare except clauses from logging. by Vinay Sajip · 18 years ago
  8. 2cd79f6 Bare except clause removed from LogRecord.__init__. Now, only ValueError, TypeError and AttributeError are trapped. by Vinay Sajip · 18 years ago
  9. c683a87 Bare except clause removed from SMTPHandler.emit(). Now, only ImportError is trapped. by Vinay Sajip · 18 years ago
  10. 51c2f6c Fix zero-length corner case for iterating over a mutating deque. by Raymond Hettinger · 18 years ago
  11. 5b44cbe Fix zero-length corner case for iterating over a mutating deque. by Raymond Hettinger · 18 years ago
  12. f96725a Backported changes from trunk: by Vinay Sajip · 18 years ago
  13. 9770611 Backported change from trunk: by Vinay Sajip · 18 years ago
  14. 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
  15. 1812f8c Avoid O(N**2) bottleneck in _communicate_(). Fixes #1598181. by Peter Astrand · 18 years ago
  16. 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
  17. ec05a2d 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
  18. e8330fa Add Josiah to SF for maintaining asyncore/asynchat by Neal Norwitz · 18 years ago
  19. 84f248d Add the bytes type to the build process. by Martin v. Löwis · 18 years ago
  20. 37ffcf7 Commit __version__ change. by Martin v. Löwis · 18 years ago
  21. a7118d3 update to (c) years to include 2007 by Anthony Baxter · 18 years ago
  22. 83955ef update to (c) years to include 2007 by Anthony Baxter · 18 years ago
  23. 4bd97d4 SF# 1409443: Expand comment to cover the interaction between f->f_lasti and the PREDICT macros. by Raymond Hettinger · 18 years ago
  24. d14ef77 Silence a warning from gcc 4.0.1 by specifying a function's parameter list is by Brett Cannon · 18 years ago
  25. 0b58214 Revisions 52418,52841,52855 have already been merged. by Thomas Heller · 18 years ago
  26. 9b0250c Blocked revisions 52945 via svnmerge by Thomas Heller · 18 years ago
  27. 8c884d2 Mark changes already backported as merged, so "svnmerge avail" does by Thomas Heller · 18 years ago
  28. 17321ee Initialized merge tracking via "svnmerge" with revisions "1-51333" from by Thomas Heller · 18 years ago
  29. 9c3a392 [Patch #1520904] Fix bsddb tests to write to the temp directory instead of the Lib/bsddb/test directory by Andrew M. Kuchling · 18 years ago
  30. 3b015c4 [Bug #1622533] Make docstrings raw strings because they contain control characters (\0, \1) by Andrew M. Kuchling · 18 years ago
  31. 8826804 [Bug #1622533] Make docstrings raw strings because they contain control characters (\0, \1) by Andrew M. Kuchling · 18 years ago
  32. 1f8c634 Add Collin Winter for access to update PEP 3107 by Neal Norwitz · 18 years ago
  33. a6e0f50 typo fix by Gregory P. Smith · 18 years ago
  34. d92d3c7 typo fix by Gregory P. Smith · 18 years ago
  35. 7770f9f Backport: by Neal Norwitz · 18 years ago
  36. 72cd02c Prevent crash on shutdown which can occur if we are finalizing by Neal Norwitz · 18 years ago
  37. 1a050f5 support linking the _bsddb extension module against BerkeleyDB 4.5 by Gregory P. Smith · 18 years ago
  38. 11a70c3 bump module version to match supported berkeleydb version by Gregory P. Smith · 18 years ago
  39. 8b96a35 Support linking of the bsddb module against BerkeleyDB 4.5.x by Gregory P. Smith · 18 years ago
  40. bea1c70 Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, by Martin v. Löwis · 18 years ago
  41. 7b7c9d4 Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, by Martin v. Löwis · 18 years ago
  42. 769a40a Fix stability of heapq's nlargest() and nsmallest(). by Raymond Hettinger · 18 years ago
  43. ca516d2 Fix stability of heapq's nlargest() and nsmallest(). by Raymond Hettinger · 18 years ago
  44. d0f6729 SF #1627373, fix typo in CarbonEvt. by Neal Norwitz · 18 years ago
  45. 2dc4db0 SF #1627373, fix typo in CarbonEvt. by Neal Norwitz · 18 years ago
  46. 92d54d5 Add EnvironmentVarGuard to test.test_support. Provides a context manager to by Brett Cannon · 18 years ago
  47. 5399910 For sets with cyclical reprs, emit an ellipsis instead of infinitely recursing. by Raymond Hettinger · 18 years ago
  48. 9cdf703 For sets with cyclical reprs, emit '...' instead of recursing. by Raymond Hettinger · 18 years ago
  49. 04e8204 Backport trunk checkin r51565: by Thomas Wouters · 18 years ago
  50. 34e4f52 avoid dict.has_key, since this might get used by a Py3K built in the by Fred Drake · 18 years ago
  51. a186ee2 SF bug #1623890, fix argument name in docstring by Neal Norwitz · 18 years ago
  52. e38ecee SF bug #1623890, fix argument name in docstring by Neal Norwitz · 18 years ago
  53. 3203bdc Update the magic number now that signature annotations were added. by Guido van Rossum · 18 years ago
  54. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
  55. f6657e6 Cruft removal: by Neal Norwitz · 18 years ago
  56. 545686b Remove PyFloat_AsReprString() and PyFloat_AsString() which should not by Neal Norwitz · 18 years ago
  57. 0c40ca6 Remove a stray (old) macro name left around (I guess) by Neal Norwitz · 18 years ago
  58. 5dc29ac Remove a stray (old) macro name left around (I guess) by Neal Norwitz · 18 years ago
  59. f9a2c63 Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument. by Lars Gustäbel · 18 years ago
  60. a7ba6fc Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument. by Lars Gustäbel · 18 years ago
  61. 7166232 [Rest of patch #1182394] Add ._current() method so that we can use the written-in-C .hexdigest() method by Andrew M. Kuchling · 18 years ago
  62. a7ebb33 [Part of patch #1182394] Move the HMAC blocksize to be a class-level by Andrew M. Kuchling · 18 years ago
  63. 12e087a Patch #1262036: Prevent TarFiles from being added to themselves under by Lars Gustäbel · 18 years ago
  64. a4b2381 Patch #1262036: Prevent TarFiles from being added to themselves under by Lars Gustäbel · 18 years ago
  65. aedb92e Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell() by Lars Gustäbel · 18 years ago
  66. 6baa502 Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell() by Lars Gustäbel · 18 years ago
  67. 55c54a2 Frak; this test also fails by Andrew M. Kuchling · 18 years ago
  68. f2881e8 Darn; this test works when you run test_pty.py directly, but fails when regrtest runs it (the os.read() raises os.error). I can't figure out the cause, so am commenting out the test. by Andrew M. Kuchling · 18 years ago
  69. 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
  70. 4281902 [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
  71. ee0e6d1 [Patch #783050 from Patrick Lynch] The emulation of forkpty() is incorrect; by Andrew M. Kuchling · 18 years ago
  72. 3fa5e6e [Bug #776202] Apply Walter Doerwald's patch to use text mode for encoded files by Andrew M. Kuchling · 18 years ago
  73. 9ef0ef5 [Bug #802128 continued] Modify mode depending on the process umask. by Andrew M. Kuchling · 18 years ago
  74. dc26758 [Bug #802128] Make the mode argument of dumbdbm actually work the way it's by Andrew M. Kuchling · 18 years ago
  75. bbad84b [Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in sub-directories by Andrew M. Kuchling · 18 years ago
  76. b29069d [Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in sub-directories by Andrew M. Kuchling · 18 years ago
  77. eabc0e8 Typo fix by Andrew M. Kuchling · 18 years ago
  78. 28cfe29 Fix wrong markup of an argument in a method signature. Backported from trunk. by Thomas Heller · 18 years ago
  79. d5624cf Fix wrong markup of an argument in a method signature. Will backport. by Thomas Heller · 18 years ago
  80. fd7e162 Fix typo. by Walter Dörwald · 18 years ago
  81. 3bffd28 Mention the os.SEEK_* constants by Andrew M. Kuchling · 18 years ago
  82. 4a8d272 Mention the os.SEEK_* constants by Andrew M. Kuchling · 18 years ago
  83. b6060db Lars asked for permission on on python-dev for work on tarfile.py by Neal Norwitz · 18 years ago
  84. a9b9ae4 [Bug #1619680] in_dll() arguments are documented in the wrong order by Andrew M. Kuchling · 18 years ago
  85. 2dd7c8c [Bug #1619680] in_dll() arguments are documented in the wrong order by Andrew M. Kuchling · 18 years ago
  86. 2a92791 Backport doc changes from rev. 53112, 53115: use 'iterable' in various by Andrew M. Kuchling · 18 years ago
  87. a490d59 Some other built-in functions are described with 'sequence' arguments by Andrew M. Kuchling · 18 years ago
  88. 96e6065 Two grammar fixes by Andrew M. Kuchling · 18 years ago
  89. b688573 Two grammar fixes by Andrew M. Kuchling · 18 years ago
  90. 1be2ac9 [Bug #1619674] Make sum() use the term iterable, not sequence by Andrew M. Kuchling · 18 years ago
  91. eca4c31 [Apply length-checking.diff from bug #1599254] by Andrew M. Kuchling · 18 years ago
  92. ded1c4d Testcase for patch #1484695. by Georg Brandl · 18 years ago
  93. 5425a67 Bug #1590891: random.randrange don't return correct value for big number by Raymond Hettinger · 18 years ago
  94. 94547f7 Bug #1590891: random.randrange don't return correct value for big number by Raymond Hettinger · 18 years ago
  95. ebbeed7 Patch #1484695: The tarfile module now raises a HeaderError exception by Georg Brandl · 18 years ago
  96. 51d0022 hide version notes for 1.x and 2.x from the HTML version by Fred Drake · 18 years ago
  97. 9a4e95c The opstrings table was backwards. Add an XXX comment. by Guido van Rossum · 18 years ago
  98. 66a796e Patch #1601678: move intern() to sys.intern(). by Georg Brandl · 18 years ago
  99. 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
  100. 8183c63 Updated documentation for findCaller() to indicate that a 3-tuple is now returned, rather than a 2-tuple. by Vinay Sajip · 18 years ago