1. e927e25 #15865: add "*" in the signature to document keyword-only args in the docs. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  2. ff63e7a Issue #15825: fix typo in OrderedDict docs. by Andrew Svetlov · 12 years ago
  3. 49ccd51 Add missing comma. by Ezio Melotti · 12 years ago
  4. 72b1426 #11964: Document a change in v3.2 to the json indent parameter by Petri Lehtinen · 12 years ago
  5. 72c6eef Fix a JSON doc typo by Petri Lehtinen · 12 years ago
  6. aa935df #15788: fix broken links in subprocess doc. Patch by Chris Rebert. by Ezio Melotti · 12 years ago
  7. 15251a9 Add glossary references by Antoine Pitrou · 12 years ago
  8. 331624b Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 12 years ago
  9. 9439f04 Issue #14954: Clarify the interaction of weak references and garbage collection. by Antoine Pitrou · 12 years ago
  10. f6bd1b0 #15742: clarify sqlite parameter substitution example. by R David Murray · 12 years ago
  11. e56bf97 #13579: teach string.Formatter about 'a'. by R David Murray · 12 years ago
  12. 31a1190 tutorial typo fix by Eli Bendersky · 12 years ago
  13. 75fd225 #15636: add versionadded for decodebytes by R David Murray · 12 years ago
  14. 2c1d1d6 #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
  15. 433ef3b #15694: reflow paragraph. by R David Murray · 12 years ago
  16. 9f0c940 #15694: Link discussion of file objects to glossary entry. by R David Murray · 12 years ago
  17. f6190c1 Issue 15660: Clarify 0 prefix for width field in str.format doc. by Terry Jan Reedy · 12 years ago
  18. d9c026f Issue #15412: Remove erroneous note about weakrefs by Richard Oudkerk · 12 years ago
  19. 264e9ac Issue #14501: Clarify that authentication keys are byte strings by Richard Oudkerk · 12 years ago
  20. b7c6c81 Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName. by Antoine Pitrou · 12 years ago
  21. dd7c552 clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin from docs@ by Sandro Tosi · 12 years ago
  22. ee0a945 #15543: reflow paragraphs. by R David Murray · 12 years ago
  23. 1b00f25 #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  24. 8f77349 Issue #15656: fixing code sample in extending doc by Eli Bendersky · 12 years ago
  25. 2b209cd #15269: document dircmp.left and right, and add tests for them. by R David Murray · 12 years ago
  26. a17ef14 fix typo by Sandro Tosi · 12 years ago
  27. f158d86 Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 12 years ago
  28. 296d1be Restore original line lengths. by Georg Brandl · 12 years ago
  29. 59db401 Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. by Andrew Svetlov · 12 years ago
  30. 50be452 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 12 years ago
  31. ecd78fe Issue #15624: clarify newline documentation for open and io.TextIOWrapper by Andrew Svetlov · 12 years ago
  32. 1ef9caa Issue #15630: Add an example for "continue" statement in the tutorial. Patch by by Senthil Kumaran · 12 years ago
  33. c7b0e21 add usage example from cli; thanks to Christian Clauss from docs@ by Sandro Tosi · 12 years ago
  34. 6cbe405 escape '\'; thanks to Steve Holden from docs@ by Sandro Tosi · 12 years ago
  35. 985104a it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@ by Sandro Tosi · 12 years ago
  36. 82a509c add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from docs@ by Sandro Tosi · 12 years ago
  37. 8b2c71a update Geany URL; thanks to Karl Tarbet from docs@ by Sandro Tosi · 12 years ago
  38. ee903c5 add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@ by Sandro Tosi · 12 years ago
  39. 0a90a82 zip() returns an iterator, make a list() of it; thanks to Martin from docs@ by Sandro Tosi · 12 years ago
  40. fbd4f80 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  41. 7dbee38 fix docs for c-api memory functions by Andrew Svetlov · 12 years ago
  42. eec6420 Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  43. 05c35a6 #15554: clarify splitlines/split differences. by R David Murray · 12 years ago
  44. 9b000e7 Issue #15482: Properly document the default 'level' parameter for __import__(). by Brett Cannon · 12 years ago
  45. da9df92 add missing period; thanks to Gaston Fiore from docs@ by Sandro Tosi · 12 years ago
  46. 401e17d open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't by Victor Stinner · 12 years ago
  47. 0c1c0d4 Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). by Antoine Pitrou · 12 years ago
  48. f37c0c7 Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py by Eli Bendersky · 12 years ago
  49. a58d668 Improved cookbook entry and fixed typo. by Vinay Sajip · 12 years ago
  50. e708a8a Issue #15041: update "see also" list in tkinter documentation. by Andrew Svetlov · 12 years ago
  51. 707bd4e Mention the *limit* argument of TextIO.readline(). by Antoine Pitrou · 12 years ago
  52. 393e23f Issue #15445: Updated logging configuration documentation to highlight potential security risk posed by listen() in certain scenarios. by Vinay Sajip · 12 years ago
  53. 55624da Rollback an incorrect Doc/ACKS.txt entry by Jesus Cea · 12 years ago
  54. 189fdf1 Better test for Issue #15402: Add a __sizeof__ method to struct.Struct by Jesus Cea · 12 years ago
  55. 28a9f21 - Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek. by Senthil Kumaran · 12 years ago
  56. e60e12b #15429: Fix invalid mention of types.NoneType from None docs. by R David Murray · 12 years ago
  57. 3be7a8b Issue #15399: Added versionchanged for processName. by Vinay Sajip · 12 years ago
  58. ef86d12 Closes #15396: memory leak in tkinter by Jesus Cea · 12 years ago
  59. a3d1cac Issue #15230: Update runpy docs to clarify a couple of points that came up in this issue by Nick Coghlan · 12 years ago
  60. 52cc722 Add c_size_t and c_ssize_t to the ctypes summary table. by Antoine Pitrou · 12 years ago
  61. 921d124 Show the proper way to exit a cmd shell by Raymond Hettinger · 12 years ago
  62. 83efd6c Issue #13557: Clarify effect of giving two different namespaces to exec or by Terry Jan Reedy · 12 years ago
  63. 29feb1f Make call of os.getppid() conditional: it is not available on Windows. by Georg Brandl · 12 years ago
  64. 3aa0c9d Fix inconsistent function name in embedding howto. by Georg Brandl · 12 years ago
  65. 4a27d9f urlparse docs clean up - no reference to earlier draft by Senthil Kumaran · 12 years ago
  66. 2d24e94 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  67. 72a80e8 issue13666 - Fixing datetime documentation example when using tzinfo by Senthil Kumaran · 12 years ago
  68. f21804a Issue #13685 - Update argparse help message for % sign usage. by Senthil Kumaran · 12 years ago
  69. 33369cf Fix a bunch of "versionchanged" related markup errors. by Georg Brandl · 12 years ago
  70. b8dc3ab Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah. by Mark Dickinson · 12 years ago
  71. f0acfee Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify that __int__ will be called for non-PyLongs by Mark Dickinson · 12 years ago
  72. 0a22924 Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify that __int__ will be called for non-PyLongs by Mark Dickinson · 12 years ago
  73. f90ea1f #14840: Add a bit on the difference between tuples and lists. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  74. 1377522 Issue #14933: fix misleading doc about weakref support in extension types. by Antoine Pitrou · 12 years ago
  75. 27b130e Issue #15060: better fix, thanks to review on #python-dev by Sandro Tosi · 12 years ago
  76. 56692f5 Issue #15060: fix typo in socket doc; Patch by anatoly techtonik by Sandro Tosi · 12 years ago
  77. a3a164a Nudge readers towards a more accurate mental model for loop else clauses by Nick Coghlan · 12 years ago
  78. 7f67133 backport c4bd68be5fc6 to 3.2 by Sandro Tosi · 12 years ago
  79. 964f205 refer to time.strftime by Sandro Tosi · 12 years ago
  80. 554b348 #14957: fix doc typo. by R David Murray · 12 years ago
  81. ae1b94b #14957: clarify splitlines docs. by R David Murray · 12 years ago
  82. 3f7d1d3 Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck by Sandro Tosi · 12 years ago
  83. 13c7034 Fix #14943. Update the proper default value and list the proper argument names in the explanation. by Brian Curtin · 12 years ago
  84. e1398f7 #11785: fix the :mod: references in email package submodule titles. by R David Murray · 12 years ago
  85. 1a01ebc #14863: Update the documentation of os.fdopen() by Petri Lehtinen · 12 years ago
  86. 979f37a Restore [] where default arguments are not keywords by Hynek Schlawack · 12 years ago
  87. dfa4652 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  88. f54c060 Fix `versionchanged` tags for json.load by Hynek Schlawack · 12 years ago
  89. 69d8493 Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call. by Vinay Sajip · 12 years ago
  90. 1203e83 Document when json.load's parse_constant behaviour changed by Hynek Schlawack · 12 years ago
  91. 079bfc9 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 12 years ago
  92. 1033b31 Fix time.time() references in the time module docs by Petri Lehtinen · 12 years ago
  93. f7a6615 #14823: Simplify threading.Lock.acquire argument discussion. by R David Murray · 12 years ago
  94. 9729fd4 #14692 Fix json docs to reflect changes in json.load by Hynek Schlawack · 12 years ago
  95. 28e68ea #1440472: reflow by R David Murray · 12 years ago
  96. ea1badb #1440472: Explain that email parser/generator isn't *quite* "idempotent" by R David Murray · 12 years ago
  97. 539f239 #14766: Reflow the altered paragraphs. by R David Murray · 12 years ago
  98. 9075d8b #14766: Add correct algorithm for when a 'time' object is naive. by R David Murray · 12 years ago
  99. e768b06 #14405: remove outdated/broken/duplicate links. by Ezio Melotti · 12 years ago
  100. ba3b0d8 Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek Jędrzejewski-Szmek for some of the wording. by Mark Dickinson · 12 years ago