1. 0fe1d0a Closes #21026: Augment site doc based on experiments. Patch by Carol Willing. by Terry Jan Reedy · 10 years ago
  2. b7967cc #21225: copy docstrings from base classes by Andrew Kuchling · 10 years ago
  3. 700c8fe Issue #9291 Add ACKS & NEWS by Tim Golden · 10 years ago
  4. 3c5816f Issue #9291 Do not attempt to re-encode mimetype data read from registry in ANSI mode. Initial patches by Dmitry Jemerov & Vladimir Iofik by Tim Golden · 10 years ago
  5. 9b244ad #18243: Remove obsolete cautionary note from email mktime_tz docs. by R David Murray · 10 years ago
  6. 32ae437 Issue #17145: Document array.array buffer interface limitations. by Stefan Krah · 10 years ago
  7. 807c9da Issue #18944: backport typo fix by Terry Jan Reedy · 10 years ago
  8. d6a1b2b Add NEWS entry for issue21349 by Tim Golden · 10 years ago
  9. 3c603f3 Issue21349 Passing a memoryview to _winreg.SetValueEx now correctly raises a TypeError where it previously crashed the interpreter. Patch by Brian Kearns by Tim Golden · 10 years ago
  10. be580f2 Issue #20434 Correct error handlin of _PyString_Resize and _PyBytes_Resize by Kristján Valur Jónsson · 10 years ago
  11. 4e0df17 Issue #21346: Fix typos in test_itertools. Patch by Brian Kearns. by Zachary Ware · 10 years ago
  12. 10c7781 fix off-by-one error (closes #21330) by Benjamin Peterson · 10 years ago
  13. c6606ed Issue #21303, #20565: Updated the version of Tcl/Tk used on Windows by Zachary Ware · 10 years ago
  14. 46b6c08 Issue #21138: Change default reformat paragraph width to PEP 8's 72. by Terry Jan Reedy · 10 years ago
  15. 0edf52a Issue 21284: Idle: make test_formatparagraph pass even when a user changes the by Terry Jan Reedy · 10 years ago
  16. 8488901 Issue #21311: Avoid exception in _osx_support with non-standard compiler by Ned Deily · 11 years ago
  17. f27ec3e - Issue #21285: Refactor and fix curses configure check to always search by doko@ubuntu.com · 11 years ago
  18. dd967ef #18628: clarify index entry for source file encoding declaration. by R David Murray · 11 years ago
  19. 0d1e44b #18566: Whitespace by Terry Jan Reedy · 11 years ago
  20. e804efa Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. by Terry Jan Reedy · 11 years ago
  21. 51f80c1 Issue #21245: updated documentation on exception() method and function. by Vinay Sajip · 11 years ago
  22. cb4069c #1704474: mark refleak test as specific to CPython by Andrew Kuchling · 11 years ago
  23. 68e85e5 #15840: make docs consistent by saying operations on closed files raise ValueError. by Andrew Kuchling · 11 years ago
  24. 49bf4ce whitespace chaps my hide by Gregory P. Smith · 11 years ago
  25. 8f813fe Some cleanup of the subprocess docs in 2.7. Adds a reference to the by Gregory P. Smith · 11 years ago
  26. 7fc8a10 add missing NULL check by Benjamin Peterson · 11 years ago
  27. 5c863bf when an exception is raised in fdopen, never close the fd (changing on my mind on #21191) by Benjamin Peterson · 11 years ago
  28. f609a3d Backed out changeset 81abb121dc65 by Benjamin Peterson · 11 years ago
  29. 81f9071 temporary change to get better debugging from windows bots by Benjamin Peterson · 11 years ago
  30. f7568e0 Closes #20956: 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel. by Terry Jan Reedy · 11 years ago
  31. e03d3fd do not generate pipe names in the temporary dir by Benjamin Peterson · 11 years ago
  32. 3e5d87b disallow a negative idx parameter by Benjamin Peterson · 11 years ago
  33. f10cc46 Issue #20624: Merge exception docs tweak from 3.4 branch. by Mark Dickinson · 11 years ago
  34. 9a55cd8 Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. by Eric V. Smith · 11 years ago
  35. 6c939cb in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 11 years ago
  36. 4624b00 Remove references to the obsolete Mac Carbon modules in the GUI by Ned Deily · 11 years ago
  37. 94fb85e Issue #21170: Removed invalid parameter names from unittest doc. by Terry Jan Reedy · 11 years ago
  38. 5aad46e Issue #21172: isinstance check relaxed from dict to collections.Mapping. by Vinay Sajip · 11 years ago
  39. 00109c9 teach 2to3 about 'yield from' by Benjamin Peterson · 11 years ago
  40. da952f3 add matrix multiplication operator support to 2to3 by Benjamin Peterson · 11 years ago
  41. c177b1c Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1. by Ned Deily · 11 years ago
  42. ebd63dc Issue #20644: Keep build-installer.py in sync across active versions. by Ned Deily · 11 years ago
  43. 02ab7a8 make sure fdopen always closes the fd in error cases (closes #21191) by Benjamin Peterson · 11 years ago
  44. d546009 issue #21190: Fix the docs README link by Senthil Kumaran · 11 years ago
  45. 05bbb8c Issue #21179: Fix description of 'round' function for numbers.Real. by Mark Dickinson · 11 years ago
  46. ffc34e8 use imperative by Benjamin Peterson · 11 years ago
  47. 95d8acf PySequence_Fast generally returns a list (#16305) by Benjamin Peterson · 11 years ago
  48. 96c9a35 PySequence_Fast generally returns a list not a tuple (closes #16395) by Benjamin Peterson · 11 years ago
  49. 236d9f8 the name of the slot of nb_multiply not nb_mul by Benjamin Peterson · 11 years ago
  50. c0f5063 fix verb (closes #21174) by Benjamin Peterson · 11 years ago
  51. eb6a101 minor docfix (reported at docs@python.org) trace.py argument is --count not --counts by Senthil Kumaran · 11 years ago
  52. 3c0027b use with statement by Benjamin Peterson · 11 years ago
  53. c2dafe6 explicitly close file object (#21128) by Benjamin Peterson · 11 years ago
  54. 7b26a5a properly explicitly close file (#21128) by Benjamin Peterson · 11 years ago
  55. d7ffb77 make temporary read-only files writable, so rmtree can remove them (#21128) by Benjamin Peterson · 11 years ago
  56. b41299e note that the hash of an arbitrary object is only derived from its address (closes #21154) by Benjamin Peterson · 11 years ago
  57. 66d8dbe Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown. by Vinay Sajip · 11 years ago
  58. 352eb4f properly close files in test_zipfile (#20887) by Benjamin Peterson · 11 years ago
  59. 0768100 make sure to test UnicodeEncodeError, too by Benjamin Peterson · 11 years ago
  60. c4e6e0a bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134) by Benjamin Peterson · 11 years ago
  61. 9190b6f Issue 21125: minor wording tweak. by Raymond Hettinger · 11 years ago
  62. aa73855 Issue #15067: Remove reference to a rejected PEP. by Zachary Ware · 11 years ago
  63. 3853438 use https docs url (#21115) by Benjamin Peterson · 11 years ago
  64. 703ed60 add Ian Beer by Benjamin Peterson · 11 years ago
  65. d42f60e fix overflow detection of strop.expandtabs by Benjamin Peterson · 11 years ago
  66. 18fc493 fix expandtabs overflow detection to be consistent and not rely on signed overflow by Benjamin Peterson · 11 years ago
  67. 8312ecc add braces and fix indentation by Benjamin Peterson · 11 years ago
  68. 0e431b9 fix indentation and add braces by Benjamin Peterson · 11 years ago
  69. a4598a3 support CDN purging by Benjamin Peterson · 11 years ago
  70. 40e95df Issue #21029: IDLE now colors print consistently as a keyword. by Raymond Hettinger · 11 years ago
  71. 3708349 Minor readability improvement. by Raymond Hettinger · 11 years ago
  72. 3ac8665 Issue #21093: Prevent failures of ctypes test_macholib on OS X if a by Ned Deily · 11 years ago
  73. 0913bff Update suspicious ignore file. by Georg Brandl · 11 years ago
  74. 57847df Issue #17654: Ensure IDLE menus are customized properly on OS X for by Ned Deily · 11 years ago
  75. b693e9f Issue #6676: Ensure a meaningful exception is raised when attempting by Ned Deily · 11 years ago
  76. c727533 Issue #20939: Use www.example.com instead of www.python.org to avoid test by Ned Deily · 11 years ago
  77. 6d91176 backport: #20145: assertRaisesRegexp now raises a TypeError on bad regex. by R David Murray · 11 years ago
  78. 988bc97 Issue #21038: Cleanup test_epoll.py by Victor Stinner · 11 years ago
  79. 33a431c Updated external link in documentation. by Vinay Sajip · 11 years ago
  80. 0fef31e Closes #21045: make the Qt help build not look completely stupid by Georg Brandl · 11 years ago
  81. fbd2db5 Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not key-value sequences. Patch by priyapappachan. by Georg Brandl · 11 years ago
  82. dd48b90 Issue #21058: NamedTemporaryFile() closes the FD on any error, not only Exception by Victor Stinner · 11 years ago
  83. 367f5d3 Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(), by Victor Stinner · 11 years ago
  84. 74a4eba Issue #21043 - Remove CACert.org from the recommendations by Donald Stufft · 11 years ago
  85. 163a214 Use "x" instead of "i" for s.index and s.count entries in sequence ops table. by Zachary Ware · 11 years ago
  86. c847bd7 sync with 3.4 branch by Benjamin Peterson · 11 years ago
  87. adeec14 add Nehal Hussain by Benjamin Peterson · 11 years ago
  88. 5c1d3dd Issue #20966: Fix Tkinter Resources link by Zachary Ware · 11 years ago
  89. b553ce1 Update doc version switcher for 3.4/3.5. by Georg Brandl · 11 years ago
  90. e3af6f0 fix ctypes test alignment assumptions (closes #20946) by Benjamin Peterson · 11 years ago
  91. c769280 Close #16665: improve documentation for hex(). Patch by Jessica McKellar. by Antoine Pitrou · 11 years ago
  92. e530f26 send people to the right editors page (#20938) by Benjamin Peterson · 11 years ago
  93. a146df8 Issue #20939: Fix test_geturl failure in test_urllibnet due to by Ned Deily · 11 years ago
  94. fbe5067 remove runtime_library_dirs for _sqlite; it isn't needed by Benjamin Peterson · 11 years ago
  95. 01111e8 Clarify distutils’ clean command (ref #6142) by Éric Araujo · 11 years ago
  96. 8f606a0 Closes #20908: Memory leak in Reg2Py() by Jesus Cea · 11 years ago
  97. 4c874ef weaken callback count inequality (closes #20901) by Benjamin Peterson · 11 years ago
  98. 944996f remove unnecessary word (closes #19060) by Benjamin Peterson · 11 years ago
  99. 31fe52d Make distutils error messages more helpful (#11599). by Éric Araujo · 11 years ago
  100. 69d0965 Fix note markup (#16805). by Éric Araujo · 11 years ago