1. b362f75 Issue #25523: Correct "a" article to "an" article by Martin Panter · 10 years ago
  2. 3626e5e Issue #4945: Improved the documenting of boolean arguments in the json module. by Serhiy Storchaka · 9 years ago
  3. bc44893 Issue #27416: clarify copy doc by Victor Stinner · 9 years ago
  4. aaa4baf Issue #27370: Use t for an iterable in mutable sequence ops by Martin Panter · 9 years ago
  5. 8da85a1 Fix the urllib.parse.urljoin docs. Reported by Bo Bayles in docs list. by Senthil Kumaran · 9 years ago
  6. 4183387 Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 9 years ago
  7. d51b0f2 Issue #24314: Add links for general attributes like __name__, __dict__ by Martin Panter · 9 years ago
  8. 0e21233 Issue #12855: Document what exactly unicode.splitlines() splits on by Martin Panter · 9 years ago
  9. fc0a55f Issue #16182: Backport documentation of set_pre_input_hook() availability by Martin Panter · 9 years ago
  10. e52140c #16484: Change PYTHONDOCS to "https:", and fix links to use lowercase by Martin Panter · 9 years ago
  11. be2bb47 Issue #16484: PYTHONDOCS still uses “http:” in Python 2 by Martin Panter · 9 years ago
  12. 33b19ca Issue #24617: Add comment for os.mkdir about mode quirks by Tommy Beadle · 9 years ago
  13. c9813d8 Issue #20699: Document that “io” methods should accept memoryview by Martin Panter · 9 years ago
  14. d6cecd3 Issue #8491: Add link to Gnu Readline configuration documentation by Martin Panter · 9 years ago
  15. 24b9e1a [Issue 15476] Make "code object" its own entry in the index by Tommy Beadle · 9 years ago
  16. 6af1c49 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 9 years ago
  17. 835d392 Issue #26014: Guide 2.7 users to the new packaging documentation: by Ned Deily · 9 years ago
  18. 06cd1c3 Issue 27216: Fix typo (noticed by Alex Chan). by Ned Deily · 9 years ago
  19. e6167e3 [backport to 2.7] - issue8519 - Reference termios and ioctl manual pages in the library documentation. by Senthil Kumaran · 9 years ago
  20. c3cd60e issue25931: document that socketserver.Forking* are unavailable on platforms by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  21. 3017cef #13784: fix xml.sax.reader getColumn/LineNumber docs. by R David Murray · 9 years ago
  22. 56da8fa Issue #12243: Remove redundant availability notes from getpass docs by Berker Peksag · 9 years ago
  23. fcd7d34 Issue #25570: Add example of customizing User-Agent via add_header() by Martin Panter · 9 years ago
  24. 200a615 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 9 years ago
  25. 739b373 issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other lines. by Senthil Kumaran · 9 years ago
  26. b44c452 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 9 years ago
  27. cb0fc27 Issue 25926: Clarify that the pure python equivalents are only approximate. by Raymond Hettinger · 9 years ago
  28. 5720493 Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL by Martin Panter · 9 years ago
  29. 6ecfab8 Issue #5784: Cannot test wbits=0 unless we know we have zlib v1.2.3.5 by Martin Panter · 9 years ago
  30. 9c946bb Issue #5784: Expand documentation and tests for zlib wbits parameter by Martin Panter · 9 years ago
  31. 5db0b33 Fix Issue #21528 - Fix documentation typos by Donald Stufft · 11 years ago
  32. 171deb2 #5486: typos. by Georg Brandl · 16 years ago
  33. 880e4f3 #9911: doc copyedits. by Georg Brandl · 15 years ago
  34. 658903e Fix typo in library/ipc.rst by Eli Bendersky · 12 years ago
  35. 12d547a Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
  36. 4f23cab Corrections for a/an in code comments and documentation by Martin Panter · 9 years ago
  37. f2f1c57 Fix typos in comments, documentation and test method names by Martin Panter · 9 years ago
  38. cdbf38c Issue #26512: Clarify Integral; tidy up table of rounding functions by Martin Panter · 9 years ago
  39. b4905ef Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 9 years ago
  40. c145da0 Issue #26889: Fixed hyperlinks formatting. by Serhiy Storchaka · 9 years ago
  41. 63d2fca Issue #26889: Tweaked xmlrpclib documentation. by Serhiy Storchaka · 9 years ago
  42. 1ca93b6 Issue #26962: Backport 23d986228c6b to 2.7 by Berker Peksag · 9 years ago
  43. 7d03c84 Clarify IDLE-console differences with respect to the sys module. by Terry Jan Reedy · 9 years ago
  44. 065b40c Issue #21746: Remove BaseResult reference from urlparse documentation by Berker Peksag · 9 years ago
  45. 44f99d0 fileinput.hook_encoded() uses io.open(), not codecs.open(). by Serhiy Storchaka · 9 years ago
  46. b688650 Issue #26672: Fix regrtest example in test.rst by Berker Peksag · 9 years ago
  47. 11cc513 Issue #20598: Replace trivial split() calls with lists in argparse docs by Martin Panter · 9 years ago
  48. b31c87b backport fix for Issue #26804. by Senthil Kumaran · 9 years ago
  49. 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
  50. bf02d18 Fix typos in code comment and documentation by Martin Panter · 9 years ago
  51. fb45216 Issue #26638: Fix links to some CLI options by Martin Panter · 9 years ago
  52. 87d9de6 Issue #25314: Remove confused statement about const argument by Martin Panter · 9 years ago
  53. 6a8163a Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
  54. a364c12 Issue #26747: Document that InstanceTypes only works for old-style classes by Berker Peksag · 9 years ago
  55. d47b996 Issue #25496: Document compresslevel defaults to 9, by Hamza T Khan by Martin Panter · 9 years ago
  56. 5892ab1 Clarify greedy-qualifier example, avoid HTML. by Georg Brandl · 9 years ago
  57. 6e0b44e Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  58. aad86a6 Issue #6953: Rearrange and expand Readline module documentation by Martin Panter · 9 years ago
  59. ce9f8e2 Issue #26678: Fix datetime.tzinfo indexing and “tzinfo” attribute links by Martin Panter · 9 years ago
  60. 838b133 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 9 years ago
  61. 127f0d8 Issue #15660: Further clarify 0 prefix for width specifier in formats. by Terry Jan Reedy · 9 years ago
  62. dbcd457 Issue #23857: Implement PEP 493 by Nick Coghlan · 9 years ago
  63. 3a4bdb6 #26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala. by Ezio Melotti · 9 years ago
  64. 6066257 #25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park. by Ezio Melotti · 9 years ago
  65. 3d3a8f6 #26247: document Chrome/Chromium addition to webbrowser. Patch by Manvi B. by Ezio Melotti · 9 years ago
  66. 498834b Fix inspect.ismethod() doc by Victor Stinner · 9 years ago
  67. 69b7f81 Issue #15068: Got rid of excessive buffering in the fileinput module. by Serhiy Storchaka · 9 years ago
  68. 2ec5fd5 Document another recipe for itertools: all_equal(). Inspired by David Beazley. by Raymond Hettinger · 9 years ago
  69. deffc0b issue26484 - fix the broken table in the doc about len(). by Gregory P. Smith · 9 years ago
  70. 5a3e8e5 Issue 13573: Document that csv.writer uses str() for floats instead of repr(). by Raymond Hettinger · 9 years ago
  71. 39267c2 Issue #22088: Clarify base-64 alphabets and which characters are discarded by Martin Panter · 9 years ago
  72. be9ddc1 Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name by Martin Panter · 9 years ago
  73. 3e85838 Fix errors in XML-RPC client example code by Martin Panter · 9 years ago
  74. 59b9a16 Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage by Martin Panter · 9 years ago
  75. d6dd0e6 Closes #20169: fix inner links random doc. by Georg Brandl · 9 years ago
  76. 94035f3 Issue #15608: Improve socketserver module documentation by Martin Panter · 9 years ago
  77. 53ae0ba Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 10 years ago
  78. 2dafcc2 Issues #26310, #26311: Fix typos in the documentation by Martin Panter · 10 years ago
  79. 3b5d61f Clarify "cardinality of" as "number of elements in" as many readers do by Gregory P. Smith · 10 years ago
  80. 00f19ef Issue #25179: Preparatory cleanup of existing docs on string formatting by Martin Panter · 10 years ago
  81. 1d269c1 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 10 years ago
  82. a339e86 Issue #19023: Document ctypes array and pointer classes by Martin Panter · 10 years ago
  83. b031adc Fix typo in test.rst by Berker Peksag · 10 years ago
  84. f9aa599 Issue #18620: Improve Pool examples in multiprocessing documentation by Berker Peksag · 10 years ago
  85. 762d761 issue25982 - Add a class definition for managers.Namespace in the multiprocessing docs. by Senthil Kumaran · 10 years ago
  86. 11a7389 Issue26035 - Correct the argument names used in the docs of the traceback module. Make it consistent with module args. by Senthil Kumaran · 10 years ago
  87. 264dcb7 Issue #26127: Fix links in tokenize documentation by Martin Panter · 10 years ago
  88. 1826f63 Issue26097 - Fix the TextTestRunner documentation, mention all the arguments of the class. by Senthil Kumaran · 10 years ago
  89. 7f62062 #19006: fix wording in unittest docs. by Ezio Melotti · 10 years ago
  90. 167c336 #25991: fix readline example to limit history size. Patch by Daniel Dye. by Ezio Melotti · 10 years ago
  91. c2ccb73 delete old crypto prose (closes #26066) by Benjamin Peterson · 10 years ago
  92. c6fa90c fix typo in unittest docs (closes #26046) by Benjamin Peterson · 10 years ago
  93. 6b51ddf Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms has no effect by Berker Peksag · 10 years ago
  94. e2e6b54 Backport documentation improvement. by Senthil Kumaran · 10 years ago
  95. 8a4e7fd Backport doc improvements for Issue21221 - Explain the usage of tm_isdst by Senthil Kumaran · 10 years ago
  96. fa45a0e Fix grammar. by Zachary Ware · 10 years ago
  97. d77fe94 Issue #22088: Port base64 character ignoring doc and test from 857d9fe60169 by Martin Panter · 10 years ago
  98. edd6a81 Issue #20837: Base-64 alphabet clarification from revision 1853679c6f71 by Martin Panter · 10 years ago
  99. b75adcc #25495: Clarify b2a_base64 documentation vis 57 bytes. by R David Murray · 10 years ago
  100. c9625c8 Issue #25508: Clarify documentation on LogRecord args attribute. by Vinay Sajip · 10 years ago