1. 5b96d66 Issue #21034: Remove outdated paragraph from venv documentation by Berker Peksag · 8 years ago
  2. 777d639 Issue #21034: Remove outdated paragraph from venv documentation by Berker Peksag · 8 years ago
  3. 20b3e72 Merge by Raymond Hettinger · 8 years ago
  4. e525ee3 Document another recipe for itertools: all_equal(). Inspired by David Beazley. by Raymond Hettinger · 8 years ago
  5. a2998a6 Closes #19475: Added timespec to the datetime.isoformat() method. by Alexander Belopolsky · 8 years ago
  6. 6282e65 Issue #26335: Make mmap.write() return the number of bytes written like by Berker Peksag · 8 years ago
  7. 3902d62 merge with 3.5 by Georg Brandl · 8 years ago
  8. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 8 years ago
  9. eb73563 merge with 3.5 by Georg Brandl · 8 years ago
  10. 32fbd3a Closes #26442: fix copy-paste. by Georg Brandl · 8 years ago
  11. def4ff6 merge with 3.5 by Georg Brandl · 8 years ago
  12. adeffcc Closes #26444: typo fixes. by Georg Brandl · 8 years ago
  13. de9b27d Issue #26390: Merge pbkdf2_hmac() doc from 3.5 by Martin Panter · 8 years ago
  14. 6d6dd73 merge with 3.5 by Georg Brandl · 8 years ago
  15. 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 8 years ago
  16. 150ea1a Issue #22088: Merge base64 docs from 3.5 by Martin Panter · 8 years ago
  17. ee3074e Issue #22088: Clarify base-64 alphabets and which characters are discarded by Martin Panter · 8 years ago
  18. fe93283 Issue #26261: Merge NamedTemporaryFile docs from 3.5 by Martin Panter · 8 years ago
  19. 1f0e1f3 Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name by Martin Panter · 8 years ago
  20. bc85e35 Issue #26390: Fix and test pbkdf2_hmac() parameter names by Martin Panter · 8 years ago
  21. 0d34530 Merge XML-RPC client documentation from 3.5 by Martin Panter · 8 years ago
  22. 1c5e715 Fix errors in XML-RPC client example code by Martin Panter · 8 years ago
  23. 42b33a4 Issue #26401: Fix compile() documentation by Berker Peksag · 8 years ago
  24. 0334c3c Issue #26401: Fix compile() documentation by Berker Peksag · 8 years ago
  25. d9108d1 Issue #23430: Stop socketserver from catching SystemExit etc from handlers by Martin Panter · 8 years ago
  26. 86a8be0 Fix a name in an example by Brett Cannon · 8 years ago
  27. 4cbab34 Issue #26397: Update an importlib example to use util.module_from_spec() instead of create_module() by Brett Cannon · 8 years ago
  28. fe1941e Merge w/ 3.5 by Brett Cannon · 8 years ago
  29. 27c712e List what classes from importlib.machinery don't work with importlib.util.LazyLoader by Brett Cannon · 8 years ago
  30. 2d2d08d Issue #22468: Merge gettarinfo() doc from 3.5 by Martin Panter · 8 years ago
  31. f817a48 Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage by Martin Panter · 8 years ago
  32. 7db1d16 merge with 3.5 by Georg Brandl · 8 years ago
  33. 92849d1 Closes #20169: fix inner links random doc. by Georg Brandl · 8 years ago
  34. be1aec7 Issue #15608: Merge socketserver doc from 3.5 by Martin Panter · 8 years ago
  35. eac17b8 Issue #15608: Improve socketserver module documentation by Martin Panter · 8 years ago
  36. 31a252b Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 8 years ago
  37. 3fe64d0 Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 8 years ago
  38. 5ab2699 Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. by Ned Deily · 8 years ago
  39. f38c93f Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. by Ned Deily · 8 years ago
  40. bc1ee46 Issue #25179: Documentation for formatted string literals aka f-strings by Martin Panter · 8 years ago
  41. ffe96ae Issue #25994: Added the close() method and the support of the context manager by Serhiy Storchaka · 8 years ago
  42. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 8 years ago
  43. e93b06a Hopefully clarify the difference between Optional[t] and an optional argument. by Guido van Rossum · 8 years ago
  44. 3fb5612 Hopefully clarify the difference between Optional[t] and an optional argument. by Guido van Rossum · 8 years ago
  45. 3008b1c Issue #26304: Merge doc wording from 3.5 by Martin Panter · 8 years ago
  46. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 8 years ago
  47. 1fe0d13 Issue #26243: zlib.compress() keyword argument support by Aviv Palivoda by Martin Panter · 8 years ago
  48. 96a4f07 Issues #26310, #26311: Fix typos in the documentation and code comments by Martin Panter · 8 years ago
  49. 263c448 Issues #26310, 26311: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  50. b8e5eb3 Clarify "cardinality of" as "number of elements in" as many readers do by Gregory P. Smith · 8 years ago
  51. e27403b Clarify "cardinality of" as "number of elements in" as many readers do by Gregory P. Smith · 8 years ago
  52. d5db147 Issue #25179: Preparatory cleanup of existing docs on string formatting by Martin Panter · 8 years ago
  53. 503f908 Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir(). by Serhiy Storchaka · 8 years ago
  54. 46988d3 Merge string formatting doc fixes from 3.5 by Martin Panter · 8 years ago
  55. 71e8134 Merge with 3.5 by Zachary Ware · 8 years ago
  56. 3df11b2 Fix typo. by Zachary Ware · 8 years ago
  57. 8254f79 Issue #26244: Merge zlib documentation from 3.5 by Martin Panter · 8 years ago
  58. 567d513 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 8 years ago
  59. a638971 merge by Raymond Hettinger · 8 years ago
  60. b00da57 Issue #26194: Inserting into a full deque to raise an IndexError by Raymond Hettinger · 8 years ago
  61. 59fe937 Merge 3.5 (doc) by Victor Stinner · 8 years ago
  62. 5f0c5d9 Enhance os.scandir() doc by Victor Stinner · 8 years ago
  63. 89e5433 Issue #26242: Fix another one in importlib.rst by Berker Peksag · 8 years ago
  64. fe5f614 Issue #26242: Fix another one in importlib.rst by Berker Peksag · 8 years ago
  65. da7e0d8 Fix a markup error in socket.rst by Berker Peksag · 8 years ago
  66. 253739d Fix a markup error in socket.rst by Berker Peksag · 8 years ago
  67. 9d48869 Issue #19023: Merge ctypes doc and tests from 3.5 by Martin Panter · 8 years ago
  68. 34360c8 Issue #19023: Document ctypes array and pointer classes by Martin Panter · 8 years ago
  69. 0fe1b47 Issue #26199: Fix broken link in unittest.mock-examples.rst by Berker Peksag · 8 years ago
  70. a370a42 Issue #26199: Fix broken link in unittest.mock-examples.rst by Berker Peksag · 8 years ago
  71. 0ef0423 merge by Raymond Hettinger · 8 years ago
  72. 3743432 Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen by Raymond Hettinger · 8 years ago
  73. 52c854a Merge from 3.5 by Brett Cannon · 8 years ago
  74. 3bf1d87 Fix a typo in a code example by Brett Cannon · 8 years ago
  75. cbde4a6 merge from 3.5 by Senthil Kumaran · 8 years ago
  76. e5c05cc minor clarification on Zipfile 'x' mode - exclusive creation of a file. by Senthil Kumaran · 8 years ago
  77. 2e15d60 Issue #18620: Improve Pool examples in multiprocessing documentation by Berker Peksag · 8 years ago
  78. 7405c16 Issue #18620: Improve Pool examples in multiprocessing documentation by Berker Peksag · 8 years ago
  79. 316fcc8 merge from 3.5 by Senthil Kumaran · 8 years ago
  80. 6a0514e issue25982 - Add a class definition for managers.Namespace in the multiprocessing docs. by Senthil Kumaran · 8 years ago
  81. 5d69e68 Issue #5626: Remove misleading comment from socket.gethostname() documentation by Berker Peksag · 8 years ago
  82. 744fdfb Issue #5626: Remove misleading comment from socket.gethostname() documentation by Berker Peksag · 8 years ago
  83. 4f49c1c Issue #26157: Fix typos in asyncio-eventloop.rst by Berker Peksag · 8 years ago
  84. 49c9edf Issue #26157: Fix typos in asyncio-eventloop.rst by Berker Peksag · 8 years ago
  85. 3114d76 merge from 3.5 by Senthil Kumaran · 9 years ago
  86. 9e9f850 issue23962 - Reference the correct TimeoutError in concurrent.futures documentation. by Senthil Kumaran · 9 years ago
  87. 9cc4ed5 Issue #26129: Deprecated accepting non-integers in grp.getgrgid(). by Serhiy Storchaka · 9 years ago
  88. 2ae4ea5 use public 'value' by Ethan Furman · 9 years ago
  89. 7b3a82f Merge from 3.5 by Senthil Kumaran · 9 years ago
  90. a82908f Issue26035 - Correct the argument names used in the docs of the traceback module. Make it consistent with module args. by Senthil Kumaran · 9 years ago
  91. 2139a9f Issue #26127: Merge tokenize documentation by Martin Panter · 9 years ago
  92. 20b1bfa Issue #26127: Fix links in tokenize documentation; patch by Silent Ghost by Martin Panter · 9 years ago
  93. 60255b6 revert change 87a9dff5106c: pure Enum members again evaluate to True; by Ethan Furman · 9 years ago
  94. 997e6c1 #19006: merge with 3.5. by Ezio Melotti · 9 years ago
  95. f418db2 #19006: fix wording in unittest docs. by Ezio Melotti · 9 years ago
  96. 9179c40 Merge 3.5 (issue #25486) by Yury Selivanov · 9 years ago
  97. a7c159d Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs. by Yury Selivanov · 9 years ago
  98. d4d4f20 #25991: merge with 3.5. by Ezio Melotti · 9 years ago
  99. 7c018aa #25991: fix readline example to limit history size. Patch by Daniel Dye. by Ezio Melotti · 9 years ago
  100. 37dc2b2 Issue #25486: Resurrect inspect.getargspec in 3.6. Backout a565aad5d6e1. by Yury Selivanov · 9 years ago