1. 1f8c634 Add Collin Winter for access to update PEP 3107 by Neal Norwitz · 18 years ago
  2. a6e0f50 typo fix by Gregory P. Smith · 18 years ago
  3. d92d3c7 typo fix by Gregory P. Smith · 18 years ago
  4. 7770f9f Backport: by Neal Norwitz · 18 years ago
  5. 72cd02c Prevent crash on shutdown which can occur if we are finalizing by Neal Norwitz · 18 years ago
  6. 1a050f5 support linking the _bsddb extension module against BerkeleyDB 4.5 by Gregory P. Smith · 18 years ago
  7. 11a70c3 bump module version to match supported berkeleydb version by Gregory P. Smith · 18 years ago
  8. 8b96a35 Support linking of the bsddb module against BerkeleyDB 4.5.x by Gregory P. Smith · 18 years ago
  9. bea1c70 Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, by Martin v. Löwis · 18 years ago
  10. 7b7c9d4 Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, by Martin v. Löwis · 18 years ago
  11. 769a40a Fix stability of heapq's nlargest() and nsmallest(). by Raymond Hettinger · 18 years ago
  12. ca516d2 Fix stability of heapq's nlargest() and nsmallest(). by Raymond Hettinger · 18 years ago
  13. d0f6729 SF #1627373, fix typo in CarbonEvt. by Neal Norwitz · 18 years ago
  14. 2dc4db0 SF #1627373, fix typo in CarbonEvt. by Neal Norwitz · 18 years ago
  15. 92d54d5 Add EnvironmentVarGuard to test.test_support. Provides a context manager to by Brett Cannon · 18 years ago
  16. 5399910 For sets with cyclical reprs, emit an ellipsis instead of infinitely recursing. by Raymond Hettinger · 18 years ago
  17. 9cdf703 For sets with cyclical reprs, emit '...' instead of recursing. by Raymond Hettinger · 18 years ago
  18. 04e8204 Backport trunk checkin r51565: by Thomas Wouters · 18 years ago
  19. 34e4f52 avoid dict.has_key, since this might get used by a Py3K built in the by Fred Drake · 18 years ago
  20. a186ee2 SF bug #1623890, fix argument name in docstring by Neal Norwitz · 18 years ago
  21. e38ecee SF bug #1623890, fix argument name in docstring by Neal Norwitz · 18 years ago
  22. 3203bdc Update the magic number now that signature annotations were added. by Guido van Rossum · 18 years ago
  23. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
  24. f6657e6 Cruft removal: by Neal Norwitz · 18 years ago
  25. 545686b Remove PyFloat_AsReprString() and PyFloat_AsString() which should not by Neal Norwitz · 18 years ago
  26. 0c40ca6 Remove a stray (old) macro name left around (I guess) by Neal Norwitz · 18 years ago
  27. 5dc29ac Remove a stray (old) macro name left around (I guess) by Neal Norwitz · 18 years ago
  28. f9a2c63 Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument. by Lars Gustäbel · 18 years ago
  29. a7ba6fc Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument. by Lars Gustäbel · 18 years ago
  30. 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
  31. a7ebb33 [Part of patch #1182394] Move the HMAC blocksize to be a class-level by Andrew M. Kuchling · 18 years ago
  32. 12e087a Patch #1262036: Prevent TarFiles from being added to themselves under by Lars Gustäbel · 18 years ago
  33. a4b2381 Patch #1262036: Prevent TarFiles from being added to themselves under by Lars Gustäbel · 18 years ago
  34. aedb92e Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell() by Lars Gustäbel · 18 years ago
  35. 6baa502 Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell() by Lars Gustäbel · 18 years ago
  36. 55c54a2 Frak; this test also fails by Andrew M. Kuchling · 18 years ago
  37. 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
  38. 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
  39. 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
  40. ee0e6d1 [Patch #783050 from Patrick Lynch] The emulation of forkpty() is incorrect; by Andrew M. Kuchling · 18 years ago
  41. 3fa5e6e [Bug #776202] Apply Walter Doerwald's patch to use text mode for encoded files by Andrew M. Kuchling · 18 years ago
  42. 9ef0ef5 [Bug #802128 continued] Modify mode depending on the process umask. by Andrew M. Kuchling · 18 years ago
  43. dc26758 [Bug #802128] Make the mode argument of dumbdbm actually work the way it's by Andrew M. Kuchling · 18 years ago
  44. bbad84b [Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in sub-directories by Andrew M. Kuchling · 18 years ago
  45. b29069d [Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in sub-directories by Andrew M. Kuchling · 18 years ago
  46. eabc0e8 Typo fix by Andrew M. Kuchling · 18 years ago
  47. 28cfe29 Fix wrong markup of an argument in a method signature. Backported from trunk. by Thomas Heller · 18 years ago
  48. d5624cf Fix wrong markup of an argument in a method signature. Will backport. by Thomas Heller · 18 years ago
  49. fd7e162 Fix typo. by Walter Dörwald · 18 years ago
  50. 3bffd28 Mention the os.SEEK_* constants by Andrew M. Kuchling · 18 years ago
  51. 4a8d272 Mention the os.SEEK_* constants by Andrew M. Kuchling · 18 years ago
  52. b6060db Lars asked for permission on on python-dev for work on tarfile.py by Neal Norwitz · 18 years ago
  53. a9b9ae4 [Bug #1619680] in_dll() arguments are documented in the wrong order by Andrew M. Kuchling · 18 years ago
  54. 2dd7c8c [Bug #1619680] in_dll() arguments are documented in the wrong order by Andrew M. Kuchling · 18 years ago
  55. 2a92791 Backport doc changes from rev. 53112, 53115: use 'iterable' in various by Andrew M. Kuchling · 18 years ago
  56. a490d59 Some other built-in functions are described with 'sequence' arguments by Andrew M. Kuchling · 18 years ago
  57. 96e6065 Two grammar fixes by Andrew M. Kuchling · 18 years ago
  58. b688573 Two grammar fixes by Andrew M. Kuchling · 18 years ago
  59. 1be2ac9 [Bug #1619674] Make sum() use the term iterable, not sequence by Andrew M. Kuchling · 18 years ago
  60. eca4c31 [Apply length-checking.diff from bug #1599254] by Andrew M. Kuchling · 18 years ago
  61. ded1c4d Testcase for patch #1484695. by Georg Brandl · 18 years ago
  62. 5425a67 Bug #1590891: random.randrange don't return correct value for big number by Raymond Hettinger · 18 years ago
  63. 94547f7 Bug #1590891: random.randrange don't return correct value for big number by Raymond Hettinger · 18 years ago
  64. ebbeed7 Patch #1484695: The tarfile module now raises a HeaderError exception by Georg Brandl · 18 years ago
  65. 51d0022 hide version notes for 1.x and 2.x from the HTML version by Fred Drake · 18 years ago
  66. 9a4e95c The opstrings table was backwards. Add an XXX comment. by Guido van Rossum · 18 years ago
  67. 66a796e Patch #1601678: move intern() to sys.intern(). by Georg Brandl · 18 years ago
  68. 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
  69. 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
  70. 29ff461 [Patch #1587139 by kxroberto] Protect lock acquisition/release with by Andrew M. Kuchling · 18 years ago
  71. df6994d [Patch #1600491 from Jim Jewett] Describe how to build help files on Windows by Andrew M. Kuchling · 18 years ago
  72. c911e91 [Patch #1600491 from Jim Jewett] Describe how to build help files on Windows by Andrew M. Kuchling · 18 years ago
  73. fcb7513 Add NEWS item by Andrew M. Kuchling · 18 years ago
  74. 0faf90a [Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPS by Andrew M. Kuchling · 18 years ago
  75. 5227857 [Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPS by Andrew M. Kuchling · 18 years ago
  76. 8d0baae Comment typo by Andrew M. Kuchling · 18 years ago
  77. 64df22b [Bug #1613651] Document socket.recv_into, socket.recvfrom_into by Andrew M. Kuchling · 18 years ago
  78. 8fe2d20 [Patch #1618455 by Ben Maurer] Improve speed of HMAC by using str.translate() by Andrew M. Kuchling · 18 years ago
  79. 376446d Implement extended slicing in bytes objects. by Thomas Wouters · 18 years ago
  80. e3a985f Make sre's SubPattern objects accept slice objects like it already accepts by Thomas Wouters · 18 years ago
  81. ab4b873 Fix markup by Andrew M. Kuchling · 18 years ago
  82. e6acc87 Add forgotten NEWS item for previous commit by Andrew M. Kuchling · 18 years ago
  83. 9333ce1 [Patch #1615868 by Lars Gustaebel] Use Py_off_t to fix BZ2File.seek() for offsets > 2Gb by Andrew M. Kuchling · 18 years ago
  84. 44b054b [Patch #1615868 by Lars Gustaebel] Use Py_off_t to fix BZ2File.seek() for offsets > 2Gb by Andrew M. Kuchling · 18 years ago
  85. 9059843 Describe new methods in Queue module by Andrew M. Kuchling · 18 years ago
  86. 0693ae1 [Bug #1616726] Fix description of generator.close(); if you raise some random exception, the exception is raised and doesn't trigger a RuntimeError by Andrew M. Kuchling · 18 years ago
  87. ff5c229 Bump version by Andrew M. Kuchling · 18 years ago
  88. aa4135a [Bug #1618083] Add missing word; make a few grammar fixes by Andrew M. Kuchling · 18 years ago
  89. 4cd69d4 [Bug #1618083] Add missing word; make a few grammar fixes by Andrew M. Kuchling · 18 years ago
  90. c3200b9 1. Avoid hang when encountering a duplicate in a completion list. Bug 1571112. by Kurt B. Kaiser · 18 years ago
  91. a75d316 [Patch #1599256 from David Watson] check that os.fsync is available before using it by Andrew M. Kuchling · 18 years ago
  92. 1646568 [Patch #1599256 from David Watson] check that os.fsync is available before using it by Andrew M. Kuchling · 18 years ago
  93. 76fdb8c Added news on recent changes to logging by Vinay Sajip · 18 years ago
  94. 4d7ad63 Stripped whitespace from comma-separated values read from config file by Vinay Sajip · 18 years ago
  95. 7366fce Note that guard_warnings_filter was added in 2.6 by George Yoshida · 18 years ago
  96. 6d9520c Add test.test_support.guard_warnings_filter . This function returns a context by Brett Cannon · 18 years ago
  97. c745df8 Remove unneeded imports of 'warnings'. by Brett Cannon · 18 years ago
  98. 905820c Remove an unneeded import of 'warnings'. by Brett Cannon · 18 years ago
  99. 5672904 Oops, re-add 'static' qualifier. by Thomas Wouters · 18 years ago
  100. 2bdf2cb Regenerate frozen.c's manual marshal as directed, fixing test_frozen. by Thomas Wouters · 18 years ago