1. 92849d1 Closes #20169: fix inner links random doc. by Georg Brandl · 9 years ago
  2. be1aec7 Issue #15608: Merge socketserver doc from 3.5 by Martin Panter · 9 years ago
  3. eac17b8 Issue #15608: Improve socketserver module documentation by Martin Panter · 9 years ago
  4. 31a252b Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 9 years ago
  5. 3fe64d0 Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 9 years ago
  6. bd81129 merge 3.5 (#26378) by Benjamin Peterson · 9 years ago
  7. 8f0432f fix typo (closes #26378) by Benjamin Peterson · 9 years ago
  8. 5ab2699 Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. by Ned Deily · 9 years ago
  9. f38c93f Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. by Ned Deily · 9 years ago
  10. 40383c8 Minor clarification in tutorial. by Georg Brandl · 9 years ago
  11. 3e48b38 Merge 3.5 (issue #25887) by Yury Selivanov · 9 years ago
  12. 77c9681 Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once. by Yury Selivanov · 9 years ago
  13. bc1ee46 Issue #25179: Documentation for formatted string literals aka f-strings by Martin Panter · 9 years ago
  14. ffe96ae Issue #25994: Added the close() method and the support of the context manager by Serhiy Storchaka · 9 years ago
  15. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 9 years ago
  16. e93b06a Hopefully clarify the difference between Optional[t] and an optional argument. by Guido van Rossum · 9 years ago
  17. 3fb5612 Hopefully clarify the difference between Optional[t] and an optional argument. by Guido van Rossum · 9 years ago
  18. 288ed03 Issue #26304: Additional “allows to” fix specific to 3.6 by Martin Panter · 9 years ago
  19. 3008b1c Issue #26304: Merge doc wording from 3.5 by Martin Panter · 9 years ago
  20. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  21. 7e3a91a Issue #26136: Upgrade the generator_stop warning to DeprecationWarning by Martin Panter · 9 years ago
  22. 1fe0d13 Issue #26243: zlib.compress() keyword argument support by Aviv Palivoda by Martin Panter · 9 years ago
  23. 96a4f07 Issues #26310, #26311: Fix typos in the documentation and code comments by Martin Panter · 9 years ago
  24. 263c448 Issues #26310, 26311: Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  25. b8e5eb3 Clarify "cardinality of" as "number of elements in" as many readers do by Gregory P. Smith · 9 years ago
  26. e27403b Clarify "cardinality of" as "number of elements in" as many readers do by Gregory P. Smith · 9 years ago
  27. c4b813d Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 9 years ago
  28. d5db147 Issue #25179: Preparatory cleanup of existing docs on string formatting by Martin Panter · 9 years ago
  29. 503f908 Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir(). by Serhiy Storchaka · 9 years ago
  30. 46988d3 Merge string formatting doc fixes from 3.5 by Martin Panter · 9 years ago
  31. 029f7f7 merge from 3.5 by Senthil Kumaran · 9 years ago
  32. b6213c5 Fix userinfo example presented in urllib2 howto. by Senthil Kumaran · 9 years ago
  33. e922289 Merge with 3.5 by Zachary Ware · 9 years ago
  34. 2b81814 Python for .NET has moved to Github. by Zachary Ware · 9 years ago
  35. 71e8134 Merge with 3.5 by Zachary Ware · 9 years ago
  36. 3df11b2 Fix typo. by Zachary Ware · 9 years ago
  37. 8254f79 Issue #26244: Merge zlib documentation from 3.5 by Martin Panter · 9 years ago
  38. 567d513 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 9 years ago
  39. a638971 merge by Raymond Hettinger · 9 years ago
  40. b00da57 Issue #26194: Inserting into a full deque to raise an IndexError by Raymond Hettinger · 9 years ago
  41. 59fe937 Merge 3.5 (doc) by Victor Stinner · 9 years ago
  42. 5f0c5d9 Enhance os.scandir() doc by Victor Stinner · 9 years ago
  43. 89e5433 Issue #26242: Fix another one in importlib.rst by Berker Peksag · 9 years ago
  44. fe5f614 Issue #26242: Fix another one in importlib.rst by Berker Peksag · 9 years ago
  45. da7e0d8 Fix a markup error in socket.rst by Berker Peksag · 9 years ago
  46. 253739d Fix a markup error in socket.rst by Berker Peksag · 9 years ago
  47. f98aca5 Update "Creating Virtual Environments" link in venv documentation by Berker Peksag · 9 years ago
  48. ef410770 Update "Creating Virtual Environments" link in venv documentation by Berker Peksag · 9 years ago
  49. f108a58 Update output of venv -h by Berker Peksag · 9 years ago
  50. a9744ae Update output of venv -h by Berker Peksag · 9 years ago
  51. 68df686 Add a link to PEP 384 in stable.rst by Berker Peksag · 9 years ago
  52. 9d48869 Issue #19023: Merge ctypes doc and tests from 3.5 by Martin Panter · 9 years ago
  53. 34360c8 Issue #19023: Document ctypes array and pointer classes by Martin Panter · 9 years ago
  54. 806cb0f Add a link to PEP 384 in stable.rst by Berker Peksag · 9 years ago
  55. 1b95517 Issue #26034: Sync documentation of --clear with its behavior by Berker Peksag · 9 years ago
  56. 547f66f Issue #26034: Sync documentation of --clear with its behavior by Berker Peksag · 9 years ago
  57. 0fe1b47 Issue #26199: Fix broken link in unittest.mock-examples.rst by Berker Peksag · 9 years ago
  58. 5da4e86 Issue #26220: Merge Unicode how-to from 3.5 by Martin Panter · 9 years ago
  59. 4942870 Issue #26220: Remove outdated comment about a question mark by Martin Panter · 9 years ago
  60. a370a42 Issue #26199: Fix broken link in unittest.mock-examples.rst by Berker Peksag · 9 years ago
  61. 0ef0423 merge by Raymond Hettinger · 9 years ago
  62. 3743432 Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen by Raymond Hettinger · 9 years ago
  63. 9fa8126 Issue #18018: Raise an ImportError if a relative import is attempted by Brett Cannon · 9 years ago
  64. 849113a Issue #25791: Warn when __package__ != __spec__.parent. by Brett Cannon · 9 years ago
  65. 52c854a Merge from 3.5 by Brett Cannon · 9 years ago
  66. 3bf1d87 Fix a typo in a code example by Brett Cannon · 9 years ago
  67. bf98079 Merge 3.5 (i18n doc, issue #25907) by Victor Stinner · 9 years ago
  68. 875f29a doc: i18n HTML templates by Victor Stinner · 9 years ago
  69. cbde4a6 merge from 3.5 by Senthil Kumaran · 9 years ago
  70. e5c05cc minor clarification on Zipfile 'x' mode - exclusive creation of a file. by Senthil Kumaran · 9 years ago
  71. 2e15d60 Issue #18620: Improve Pool examples in multiprocessing documentation by Berker Peksag · 9 years ago
  72. 7405c16 Issue #18620: Improve Pool examples in multiprocessing documentation by Berker Peksag · 9 years ago
  73. dce4ae8 merge from 3.5 by Senthil Kumaran · 9 years ago
  74. 1538b3d issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and by Senthil Kumaran · 9 years ago
  75. 875dde4 Merge 3.5 (doc) by Victor Stinner · 9 years ago
  76. d99cd33 Issue #26106: doc: Move text of licenses to parsed literal block by Victor Stinner · 9 years ago
  77. e45abae merge 3.5 (#26172) by Benjamin Peterson · 9 years ago
  78. b57eaea merge 3.4 (#26172) by Benjamin Peterson · 9 years ago
  79. c836f71 remove script from epub (closes #26172) by Benjamin Peterson · 9 years ago
  80. f3914eb co_lnotab supports negative line number delta by Victor Stinner · 9 years ago
  81. 316fcc8 merge from 3.5 by Senthil Kumaran · 9 years ago
  82. 6a0514e issue25982 - Add a class definition for managers.Namespace in the multiprocessing docs. by Senthil Kumaran · 9 years ago
  83. 5d69e68 Issue #5626: Remove misleading comment from socket.gethostname() documentation by Berker Peksag · 9 years ago
  84. 744fdfb Issue #5626: Remove misleading comment from socket.gethostname() documentation by Berker Peksag · 9 years ago
  85. 4f49c1c Issue #26157: Fix typos in asyncio-eventloop.rst by Berker Peksag · 9 years ago
  86. 49c9edf Issue #26157: Fix typos in asyncio-eventloop.rst by Berker Peksag · 9 years ago
  87. 3114d76 merge from 3.5 by Senthil Kumaran · 9 years ago
  88. 9e9f850 issue23962 - Reference the correct TimeoutError in concurrent.futures documentation. by Senthil Kumaran · 9 years ago
  89. 9cc4ed5 Issue #26129: Deprecated accepting non-integers in grp.getgrgid(). by Serhiy Storchaka · 9 years ago
  90. 613065b Issue26069 - Update whatsnew/3.6.rst on traceback module's api removals. by Senthil Kumaran · 9 years ago
  91. 5ad53bf Merge from 3.5 by Senthil Kumaran · 9 years ago
  92. 76d9a6b Issue26017 - Suggest enclosing command args in double quotes when using characters which get interpreted by shell. by Senthil Kumaran · 9 years ago
  93. a8a3a1b merge from 3.5 by Senthil Kumaran · 9 years ago
  94. 80538e9 Issue26135 - In the tutorial section on modules, reference importlib.reload instead of imp.reload. by Senthil Kumaran · 9 years ago
  95. 2ae4ea5 use public 'value' by Ethan Furman · 9 years ago
  96. 51578c0 Issue #25089: Adds short documentation section for modifying an install. by Steve Dower · 9 years ago
  97. e248f68 Issue #25089: Adds short documentation section for modifying an install. by Steve Dower · 9 years ago
  98. e8afd01 Issue #23883: Update news by Martin Panter · 9 years ago
  99. 7b3a82f Merge from 3.5 by Senthil Kumaran · 9 years ago
  100. 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