1. c7cc985 Issue #26156: Make expressions grammar description more semantically correct. by Serhiy Storchaka · 9 years ago
  2. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 9 years ago
  3. f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 9 years ago
  4. 129fe04 Issue #26512: Clarify Integral; tidy up table of rounding functions by Martin Panter · 9 years ago
  5. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 9 years ago
  6. 64099ea Issue #26889: Fixed hyperlinks formatting. by Serhiy Storchaka · 9 years ago
  7. da7880a Issue #26889: Tweaked xmlrpc.client documentation. by Serhiy Storchaka · 9 years ago
  8. bace976 Issue #26957: Remove duplicate 'the' from datetime documentation by Berker Peksag · 9 years ago
  9. 929d7f8 Clarify IDLE-console differences with respect to the sys module. by Terry Jan Reedy · 9 years ago
  10. 5d6fd8c Issue #26322: Document typing.Set, patch by Joseph Moran by Berker Peksag · 9 years ago
  11. 42f740d Issue #26875: Fix mmap example by Zachary Ware · 9 years ago
  12. a87e6ba fileinput.hook_encoded() uses builtin open(), not codecs.open(). by Serhiy Storchaka · 9 years ago
  13. f5e6048 Issue #20598: Replace trivial split() calls with lists in argparse docs by Martin Panter · 9 years ago
  14. b9531bc Issue #24715: Improve sort stability example by Raymond Hettinger · 9 years ago
  15. a7c0ff2 Issue #26804: urllib.request will prefer lower_case proxy environment variables by Senthil Kumaran · 9 years ago
  16. d3304e3 FileExistsError is raised by mkdir when dir exists by Zachary Ware · 9 years ago
  17. 8724a2a Issue #23662: Document default value of RFC 2109 attributes by Berker Peksag · 9 years ago
  18. e37fc18 Issue #24911: All socket objects are context managers; update examples by Martin Panter · 9 years ago
  19. 887bc96 Issue #23806: Update susp-ignored.csv by Martin Panter · 9 years ago
  20. 8d8221f Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 9 years ago
  21. 2ec1bee Issue #19731: Update copyright year in docs.p.o footer by Berker Peksag · 9 years ago
  22. 4f35d79 Issue #18572: Remove redundant note about surrogates in string escape doc by Berker Peksag · 9 years ago
  23. 544ae59 Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst by Berker Peksag · 9 years ago
  24. 77e543c Issue #21382: Clarify signal.signal() documentation on Windows by Berker Peksag · 9 years ago
  25. 0269828 Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation by Berker Peksag · 9 years ago
  26. 95b5f0a fix python 3 mod init function declaration (closes #26827) by Benjamin Peterson · 9 years ago
  27. 585c93d Issue #26733: Disassembling a class now disassembles class and static methods. by Serhiy Storchaka · 9 years ago
  28. 21ce717 Issue23806 - Document the no_proxy environment variable in Python 3 docs. by Senthil Kumaran · 9 years ago
  29. 8f26565 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 9 years ago
  30. b5d164c Mention types.SimpleNamespace in collections.namedtuple doc by Paul Moore · 9 years ago
  31. ded4c49 Trivial typo by Jesus Cea · 9 years ago
  32. 472233e Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docs by Berker Peksag · 9 years ago
  33. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
  34. 119e502 Fix typos in code comments and documentation by Martin Panter · 9 years ago
  35. 00ccacc Issue #26638: Fix links to some CLI options and section headings by Martin Panter · 9 years ago
  36. b4912b8 Issue #25314: Remove confused statement about const argument by Martin Panter · 9 years ago
  37. b030991 Issue #26535: Correct docs regarding the struct buffer size by Martin Panter · 9 years ago
  38. abf797d Issue #26760: Minimally document PyFrameObject by Brett Cannon · 9 years ago
  39. 20d3255 Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docs by Martin Panter · 9 years ago
  40. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
  41. 7f7c605 Issue #25496: Document compresslevel defaults to 9, by Hamza T Khan by Martin Panter · 9 years ago
  42. 7ff033b Clarify greedy-qualifier example, avoid HTML. by Georg Brandl · 9 years ago
  43. de886d9 Issue #25910: Fixed more links in the docs. by Serhiy Storchaka · 9 years ago
  44. a9901e8 typing doc: add versionadded 3.5 by Victor Stinner · 9 years ago
  45. 2c57da0 Add a versionchanged directive to document addition of the new 'namereplace' error handler. by Berker Peksag · 9 years ago
  46. a1f5f8b Merge heads by Serhiy Storchaka · 9 years ago
  47. 8fafc74 Fix typos in mock and exceptions docs by Berker Peksag · 9 years ago
  48. 90be733 Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 9 years ago
  49. 199e3f8 Issue #14456: Remove contradiction about blocking signals from bad merge by Martin Panter · 9 years ago
  50. d0d5154 Update fcntl doc: replace IOError with OSError by Victor Stinner · 9 years ago
  51. 705c0e3 Issue #17264: Fix cross refs and a markup error in extending/building.rst by Berker Peksag · 9 years ago
  52. 0945558 Issue #26587: Remove an incorrect statement from the docs by Brett Cannon · 9 years ago
  53. 0f76739 Issue #6953: Rearrange and expand Readline module documentation by Martin Panter · 9 years ago
  54. cc71a79 Fix typos in documentation and comments by Martin Panter · 9 years ago
  55. af83639 Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants by Berker Peksag · 9 years ago
  56. b31daff Issue #26688: Fix module name in mock docs by Berker Peksag · 9 years ago
  57. 16c7cfd Issue #26678: Fix indexing of datetime.tzinfo and timezone classes by Martin Panter · 9 years ago
  58. d93a601 Added a cookbook recipe for a logging context manager. by Vinay Sajip · 9 years ago
  59. e4ba872 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 9 years ago
  60. 13b3acd Fix typo in xml.dom.pulldom.rst by Berker Peksag · 9 years ago
  61. 6f57424 Document None as timeout for asyncio.timeout() by Andrew Svetlov · 9 years ago
  62. f9cddcc Issue #25314: store_true and store_false also create appropriate defaults. by Raymond Hettinger · 14 years ago
  63. f6b1d66 Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes by Martin Panter · 9 years ago
  64. fa0f62d Issue #23758: Improve num_params docs of create_{function,aggregate} functions by Berker Peksag · 9 years ago
  65. f70fe6f Document sqlite3.Cursor.close() by Berker Peksag · 9 years ago
  66. 557a063 sqlite3 documentation: Connection.iterdump() is a method by Berker Peksag · 9 years ago
  67. 8a20851 Issue #25654: by Victor Stinner · 9 years ago
  68. 01a9a95 Issue #26525: Change chr example to match change in ord example. by Terry Jan Reedy · 9 years ago
  69. 063d48d Issue #26525: Change ord example from nu to more easily recognized Euro sign. by Terry Jan Reedy · 9 years ago
  70. 4902c46 Issue #15660: Further clarify 0 prefix for width specifier in formats. by Terry Jan Reedy · 9 years ago
  71. 563c949 Issue #26593: Fix typo in logging HOWTO by Berker Peksag · 9 years ago
  72. adcb654 Suggest people use feature detection in porting guide by Brett Cannon · 9 years ago
  73. 62564db #26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala. by Ezio Melotti · 9 years ago
  74. 7740062 Fixed a typo. by Serhiy Storchaka · 9 years ago
  75. 42f8548 Issue #26580: Remove outdated reference to ftpmirror by Berker Peksag · 9 years ago
  76. ce911c3 Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost by Martin Panter · 9 years ago
  77. f2b9a39 #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. by Ezio Melotti · 9 years ago
  78. a503f70 Minor recipe edit: convert "while 1" to "while True". by Raymond Hettinger · 9 years ago
  79. 8dea74f #25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park. by Ezio Melotti · 9 years ago
  80. 4d02896 Issue #26548: Minor fix to awkward wording in docs by Raymond Hettinger · 9 years ago
  81. d669b6b Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. by Steve Dower · 9 years ago
  82. eb2e02b Issue #26542: Fix markup of code example in difflib documentation by Berker Peksag · 9 years ago
  83. 29bf27f Issue #26516: Enhance Python mem allocators doc by Victor Stinner · 9 years ago
  84. cc2dbc5 Issue #15068: Got rid of excessive buffering in the fileinput module. by Serhiy Storchaka · 9 years ago
  85. adbf8ce Issue #26505: Fix typos in getaddrinfo license text. Patch by Alex Willmer. by Ned Deily · 9 years ago
  86. b4f2f45 Issue #24852: Remove outdated "HOWTO Use Python in the web" document by Berker Peksag · 9 years ago
  87. 777d639 Issue #21034: Remove outdated paragraph from venv documentation by Berker Peksag · 9 years ago
  88. e525ee3 Document another recipe for itertools: all_equal(). Inspired by David Beazley. by Raymond Hettinger · 9 years ago
  89. ff47cfb Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 9 years ago
  90. 25c0ef5 Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 9 years ago
  91. 96421d6 Update susp-ignore file (#25910). by Georg Brandl · 9 years ago
  92. 76b2ee0 Fix typo. by Georg Brandl · 9 years ago
  93. 3263f68 Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 9 years ago
  94. 738f88f #26246: merge with 3.4. by Ezio Melotti · 9 years ago
  95. 90ba2ca #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. by Ezio Melotti · 9 years ago
  96. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  97. 06871ef Fix version. by Georg Brandl · 9 years ago
  98. 32fbd3a Closes #26442: fix copy-paste. by Georg Brandl · 9 years ago
  99. adeffcc Closes #26444: typo fixes. by Georg Brandl · 9 years ago
  100. bc85e35 Issue #26390: Fix and test pbkdf2_hmac() parameter names by Martin Panter · 9 years ago