1. 404cdc5 faulthandler: add Windows exception handler by Victor Stinner · 9 years ago
  2. e19558a Add a source parameter to warnings.warn() by Victor Stinner · 9 years ago
  3. e492ae5 tracemalloc now supports domains by Victor Stinner · 9 years ago
  4. 5decb84 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  5. 063d48d Issue #26525: Change ord example from nu to more easily recognized Euro sign. by Terry Jan Reedy · 9 years ago
  6. 370764a Merge with 3.5 by Terry Jan Reedy · 9 years ago
  7. 4902c46 Issue #15660: Further clarify 0 prefix for width specifier in formats. by Terry Jan Reedy · 9 years ago
  8. 3c3d7f4 Issue #18787: spwd.getspnam() now raises a PermissionError if the user by Berker Peksag · 9 years ago
  9. 914cde8 On ResourceWarning, log traceback where the object was allocated by Victor Stinner · 9 years ago
  10. 5936313 Issue #26252: Add an example on how to register a finder by Brett Cannon · 9 years ago
  11. 6840632 #26250: merge with 3.5. by Ezio Melotti · 9 years ago
  12. 62564db #26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala. by Ezio Melotti · 9 years ago
  13. ee6471e Fixed a typo. by Serhiy Storchaka · 9 years ago
  14. 7740062 Fixed a typo. by Serhiy Storchaka · 9 years ago
  15. b3fe1c4 Issue #26580: Remove outdated reference to ftpmirror by Berker Peksag · 9 years ago
  16. 42f8548 Issue #26580: Remove outdated reference to ftpmirror by Berker Peksag · 9 years ago
  17. ce911c3 Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost by Martin Panter · 9 years ago
  18. 32f2eb4 Issue #21042: Revert Linux find_library() to return just filename by Martin Panter · 9 years ago
  19. ec195fb Issue #26499: Merge HTTPResponse fix from 3.5 by Martin Panter · 9 years ago
  20. 5f6209a merge by Raymond Hettinger · 9 years ago
  21. a503f70 Minor recipe edit: convert "while 1" to "while True". by Raymond Hettinger · 9 years ago
  22. 0ce835f #25687: merge with 3.5. by Ezio Melotti · 9 years ago
  23. 8dea74f #25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park. by Ezio Melotti · 9 years ago
  24. 7dc830e merge by Raymond Hettinger · 9 years ago
  25. 4d02896 Issue #26548: Minor fix to awkward wording in docs by Raymond Hettinger · 9 years ago
  26. 6d6b986 Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. by Steve Dower · 9 years ago
  27. d669b6b Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. by Steve Dower · 9 years ago
  28. eb2e02b Issue #26542: Fix markup of code example in difflib documentation by Berker Peksag · 9 years ago
  29. 2c2a4e6 Add Mock.assert_called() by Victor Stinner · 9 years ago
  30. 82442b7 Issue #26542: Fix markup of code example in difflib documentation by Berker Peksag · 9 years ago
  31. b9f3114 Issue #21042: Return full path in ctypes.util.find_library() on Linux by Martin Panter · 9 years ago
  32. 674e2d0 Issue #15068: Got rid of excessive buffering in fileinput. by Serhiy Storchaka · 9 years ago
  33. cc2dbc5 Issue #15068: Got rid of excessive buffering in the fileinput module. by Serhiy Storchaka · 9 years ago
  34. 5b96d66 Issue #21034: Remove outdated paragraph from venv documentation by Berker Peksag · 9 years ago
  35. 777d639 Issue #21034: Remove outdated paragraph from venv documentation by Berker Peksag · 9 years ago
  36. 20b3e72 Merge by Raymond Hettinger · 9 years ago
  37. e525ee3 Document another recipe for itertools: all_equal(). Inspired by David Beazley. by Raymond Hettinger · 9 years ago
  38. a2998a6 Closes #19475: Added timespec to the datetime.isoformat() method. by Alexander Belopolsky · 9 years ago
  39. 6282e65 Issue #26335: Make mmap.write() return the number of bytes written like by Berker Peksag · 9 years ago
  40. 3902d62 merge with 3.5 by Georg Brandl · 9 years ago
  41. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  42. eb73563 merge with 3.5 by Georg Brandl · 9 years ago
  43. 32fbd3a Closes #26442: fix copy-paste. by Georg Brandl · 9 years ago
  44. def4ff6 merge with 3.5 by Georg Brandl · 9 years ago
  45. adeffcc Closes #26444: typo fixes. by Georg Brandl · 9 years ago
  46. de9b27d Issue #26390: Merge pbkdf2_hmac() doc from 3.5 by Martin Panter · 9 years ago
  47. 6d6dd73 merge with 3.5 by Georg Brandl · 9 years ago
  48. 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 9 years ago
  49. 150ea1a Issue #22088: Merge base64 docs from 3.5 by Martin Panter · 9 years ago
  50. ee3074e Issue #22088: Clarify base-64 alphabets and which characters are discarded by Martin Panter · 9 years ago
  51. fe93283 Issue #26261: Merge NamedTemporaryFile docs from 3.5 by Martin Panter · 9 years ago
  52. 1f0e1f3 Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name by Martin Panter · 9 years ago
  53. bc85e35 Issue #26390: Fix and test pbkdf2_hmac() parameter names by Martin Panter · 9 years ago
  54. 0d34530 Merge XML-RPC client documentation from 3.5 by Martin Panter · 9 years ago
  55. 1c5e715 Fix errors in XML-RPC client example code by Martin Panter · 9 years ago
  56. 42b33a4 Issue #26401: Fix compile() documentation by Berker Peksag · 9 years ago
  57. 0334c3c Issue #26401: Fix compile() documentation by Berker Peksag · 9 years ago
  58. d9108d1 Issue #23430: Stop socketserver from catching SystemExit etc from handlers by Martin Panter · 9 years ago
  59. 86a8be0 Fix a name in an example by Brett Cannon · 9 years ago
  60. 4cbab34 Issue #26397: Update an importlib example to use util.module_from_spec() instead of create_module() by Brett Cannon · 9 years ago
  61. fe1941e Merge w/ 3.5 by Brett Cannon · 9 years ago
  62. 27c712e List what classes from importlib.machinery don't work with importlib.util.LazyLoader by Brett Cannon · 9 years ago
  63. 2d2d08d Issue #22468: Merge gettarinfo() doc from 3.5 by Martin Panter · 9 years ago
  64. f817a48 Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage by Martin Panter · 9 years ago
  65. 7db1d16 merge with 3.5 by Georg Brandl · 9 years ago
  66. 92849d1 Closes #20169: fix inner links random doc. by Georg Brandl · 9 years ago
  67. be1aec7 Issue #15608: Merge socketserver doc from 3.5 by Martin Panter · 9 years ago
  68. eac17b8 Issue #15608: Improve socketserver module documentation by Martin Panter · 9 years ago
  69. 31a252b Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 9 years ago
  70. 3fe64d0 Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 9 years ago
  71. 5ab2699 Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. by Ned Deily · 9 years ago
  72. f38c93f Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. by Ned Deily · 9 years ago
  73. bc1ee46 Issue #25179: Documentation for formatted string literals aka f-strings by Martin Panter · 9 years ago
  74. ffe96ae Issue #25994: Added the close() method and the support of the context manager by Serhiy Storchaka · 9 years ago
  75. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 9 years ago
  76. e93b06a Hopefully clarify the difference between Optional[t] and an optional argument. by Guido van Rossum · 9 years ago
  77. 3fb5612 Hopefully clarify the difference between Optional[t] and an optional argument. by Guido van Rossum · 9 years ago
  78. 3008b1c Issue #26304: Merge doc wording from 3.5 by Martin Panter · 9 years ago
  79. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  80. 1fe0d13 Issue #26243: zlib.compress() keyword argument support by Aviv Palivoda by Martin Panter · 9 years ago
  81. 96a4f07 Issues #26310, #26311: Fix typos in the documentation and code comments by Martin Panter · 9 years ago
  82. 263c448 Issues #26310, 26311: Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  83. b8e5eb3 Clarify "cardinality of" as "number of elements in" as many readers do by Gregory P. Smith · 9 years ago
  84. e27403b Clarify "cardinality of" as "number of elements in" as many readers do by Gregory P. Smith · 9 years ago
  85. d5db147 Issue #25179: Preparatory cleanup of existing docs on string formatting by Martin Panter · 9 years ago
  86. 503f908 Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir(). by Serhiy Storchaka · 9 years ago
  87. 46988d3 Merge string formatting doc fixes from 3.5 by Martin Panter · 9 years ago
  88. 71e8134 Merge with 3.5 by Zachary Ware · 9 years ago
  89. 3df11b2 Fix typo. by Zachary Ware · 9 years ago
  90. 8254f79 Issue #26244: Merge zlib documentation from 3.5 by Martin Panter · 9 years ago
  91. 567d513 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 9 years ago
  92. a638971 merge by Raymond Hettinger · 9 years ago
  93. b00da57 Issue #26194: Inserting into a full deque to raise an IndexError by Raymond Hettinger · 9 years ago
  94. 59fe937 Merge 3.5 (doc) by Victor Stinner · 9 years ago
  95. 5f0c5d9 Enhance os.scandir() doc by Victor Stinner · 9 years ago
  96. 89e5433 Issue #26242: Fix another one in importlib.rst by Berker Peksag · 9 years ago
  97. fe5f614 Issue #26242: Fix another one in importlib.rst by Berker Peksag · 9 years ago
  98. da7e0d8 Fix a markup error in socket.rst by Berker Peksag · 9 years ago
  99. 253739d Fix a markup error in socket.rst by Berker Peksag · 9 years ago
  100. 9d48869 Issue #19023: Merge ctypes doc and tests from 3.5 by Martin Panter · 9 years ago