1. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  2. cfad543 Issue #22413: Document newline effect on StringIO initializer and getvalue by Martin Panter · 9 years ago
  3. 24a6109 Issue #16802: Document fileno parameter of socket.socket() by Berker Peksag · 9 years ago
  4. 9955a37 Various minor typos in documentation and comments by Martin Panter · 9 years ago
  5. 85b8f45 Issue #25286: Dictionary views are not sequences by Martin Panter · 9 years ago
  6. 601953b Docs and one small improvement for issue #25304, by Vincent Michel. by Guido van Rossum · 9 years ago
  7. b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. by Guido van Rossum · 9 years ago
  8. 3795d12 Issue #16701: Document += and *= for mutable sequences by Martin Panter · 9 years ago
  9. d470527 Issue #25224: README.txt is now an idlelib index for IDLE developers and by Terry Jan Reedy · 9 years ago
  10. 1c62b52 Reflect parameter name change in the doc by Andrew Svetlov · 9 years ago
  11. 37f8135 Issue #24028: Add subsection about Idle calltips. by Terry Jan Reedy · 9 years ago
  12. 87d0066 Fix English phrasing. by R David Murray · 9 years ago
  13. 1dd72e6 make wikipedia link https by Benjamin Peterson · 9 years ago
  14. c402d8d shorten and fix casing of title by Benjamin Peterson · 9 years ago
  15. f660ce2 Issue #25225: Condense and rewrite Idle doc section on text colors. by Terry Jan Reedy · 9 years ago
  16. 4919907 Fix #25208: Improve "Develop with asyncio" doc page. by Andrew Svetlov · 9 years ago
  17. 0053c47 Issue 21995: Explain some differences between IDLE and console Python. by Terry Jan Reedy · 9 years ago
  18. bfd9767 Issue #24894: Document the codec iso8859_11 by Victor Stinner · 9 years ago
  19. 8b5a981 Issue #22820: Explain need for *print* when running file from Idle editor. by Terry Jan Reedy · 9 years ago
  20. 6e10ec5 Issue 25224: Augment Idle doc feature list and no-subprocess section by Terry Jan Reedy · 9 years ago
  21. 968e285 Issue #25219: Update doc for Idle command line options. by Terry Jan Reedy · 9 years ago
  22. 5e4a7d8 Issue #23630, asyncio: host parameter of loop.create_server() can now be a by Victor Stinner · 9 years ago
  23. f7dc7fb Issue #25114, asyncio: add ssl_object extra info to SSL transports by Victor Stinner · 9 years ago
  24. 407c497 Issue #23484: Document differences between synchronization primitives of by Berker Peksag · 9 years ago
  25. 44e4b11 Issue #25169: os.getppid() is available on Windows since Python 3.2. by Berker Peksag · 9 years ago
  26. cebfdac Issue #25176: Correct link for cgi.parse_qsl; patch from Ville Skyttä by Martin Panter · 9 years ago
  27. 2a5f9da Issue24756: clarify usage of run_docstring_examples() by Ethan Furman · 9 years ago
  28. 0b0c3b6 Issue #25127: Fix typo in concurrent.futures.rst by Berker Peksag · 9 years ago
  29. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  30. 06171bd Issue #16473: Fix byte transform codec documentation; test quotetabs=True by Martin Panter · 9 years ago
  31. f9b6875 Issue #25063: socket.sendfile() does not exist in 3.4 by Martin Panter · 9 years ago
  32. ea7266d Issue #25043: Document BDADDR_ and HCI_ Bluetooth socket constants by Martin Panter · 9 years ago
  33. 79e5088 Fix grammatical error in csv docs. by Zachary Ware · 9 years ago
  34. db4220e Issue #25030: Do not document seek() as if it accepts keyword arguments by Martin Panter · 9 years ago
  35. d830262 Issue #24984: BTPROTO_SCO supports only bytes objects by Martin Panter · 9 years ago
  36. 920f6db Use print function in mock docs. by Berker Peksag · 9 years ago
  37. d1a9858 Issue #24984: Document AF_BLUETOOTH socket address formats by Martin Panter · 9 years ago
  38. 9499413 os.sendfile(headers=None, trailers=None) arguments are not actually accepted by Martin Panter · 9 years ago
  39. bf19d16 Issue #23738: Document and test actual keyword parameter names by Martin Panter · 9 years ago
  40. 7f02d6d Issue #23406: Clarify documentation on multiplying a sequence by Martin Panter · 9 years ago
  41. 17227a7 #24998: fix cut and paste error in subprocess example. by R David Murray · 9 years ago
  42. 5492d35 asyncio doc: fix subprocess sections by Victor Stinner · 9 years ago
  43. 31e7f50 Issue #24952: Clarify default argument of stack_size() in threading, _thread by Martin Panter · 9 years ago
  44. 0612ffe fix spelling that was a bit confused (closes #24963) by Benjamin Peterson · 9 years ago
  45. 7a3602e Issue #24931: Resolve __dict__ conflict in namedtuple subclasses. by Raymond Hettinger · 9 years ago
  46. 5e580da Issue #24947: Fix grammar in asyncio doc by Zachary Ware · 9 years ago
  47. 87cbfb2 #24926: Fix typo in example. by R David Murray · 9 years ago
  48. a2b0055 Issue #22812: Fix unittest discovery examples. by Robert Collins · 9 years ago
  49. eca0445 Issue #24079: Improve description of the text and tail attributes for by Ned Deily · 9 years ago
  50. 4ce4f97 Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban. by Antoine Pitrou · 9 years ago
  51. 79b98df Issue #21279: Flesh out str.translate docs by Zachary Ware · 9 years ago
  52. 1ae28d2 Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 9 years ago
  53. 30f1f67 Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy. by Terry Jan Reedy · 9 years ago
  54. 41ca828 Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. by Berker Peksag · 9 years ago
  55. 1ee9283 Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 9 years ago
  56. f79dfe3 Add versionchanged information for mock_open. by Robert Collins · 9 years ago
  57. ca647ef Issue #21750: Further fixup to be styled like other mock APIs. by Robert Collins · 9 years ago
  58. e02f6c2 Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 9 years ago
  59. e36402a Fix usage of the default role. by Zachary Ware · 9 years ago
  60. 5c676f6 Fix suspicious markup by Zachary Ware · 9 years ago
  61. 7dcbf90 'not' is very important here by Benjamin Peterson · 9 years ago
  62. b8fd262 tighten warning by Benjamin Peterson · 9 years ago
  63. f1ce6de Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference by Ned Deily · 9 years ago
  64. a1005ed #24584: replace dead link with pointer to archive.org. by R David Murray · 9 years ago
  65. 89584c9 Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. by Berker Peksag · 9 years ago
  66. 1096f76 Issue #24509: Clarify Handle.cancel() and loop.call_* methods. by Yury Selivanov · 9 years ago
  67. bb96134 asyncio.docs: Use less confusing title by Yury Selivanov · 9 years ago
  68. b4760ef Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos. by Senthil Kumaran · 9 years ago
  69. 1c90670 Issue #24453: Fix doubled word. by Raymond Hettinger · 9 years ago
  70. 6ac5cc1 whitespace by Terry Jan Reedy · 9 years ago
  71. fe63c9a Issue #24406: Add sentences on dict comparisons, similar to those for Sequence by Terry Jan Reedy · 9 years ago
  72. 17d5f47 - Issue #24351: Clarify what is meant by "identifier" in the context of by Barry Warsaw · 9 years ago
  73. d9ede87 that this is "for Python" is obvious by Benjamin Peterson · 9 years ago
  74. 12b50ce Issue #23659: Document **fmtparams in csv.register_dialect docstring. by Berker Peksag · 9 years ago
  75. 2558774 Issue #24148: Fix incorrect Stats.sort_stats() example. by Berker Peksag · 9 years ago
  76. 11cf4f6 Issue #24357: use example.org instead by Ned Deily · 9 years ago
  77. 834f029 Issue #24357: fix real typo by Ned Deily · 9 years ago
  78. 9e2dc3f Issue #24357: fix typo by Ned Deily · 9 years ago
  79. 1b79e2d Issue #24357: Change host in socket.getaddrinfo example to one that by Ned Deily · 9 years ago
  80. 0339568 Issue 22357: Document __qualname__ in inspect.rst by Yury Selivanov · 9 years ago
  81. 43cba21 Make expression legal python by adding '1'. by Terry Jan Reedy · 9 years ago
  82. 315e104 Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 9 years ago
  83. 2a8baed Issue #24233: Add a proper link to socket.getfqdn() documentation. by Berker Peksag · 9 years ago
  84. d986563 Issue #22155: Add File Handlers subsection with createfilehandler to tkinter by Terry Jan Reedy · 9 years ago
  85. 0e8168c #24216: fix typo by R David Murray · 9 years ago
  86. 8279619 Issue 24191: Document BoundArguments.signature by Yury Selivanov · 9 years ago
  87. 2249d9f Make sentence correct English. by R David Murray · 9 years ago
  88. 3afdb28 Fix mangled wording by Raymond Hettinger · 9 years ago
  89. a378025 Issue #19934: Document *None* as an acceptable input to Counter.most_common([n]) by Raymond Hettinger · 9 years ago
  90. 19a3f17 use imperative by Benjamin Peterson · 9 years ago
  91. c2dd680 Issue #23983: Update the pty module example. by Berker Peksag · 9 years ago
  92. d7e19bb docs/asyncio: Document new ensure_future() and deprecated async() by Yury Selivanov · 9 years ago
  93. 7185461 docs/asyncio: Document set_task_factory/get_task_factory by Yury Selivanov · 9 years ago
  94. b79e012 Fix doc: asyncio.Semaphore.release() actually is a regular function, not coroutine by Andrew Svetlov · 9 years ago
  95. ad643b5 remove word we don't need by Benjamin Peterson · 9 years ago
  96. 828946e Fix copy/paste errors. by Zachary Ware · 9 years ago
  97. ac87ed7 update example, since python.org is HTTPS-only now (closes #24118) by Benjamin Peterson · 9 years ago
  98. 4590c3d #24108: Update fnmatch.translate example to show correct output. by R David Murray · 9 years ago
  99. 6d877ef #24081: Remove obsolete caveat from import docs. by R David Murray · 9 years ago
  100. bbd95a9 Issue #24060: Made logging.Formatter documentation a little clearer. by Vinay Sajip · 9 years ago