1. b858d7f Issue #28513: Documented command-line interface of zipfile. by Serhiy Storchaka · 8 years ago
  2. 39d74a9 Issue #26638: Cannot directly link to main option from the “timeit” module by Martin Panter · 8 years ago
  3. e3e362e Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings by Martin Panter · 8 years ago
  4. ee01fcc Issue #26638: Disable inappropriate links to Python interpreter options by Martin Panter · 8 years ago
  5. f831fd3 Issue #22949: Documented that fnmatch.translate() is for use with re.match(). by Serhiy Storchaka · 8 years ago
  6. cb042e0 Issue #19795: Fixed formatting a table. by Serhiy Storchaka · 8 years ago
  7. dc0e3a8 Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 8 years ago
  8. e3d5787 Issue #19795: Mark up True and False as literal text instead of bold. by Serhiy Storchaka · 8 years ago
  9. ad13f33 Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  10. 197332a Issue #27800: Document limitation and workaround for multiple RE repetitions by Martin Panter · 8 years ago
  11. 50f4072 Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes. (backport to 2.7) by Guido van Rossum · 8 years ago
  12. de2d4d2 Issue #26439: Document that RTLD_NOW is always added by Martin Panter · 8 years ago
  13. 84a449a Issue #28104: More accurately document set method signatures by Raymond Hettinger · 8 years ago
  14. 87bcc1d Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 8 years ago
  15. 63c7996 Issue #26557: Note that mapping view methods are not present in UserDict or shelves. by Raymond Hettinger · 8 years ago
  16. 0954ac1 Issue #23105: Updated documentation on open() flag constants. by Vinay Sajip · 8 years ago
  17. ba5480b Issue #27993: Fix problems with the plural “objects” in docs and comments by Martin Panter · 8 years ago
  18. 039f184 #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs. by R David Murray · 8 years ago
  19. 4e64c2c Fix ssl documentation and remove merge accident by Christian Heimes · 8 years ago
  20. d988f42 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. by Christian Heimes · 8 years ago
  21. c2fc7c4 Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 8 years ago
  22. 56c5152 Issue #27706: Document that random.seed() is non-deterministic when PYTHONHASHSEED is enabled by Raymond Hettinger · 8 years ago
  23. 580ca65 Backport spelling fix. by Terry Jan Reedy · 8 years ago
  24. e63af90 Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  25. 558c0de Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. by Terry Jan Reedy · 8 years ago
  26. 4ae4e7c #27753: fix typo (name->named). by R David Murray · 8 years ago
  27. af0b38f Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. by Raymond Hettinger · 8 years ago
  28. fa1ce08 Issue #27205: Fix doctests in Doc/library/collections.rst by Zachary Ware · 8 years ago
  29. 8f1dd22 Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  30. 75d7b61 Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  31. e2eacc0 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Martin Panter · 8 years ago
  32. 2955ef7 Issue #25393: Fix probable copy/paste error in resource docs by Zachary Ware · 8 years ago
  33. cdb8be4 Issue #27528: Document and test warning messages must match at beginning by Martin Panter · 8 years ago
  34. bf2dca9 English spelling and grammar fixes by Martin Panter · 8 years ago
  35. b362f75 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  36. 3626e5e Issue #4945: Improved the documenting of boolean arguments in the json module. by Serhiy Storchaka · 8 years ago
  37. bc44893 Issue #27416: clarify copy doc by Victor Stinner · 8 years ago
  38. aaa4baf Issue #27370: Use t for an iterable in mutable sequence ops by Martin Panter · 8 years ago
  39. 8da85a1 Fix the urllib.parse.urljoin docs. Reported by Bo Bayles in docs list. by Senthil Kumaran · 8 years ago
  40. 4183387 Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 8 years ago
  41. d51b0f2 Issue #24314: Add links for general attributes like __name__, __dict__ by Martin Panter · 8 years ago
  42. 0e21233 Issue #12855: Document what exactly unicode.splitlines() splits on by Martin Panter · 8 years ago
  43. fc0a55f Issue #16182: Backport documentation of set_pre_input_hook() availability by Martin Panter · 8 years ago
  44. e52140c #16484: Change PYTHONDOCS to "https:", and fix links to use lowercase by Martin Panter · 8 years ago
  45. be2bb47 Issue #16484: PYTHONDOCS still uses “http:” in Python 2 by Martin Panter · 8 years ago
  46. 33b19ca Issue #24617: Add comment for os.mkdir about mode quirks by Tommy Beadle · 8 years ago
  47. c9813d8 Issue #20699: Document that “io” methods should accept memoryview by Martin Panter · 8 years ago
  48. d6cecd3 Issue #8491: Add link to Gnu Readline configuration documentation by Martin Panter · 8 years ago
  49. 24b9e1a [Issue 15476] Make "code object" its own entry in the index by Tommy Beadle · 8 years ago
  50. 6af1c49 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 8 years ago
  51. 835d392 Issue #26014: Guide 2.7 users to the new packaging documentation: by Ned Deily · 8 years ago
  52. 06cd1c3 Issue 27216: Fix typo (noticed by Alex Chan). by Ned Deily · 8 years ago
  53. e6167e3 [backport to 2.7] - issue8519 - Reference termios and ioctl manual pages in the library documentation. by Senthil Kumaran · 8 years ago
  54. c3cd60e issue25931: document that socketserver.Forking* are unavailable on platforms by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  55. 3017cef #13784: fix xml.sax.reader getColumn/LineNumber docs. by R David Murray · 8 years ago
  56. 56da8fa Issue #12243: Remove redundant availability notes from getpass docs by Berker Peksag · 8 years ago
  57. fcd7d34 Issue #25570: Add example of customizing User-Agent via add_header() by Martin Panter · 8 years ago
  58. 200a615 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  59. 739b373 issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other lines. by Senthil Kumaran · 8 years ago
  60. b44c452 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 8 years ago
  61. cb0fc27 Issue 25926: Clarify that the pure python equivalents are only approximate. by Raymond Hettinger · 8 years ago
  62. 5720493 Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL by Martin Panter · 8 years ago
  63. 6ecfab8 Issue #5784: Cannot test wbits=0 unless we know we have zlib v1.2.3.5 by Martin Panter · 8 years ago
  64. 9c946bb Issue #5784: Expand documentation and tests for zlib wbits parameter by Martin Panter · 8 years ago
  65. 5db0b33 Fix Issue #21528 - Fix documentation typos by Donald Stufft · 10 years ago
  66. 171deb2 #5486: typos. by Georg Brandl · 16 years ago
  67. 880e4f3 #9911: doc copyedits. by Georg Brandl · 14 years ago
  68. 658903e Fix typo in library/ipc.rst by Eli Bendersky · 11 years ago
  69. 12d547a Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  70. 4f23cab Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  71. f2f1c57 Fix typos in comments, documentation and test method names by Martin Panter · 8 years ago
  72. cdbf38c Issue #26512: Clarify Integral; tidy up table of rounding functions by Martin Panter · 8 years ago
  73. b4905ef Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  74. c145da0 Issue #26889: Fixed hyperlinks formatting. by Serhiy Storchaka · 8 years ago
  75. 63d2fca Issue #26889: Tweaked xmlrpclib documentation. by Serhiy Storchaka · 8 years ago
  76. 1ca93b6 Issue #26962: Backport 23d986228c6b to 2.7 by Berker Peksag · 8 years ago
  77. 7d03c84 Clarify IDLE-console differences with respect to the sys module. by Terry Jan Reedy · 8 years ago
  78. 065b40c Issue #21746: Remove BaseResult reference from urlparse documentation by Berker Peksag · 8 years ago
  79. 44f99d0 fileinput.hook_encoded() uses io.open(), not codecs.open(). by Serhiy Storchaka · 8 years ago
  80. b688650 Issue #26672: Fix regrtest example in test.rst by Berker Peksag · 8 years ago
  81. 11cc513 Issue #20598: Replace trivial split() calls with lists in argparse docs by Martin Panter · 8 years ago
  82. b31c87b backport fix for Issue #26804. by Senthil Kumaran · 8 years ago
  83. 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  84. bf02d18 Fix typos in code comment and documentation by Martin Panter · 8 years ago
  85. fb45216 Issue #26638: Fix links to some CLI options by Martin Panter · 8 years ago
  86. 87d9de6 Issue #25314: Remove confused statement about const argument by Martin Panter · 9 years ago
  87. 6a8163a Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  88. a364c12 Issue #26747: Document that InstanceTypes only works for old-style classes by Berker Peksag · 8 years ago
  89. d47b996 Issue #25496: Document compresslevel defaults to 9, by Hamza T Khan by Martin Panter · 8 years ago
  90. 5892ab1 Clarify greedy-qualifier example, avoid HTML. by Georg Brandl · 8 years ago
  91. 6e0b44e Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  92. aad86a6 Issue #6953: Rearrange and expand Readline module documentation by Martin Panter · 9 years ago
  93. ce9f8e2 Issue #26678: Fix datetime.tzinfo indexing and “tzinfo” attribute links by Martin Panter · 9 years ago
  94. 838b133 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 9 years ago
  95. 127f0d8 Issue #15660: Further clarify 0 prefix for width specifier in formats. by Terry Jan Reedy · 9 years ago
  96. dbcd457 Issue #23857: Implement PEP 493 by Nick Coghlan · 9 years ago
  97. 3a4bdb6 #26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala. by Ezio Melotti · 9 years ago
  98. 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
  99. 3d3a8f6 #26247: document Chrome/Chromium addition to webbrowser. Patch by Manvi B. by Ezio Melotti · 9 years ago
  100. 498834b Fix inspect.ismethod() doc by Victor Stinner · 9 years ago