1. bd4dd54 Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. by Robert Collins · 9 years ago
  2. 842c074 Issue #24729: Correct reference to open function. by Jason R. Coombs · 9 years ago
  3. 1ee9283 Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 9 years ago
  4. d8de44b Issue #24729: Update tutorial to match implementation. by Alessandro Cucci · 9 years ago
  5. 7e732a7 Issue #24713: Use importlib.reload() in import reference document. by Berker Peksag · 9 years ago
  6. f79dfe3 Add versionchanged information for mock_open. by Robert Collins · 9 years ago
  7. ca647ef Issue #21750: Further fixup to be styled like other mock APIs. by Robert Collins · 9 years ago
  8. 80e4f30 Remove line numbers from unittest in susp-ignored. by Robert Collins · 9 years ago
  9. 16dd210 Fix suspicious after the unittest docs change. by Robert Collins · 9 years ago
  10. e02f6c2 Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 9 years ago
  11. 4aa30dc rstlint: explicitly open files as UTF8 by Zachary Ware · 9 years ago
  12. c75e2dd Issue #24680: Remove random backslash. Patch by cdz. by Zachary Ware · 9 years ago
  13. acb3a4d fix normalization example (closes #24610) by Benjamin Peterson · 9 years ago
  14. e36402a Fix usage of the default role. by Zachary Ware · 9 years ago
  15. 5c676f6 Fix suspicious markup by Zachary Ware · 9 years ago
  16. 7dcbf90 'not' is very important here by Benjamin Peterson · 9 years ago
  17. b8fd262 tighten warning by Benjamin Peterson · 9 years ago
  18. f1ce6de Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference by Ned Deily · 9 years ago
  19. a1005ed #24584: replace dead link with pointer to archive.org. by R David Murray · 9 years ago
  20. 3ef8058 remove stray '(' (closes #24547) by Benjamin Peterson · 9 years ago
  21. 89584c9 Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. by Berker Peksag · 9 years ago
  22. 1096f76 Issue #24509: Clarify Handle.cancel() and loop.call_* methods. by Yury Selivanov · 9 years ago
  23. bb96134 asyncio.docs: Use less confusing title by Yury Selivanov · 9 years ago
  24. 03863d2 Fixed documentation of functions with const char* arguments. by Serhiy Storchaka · 9 years ago
  25. 5fa22fc Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 9 years ago
  26. b4760ef Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos. by Senthil Kumaran · 9 years ago
  27. 1c90670 Issue #24453: Fix doubled word. by Raymond Hettinger · 9 years ago
  28. 6ac5cc1 whitespace by Terry Jan Reedy · 9 years ago
  29. fe63c9a Issue #24406: Add sentences on dict comparisons, similar to those for Sequence by Terry Jan Reedy · 9 years ago
  30. f5d4523 Closes issue #24405: mark set display as code. by Terry Jan Reedy · 9 years ago
  31. 17d5f47 - Issue #24351: Clarify what is meant by "identifier" in the context of by Barry Warsaw · 9 years ago
  32. f330d53 #23891: correctly refer to PyPI as "Python Package Index" by Tal Einat · 9 years ago
  33. d004071 #23891: remove extra words by Andrew Kuchling · 9 years ago
  34. dd15b36 #23891: add a section to the Tutorial describing virtual environments and pip by Andrew Kuchling · 9 years ago
  35. 4a75174 Add link to pyvideoorg by Andrew Kuchling · 9 years ago
  36. ecacfd8 #23891: rework discussion of python-list a bit by Andrew Kuchling · 9 years ago
  37. d71b170 #23891: describe a few more modules in the tutorial by Andrew Kuchling · 9 years ago
  38. d9ede87 that this is "for Python" is obvious by Benjamin Peterson · 9 years ago
  39. 12b50ce Issue #23659: Document **fmtparams in csv.register_dialect docstring. by Berker Peksag · 9 years ago
  40. 2558774 Issue #24148: Fix incorrect Stats.sort_stats() example. by Berker Peksag · 9 years ago
  41. 11cf4f6 Issue #24357: use example.org instead by Ned Deily · 9 years ago
  42. 834f029 Issue #24357: fix real typo by Ned Deily · 9 years ago
  43. 9e2dc3f Issue #24357: fix typo by Ned Deily · 9 years ago
  44. 1b79e2d Issue #24357: Change host in socket.getaddrinfo example to one that by Ned Deily · 9 years ago
  45. 0339568 Issue 22357: Document __qualname__ in inspect.rst by Yury Selivanov · 9 years ago
  46. 68fe9aa update for 3.6 emerging by Benjamin Peterson · 9 years ago
  47. 72c2400 Issue 24304: Fix broken license link in FAQ. by Ned Deily · 9 years ago
  48. 410d77f Remove UTF-8 BOMs. by Serhiy Storchaka · 9 years ago
  49. a6f6a68 whitespace by Terry Jan Reedy · 9 years ago
  50. 571164f Add pointer to IDLE what's new file. by Terry Jan Reedy · 9 years ago
  51. 43cba21 Make expression legal python by adding '1'. by Terry Jan Reedy · 9 years ago
  52. 9ecf9e2 Issue #24219: Remove duplicate literal in docs. by Raymond Hettinger · 9 years ago
  53. 315e104 Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 9 years ago
  54. 2a8baed Issue #24233: Add a proper link to socket.getfqdn() documentation. by Berker Peksag · 9 years ago
  55. d986563 Issue #22155: Add File Handlers subsection with createfilehandler to tkinter by Terry Jan Reedy · 9 years ago
  56. 0e8168c #24216: fix typo by R David Murray · 9 years ago
  57. 8279619 Issue 24191: Document BoundArguments.signature by Yury Selivanov · 9 years ago
  58. 2249d9f Make sentence correct English. by R David Murray · 9 years ago
  59. 0a560a1 #23088: Clarify null termination of bytes and strings in C API. by R David Murray · 9 years ago
  60. 3afdb28 Fix mangled wording by Raymond Hettinger · 9 years ago
  61. a378025 Issue #19934: Document *None* as an acceptable input to Counter.most_common([n]) by Raymond Hettinger · 9 years ago
  62. 19a3f17 use imperative by Benjamin Peterson · 9 years ago
  63. c2dd680 Issue #23983: Update the pty module example. by Berker Peksag · 9 years ago
  64. d7e19bb docs/asyncio: Document new ensure_future() and deprecated async() by Yury Selivanov · 9 years ago
  65. 7185461 docs/asyncio: Document set_task_factory/get_task_factory by Yury Selivanov · 9 years ago
  66. b79e012 Fix doc: asyncio.Semaphore.release() actually is a regular function, not coroutine by Andrew Svetlov · 9 years ago
  67. ad643b5 remove word we don't need by Benjamin Peterson · 9 years ago
  68. 828946e Fix copy/paste errors. by Zachary Ware · 9 years ago
  69. d0150ad Issue 24088: Clarify semantics of yield expression. by Guido van Rossum · 9 years ago
  70. ac87ed7 update example, since python.org is HTTPS-only now (closes #24118) by Benjamin Peterson · 9 years ago
  71. 4590c3d #24108: Update fnmatch.translate example to show correct output. by R David Murray · 9 years ago
  72. 6d877ef #24081: Remove obsolete caveat from import docs. by R David Murray · 9 years ago
  73. a7db057 Fixed a typo. by Serhiy Storchaka · 9 years ago
  74. bbd95a9 Issue #24060: Made logging.Formatter documentation a little clearer. by Vinay Sajip · 9 years ago
  75. 2034caa Issue #24062: Fix os.stat links. Patch by July Tikhonov. by Berker Peksag · 9 years ago
  76. 8c99a6d Issue #23356: Simplify convert_arg_line_to_args example. by Berker Peksag · 9 years ago
  77. d87dd43 fix relative link (closes #24057) by Benjamin Peterson · 9 years ago
  78. 9bdd613 remove dead *-import checking code (closes #24049) by Benjamin Peterson · 9 years ago
  79. 2097f53 Issue #24029: Document the name binding behavior for submodule imports. by Barry Warsaw · 9 years ago
  80. 333518e #15183: clarify timeit documentation to say that setup statement isn't timed by Andrew Kuchling · 9 years ago
  81. 6de708f recommend requests library (closes #23989) by Benjamin Peterson · 9 years ago
  82. cdbe299 fix grammar by Benjamin Peterson · 9 years ago
  83. 37de910 Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods. by Berker Peksag · 9 years ago
  84. e4dde50 Issue #15566: Document encoding and errors parameters of TarInfo.frombuf(). by Berker Peksag · 9 years ago
  85. 2d965c2 Issue #23536: Clarified scope of fileConfig()'s API. by Vinay Sajip · 9 years ago
  86. 5be7f15 #23957: fix typo. by R David Murray · 9 years ago
  87. 0f2f3bc issue9014: Include more formatting on :c:type:`PyObject` etc. by Gregory P. Smith · 9 years ago
  88. 1b24465 issue9014: Properly document PyObject_HEAD and friends post-PEP-3123. by Gregory P. Smith · 9 years ago
  89. 23a6a0d remove trailing space :) by Gregory P. Smith · 9 years ago
  90. f2a448a issue22046: mention that zipfile can raise NotImplementedError on unsupported by Gregory P. Smith · 9 years ago
  91. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  92. ae9f0fe Issue #23730: Document the return value of ZipFile.extract by Zachary Ware · 9 years ago
  93. 97aa953 Fix duplicate doc entry for SSLContext.get_ca_certs() by Antoine Pitrou · 9 years ago
  94. 4c9c848 Issue #17202: Add .bat to .hgeol to force them to CRLF. by Zachary Ware · 9 years ago
  95. f3b990e Issue #23932: Update the tutorial section on function annotations. by Zachary Ware · 9 years ago
  96. 354c740 #17380: Document tp_init return value in extending docs. by R David Murray · 9 years ago
  97. 9575e18 Issue #12955: Change the urlopen() examples to use context managers where appropriate. by Berker Peksag · 9 years ago
  98. 8ad751e Close #23904: fix pathlib documentation misleadingly mentioning that bytes objects are accepted in the PurePath constructor by Antoine Pitrou · 9 years ago
  99. 770319d Issue #23912: Fix code formatting in datamodel.rst. by Berker Peksag · 9 years ago
  100. 1c69c3e use imperative by Benjamin Peterson · 9 years ago