1. f1ce6de Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference by Ned Deily · 9 years ago
  2. a1005ed #24584: replace dead link with pointer to archive.org. by R David Murray · 9 years ago
  3. 3ef8058 remove stray '(' (closes #24547) by Benjamin Peterson · 9 years ago
  4. 89584c9 Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. by Berker Peksag · 9 years ago
  5. 1096f76 Issue #24509: Clarify Handle.cancel() and loop.call_* methods. by Yury Selivanov · 9 years ago
  6. bb96134 asyncio.docs: Use less confusing title by Yury Selivanov · 9 years ago
  7. 03863d2 Fixed documentation of functions with const char* arguments. by Serhiy Storchaka · 9 years ago
  8. 5fa22fc Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 9 years ago
  9. b4760ef Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos. by Senthil Kumaran · 9 years ago
  10. 1c90670 Issue #24453: Fix doubled word. by Raymond Hettinger · 9 years ago
  11. 6ac5cc1 whitespace by Terry Jan Reedy · 9 years ago
  12. fe63c9a Issue #24406: Add sentences on dict comparisons, similar to those for Sequence by Terry Jan Reedy · 9 years ago
  13. f5d4523 Closes issue #24405: mark set display as code. by Terry Jan Reedy · 9 years ago
  14. 17d5f47 - Issue #24351: Clarify what is meant by "identifier" in the context of by Barry Warsaw · 9 years ago
  15. f330d53 #23891: correctly refer to PyPI as "Python Package Index" by Tal Einat · 9 years ago
  16. d004071 #23891: remove extra words by Andrew Kuchling · 9 years ago
  17. dd15b36 #23891: add a section to the Tutorial describing virtual environments and pip by Andrew Kuchling · 9 years ago
  18. 4a75174 Add link to pyvideoorg by Andrew Kuchling · 9 years ago
  19. ecacfd8 #23891: rework discussion of python-list a bit by Andrew Kuchling · 9 years ago
  20. d71b170 #23891: describe a few more modules in the tutorial by Andrew Kuchling · 9 years ago
  21. d9ede87 that this is "for Python" is obvious by Benjamin Peterson · 9 years ago
  22. 12b50ce Issue #23659: Document **fmtparams in csv.register_dialect docstring. by Berker Peksag · 9 years ago
  23. 2558774 Issue #24148: Fix incorrect Stats.sort_stats() example. by Berker Peksag · 9 years ago
  24. 11cf4f6 Issue #24357: use example.org instead by Ned Deily · 9 years ago
  25. 834f029 Issue #24357: fix real typo by Ned Deily · 9 years ago
  26. 9e2dc3f Issue #24357: fix typo by Ned Deily · 9 years ago
  27. 1b79e2d Issue #24357: Change host in socket.getaddrinfo example to one that by Ned Deily · 9 years ago
  28. 0339568 Issue 22357: Document __qualname__ in inspect.rst by Yury Selivanov · 9 years ago
  29. 68fe9aa update for 3.6 emerging by Benjamin Peterson · 9 years ago
  30. 72c2400 Issue 24304: Fix broken license link in FAQ. by Ned Deily · 9 years ago
  31. 410d77f Remove UTF-8 BOMs. by Serhiy Storchaka · 9 years ago
  32. a6f6a68 whitespace by Terry Jan Reedy · 9 years ago
  33. 571164f Add pointer to IDLE what's new file. by Terry Jan Reedy · 9 years ago
  34. 43cba21 Make expression legal python by adding '1'. by Terry Jan Reedy · 9 years ago
  35. 9ecf9e2 Issue #24219: Remove duplicate literal in docs. by Raymond Hettinger · 9 years ago
  36. 315e104 Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 9 years ago
  37. 2a8baed Issue #24233: Add a proper link to socket.getfqdn() documentation. by Berker Peksag · 9 years ago
  38. d986563 Issue #22155: Add File Handlers subsection with createfilehandler to tkinter by Terry Jan Reedy · 9 years ago
  39. 0e8168c #24216: fix typo by R David Murray · 9 years ago
  40. 8279619 Issue 24191: Document BoundArguments.signature by Yury Selivanov · 9 years ago
  41. 2249d9f Make sentence correct English. by R David Murray · 9 years ago
  42. 0a560a1 #23088: Clarify null termination of bytes and strings in C API. by R David Murray · 9 years ago
  43. 3afdb28 Fix mangled wording by Raymond Hettinger · 9 years ago
  44. a378025 Issue #19934: Document *None* as an acceptable input to Counter.most_common([n]) by Raymond Hettinger · 9 years ago
  45. 19a3f17 use imperative by Benjamin Peterson · 9 years ago
  46. c2dd680 Issue #23983: Update the pty module example. by Berker Peksag · 9 years ago
  47. d7e19bb docs/asyncio: Document new ensure_future() and deprecated async() by Yury Selivanov · 9 years ago
  48. 7185461 docs/asyncio: Document set_task_factory/get_task_factory by Yury Selivanov · 9 years ago
  49. b79e012 Fix doc: asyncio.Semaphore.release() actually is a regular function, not coroutine by Andrew Svetlov · 9 years ago
  50. ad643b5 remove word we don't need by Benjamin Peterson · 9 years ago
  51. 828946e Fix copy/paste errors. by Zachary Ware · 9 years ago
  52. d0150ad Issue 24088: Clarify semantics of yield expression. by Guido van Rossum · 9 years ago
  53. ac87ed7 update example, since python.org is HTTPS-only now (closes #24118) by Benjamin Peterson · 9 years ago
  54. 4590c3d #24108: Update fnmatch.translate example to show correct output. by R David Murray · 9 years ago
  55. 6d877ef #24081: Remove obsolete caveat from import docs. by R David Murray · 9 years ago
  56. a7db057 Fixed a typo. by Serhiy Storchaka · 9 years ago
  57. bbd95a9 Issue #24060: Made logging.Formatter documentation a little clearer. by Vinay Sajip · 9 years ago
  58. 2034caa Issue #24062: Fix os.stat links. Patch by July Tikhonov. by Berker Peksag · 9 years ago
  59. 8c99a6d Issue #23356: Simplify convert_arg_line_to_args example. by Berker Peksag · 9 years ago
  60. d87dd43 fix relative link (closes #24057) by Benjamin Peterson · 9 years ago
  61. 9bdd613 remove dead *-import checking code (closes #24049) by Benjamin Peterson · 9 years ago
  62. 2097f53 Issue #24029: Document the name binding behavior for submodule imports. by Barry Warsaw · 9 years ago
  63. 333518e #15183: clarify timeit documentation to say that setup statement isn't timed by Andrew Kuchling · 9 years ago
  64. 6de708f recommend requests library (closes #23989) by Benjamin Peterson · 9 years ago
  65. cdbe299 fix grammar by Benjamin Peterson · 9 years ago
  66. 37de910 Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods. by Berker Peksag · 9 years ago
  67. e4dde50 Issue #15566: Document encoding and errors parameters of TarInfo.frombuf(). by Berker Peksag · 9 years ago
  68. 2d965c2 Issue #23536: Clarified scope of fileConfig()'s API. by Vinay Sajip · 9 years ago
  69. 5be7f15 #23957: fix typo. by R David Murray · 9 years ago
  70. 0f2f3bc issue9014: Include more formatting on :c:type:`PyObject` etc. by Gregory P. Smith · 9 years ago
  71. 1b24465 issue9014: Properly document PyObject_HEAD and friends post-PEP-3123. by Gregory P. Smith · 9 years ago
  72. 23a6a0d remove trailing space :) by Gregory P. Smith · 9 years ago
  73. f2a448a issue22046: mention that zipfile can raise NotImplementedError on unsupported by Gregory P. Smith · 9 years ago
  74. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  75. ae9f0fe Issue #23730: Document the return value of ZipFile.extract by Zachary Ware · 9 years ago
  76. 97aa953 Fix duplicate doc entry for SSLContext.get_ca_certs() by Antoine Pitrou · 9 years ago
  77. 4c9c848 Issue #17202: Add .bat to .hgeol to force them to CRLF. by Zachary Ware · 9 years ago
  78. f3b990e Issue #23932: Update the tutorial section on function annotations. by Zachary Ware · 9 years ago
  79. 354c740 #17380: Document tp_init return value in extending docs. by R David Murray · 9 years ago
  80. 9575e18 Issue #12955: Change the urlopen() examples to use context managers where appropriate. by Berker Peksag · 9 years ago
  81. 8ad751e Close #23904: fix pathlib documentation misleadingly mentioning that bytes objects are accepted in the PurePath constructor by Antoine Pitrou · 9 years ago
  82. 770319d Issue #23912: Fix code formatting in datamodel.rst. by Berker Peksag · 9 years ago
  83. 1c69c3e use imperative by Benjamin Peterson · 9 years ago
  84. eb7a97c Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes docs. by Berker Peksag · 9 years ago
  85. fe5ac52 Fix typo in telnet docs (reported by Keith Briggs) by Tim Golden · 9 years ago
  86. 6f362fa actually ssl3 is just completely broken by Benjamin Peterson · 9 years ago
  87. 7ecfc82 Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available. by Berker Peksag · 9 years ago
  88. 42c235e Added missing right bracket (reported by Daryl Klakouski) by Tim Golden · 9 years ago
  89. 72dcb0a Issue #23219: Update asyncio.wait_for() documentation by Victor Stinner · 10 years ago
  90. 8218bd4 document what exactly str.splitlines() splits on (closes #12855) by Benjamin Peterson · 10 years ago
  91. c43a666 Issue #23729: Improve docs for ElementTree namespace parsing by Raymond Hettinger · 10 years ago
  92. 2e3998f #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 10 years ago
  93. f6e31b7 Issue 23729: Document ElementTree namespace handling and fix an omission in the XPATH predicate table. by Raymond Hettinger · 10 years ago
  94. beed840 #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  95. 218144a clarify behavior of shutil.move when destination exists (closes #22933) by Benjamin Peterson · 10 years ago
  96. 63998a3 #11726: Make linecache docs reflect that all files are treated the same. by R David Murray · 10 years ago
  97. 376658f Issue #11726: Fix linecache example in the doc by Victor Stinner · 10 years ago
  98. 93f0665 Issue #11726: clarify linecache doc: linecache is written to cache Python by Victor Stinner · 10 years ago
  99. 6a318d4 Issue #19428: Document that PyMarshal_ReadLongFromFile() and by Victor Stinner · 10 years ago
  100. 6a98002 Issue #23682: Delete Python 2.2 mention from distutils documentation. by Berker Peksag · 10 years ago