1. cbcc2fd Issue #27033: The default value of the decode_data parameter for by Serhiy Storchaka · 8 years ago
  2. 4ecfa45 Expand abbreviations FIFO and LIFO. by Serhiy Storchaka · 8 years ago
  3. 98019e1 Issue #27034: Removed deprecated class asynchat.fifo. by Serhiy Storchaka · 8 years ago
  4. f47fc55 Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only. by Serhiy Storchaka · 8 years ago
  5. f0dbf7a Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton by Martin Panter · 8 years ago
  6. 4dd27f0 Issue #25533: Merge frozen module docs from 3.5 by Martin Panter · 8 years ago
  7. f47a400 Issue #25533: Update documentation regarding the frozen modules table by Martin Panter · 8 years ago
  8. 18ee29d Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP by Serhiy Storchaka · 8 years ago
  9. c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  10. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  11. a4dfbe6 merge 3.5 (#26986) by Benjamin Peterson · 8 years ago
  12. 3872350 improve PyFunction_New docs (closes #26986) by Benjamin Peterson · 8 years ago
  13. a26e4b9 Issue #26156: Make expressions grammar description more semantically correct. by Serhiy Storchaka · 8 years ago
  14. c7cc985 Issue #26156: Make expressions grammar description more semantically correct. by Serhiy Storchaka · 8 years ago
  15. 1ce738e Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  16. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  17. f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 8 years ago
  18. 129fe04 Issue #26512: Clarify Integral; tidy up table of rounding functions by Martin Panter · 8 years ago
  19. 18933ed Issue #26512: Merge rounding doc from 3.5 by Martin Panter · 8 years ago
  20. 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  21. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  22. a5f3a50 Issue #26889: Fixed hyperlinks formatting. by Serhiy Storchaka · 8 years ago
  23. 64099ea Issue #26889: Fixed hyperlinks formatting. by Serhiy Storchaka · 8 years ago
  24. 72ac6a7 Issue #26889: Tweaked xmlrpc.client documentation. by Serhiy Storchaka · 8 years ago
  25. da7880a Issue #26889: Tweaked xmlrpc.client documentation. by Serhiy Storchaka · 8 years ago
  26. 9fc3857 Issue #26957: Remove duplicate 'the' from datetime documentation by Berker Peksag · 8 years ago
  27. bace976 Issue #26957: Remove duplicate 'the' from datetime documentation by Berker Peksag · 8 years ago
  28. 478be14 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  29. 929d7f8 Clarify IDLE-console differences with respect to the sys module. by Terry Jan Reedy · 8 years ago
  30. 955bc38 Issue #26322: Document typing.Set, patch by Joseph Moran by Berker Peksag · 8 years ago
  31. 5d6fd8c Issue #26322: Document typing.Set, patch by Joseph Moran by Berker Peksag · 8 years ago
  32. a5ffa2e Closes #26875: Merge with 3.5 by Zachary Ware · 8 years ago
  33. 42f740d Issue #26875: Fix mmap example by Zachary Ware · 8 years ago
  34. b275210 Issue #25788: fileinput.hook_encoded() now supports an "errors" argument by Serhiy Storchaka · 8 years ago
  35. 258a5d4 fileinput.hook_encoded() uses builtin open(), not codecs.open(). by Serhiy Storchaka · 8 years ago
  36. a87e6ba fileinput.hook_encoded() uses builtin open(), not codecs.open(). by Serhiy Storchaka · 8 years ago
  37. a653a27 Issue #20598: Merge argparse docs from 3.5 by Martin Panter · 8 years ago
  38. f5e6048 Issue #20598: Replace trivial split() calls with lists in argparse docs by Martin Panter · 8 years ago
  39. c5c43b8 merge by Raymond Hettinger · 8 years ago
  40. b9531bc Issue #24715: Improve sort stability example by Raymond Hettinger · 8 years ago
  41. ab425aa Issue #16394: Note the tee() pure python equivalent is only a rough approximation. by Raymond Hettinger · 8 years ago
  42. 0996fa3 merge 3.5 by Senthil Kumaran · 8 years ago
  43. a7c0ff2 Issue #26804: urllib.request will prefer lower_case proxy environment variables by Senthil Kumaran · 8 years ago
  44. 3211595 Merge with 3.5 by Zachary Ware · 8 years ago
  45. d3304e3 FileExistsError is raised by mkdir when dir exists by Zachary Ware · 8 years ago
  46. 42d9b02 Issue #23662: Document default value of RFC 2109 attributes by Berker Peksag · 8 years ago
  47. 8724a2a Issue #23662: Document default value of RFC 2109 attributes by Berker Peksag · 8 years ago
  48. 8153ac8 Issue #26249: Mention PyMem_Malloc() change in What's New in Python 3.6 in the by Victor Stinner · 8 years ago
  49. a497774 Issue #24911: Merge socket context manager doc from 3.5 by Martin Panter · 8 years ago
  50. e37fc18 Issue #24911: All socket objects are context managers; update examples by Martin Panter · 8 years ago
  51. 3791736 Issue #23806: Merge susp-ignored.csv from 3.5 by Martin Panter · 8 years ago
  52. 887bc96 Issue #23806: Update susp-ignored.csv by Martin Panter · 8 years ago
  53. e50d846 Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 8 years ago
  54. 8d8221f Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 8 years ago
  55. 8d9594d Issue #19731: Update copyright year in docs.p.o footer by Berker Peksag · 8 years ago
  56. 2ec1bee Issue #19731: Update copyright year in docs.p.o footer by Berker Peksag · 8 years ago
  57. c61d80c Issue #18572: Remove redundant note about surrogates in string escape doc by Berker Peksag · 8 years ago
  58. 4f35d79 Issue #18572: Remove redundant note about surrogates in string escape doc by Berker Peksag · 8 years ago
  59. 78de0b1 Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst by Berker Peksag · 8 years ago
  60. 544ae59 Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst by Berker Peksag · 8 years ago
  61. ae7e8c4 Issue #21382: Clarify signal.signal() documentation on Windows by Berker Peksag · 8 years ago
  62. 77e543c Issue #21382: Clarify signal.signal() documentation on Windows by Berker Peksag · 8 years ago
  63. 557326e Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation by Berker Peksag · 8 years ago
  64. 0269828 Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation by Berker Peksag · 8 years ago
  65. 9046df0 merge 3.5 (#26827) by Benjamin Peterson · 8 years ago
  66. 95b5f0a fix python 3 mod init function declaration (closes #26827) by Benjamin Peterson · 8 years ago
  67. 8b9eefc Issue #26733: Disassembling a class now disassembles class and static methods. by Serhiy Storchaka · 8 years ago
  68. 585c93d Issue #26733: Disassembling a class now disassembles class and static methods. by Serhiy Storchaka · 8 years ago
  69. 3973d27 merge 3.5 by Senthil Kumaran · 8 years ago
  70. 21ce717 Issue23806 - Document the no_proxy environment variable in Python 3 docs. by Senthil Kumaran · 8 years ago
  71. f5c4b99 PyMem_Malloc() now uses the fast pymalloc allocator by Victor Stinner · 8 years ago
  72. 5439fc4 [minor] Doc fix in old python doc. by Senthil Kumaran · 8 years ago
  73. abe4d52 Merge doc and comment fixes from 3.5 by Martin Panter · 8 years ago
  74. 0fea25a MERGE: Trivial typo by Jesus Cea · 8 years ago
  75. ded4c49 Trivial typo by Jesus Cea · 8 years ago
  76. 9a8d0d5 Mention types.SimpleNamespace in collections.namedtuple doc by Paul Moore · 8 years ago
  77. 8f26565 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 8 years ago
  78. b5d164c Mention types.SimpleNamespace in collections.namedtuple doc by Paul Moore · 8 years ago
  79. 1d04892 Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docs by Berker Peksag · 8 years ago
  80. 472233e Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docs by Berker Peksag · 8 years ago
  81. d2be07e #25987: add versionadded to Reversible. by Georg Brandl · 8 years ago
  82. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  83. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  84. 151f5d5 Fix a few minor typos to secrets documentation. by Steven D'Aprano · 8 years ago
  85. 528619b Issue #26782: Add STARTUPINFO to subprocess.__all__ on Windows by Martin Panter · 8 years ago
  86. b2871fa Documentation for secrets.py by Steven D'Aprano · 8 years ago
  87. 8b04a94 Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  88. 119e502 Fix typos in code comments and documentation by Martin Panter · 8 years ago
  89. d3aeb9b Issue #26638: Merge link fixes from 3.5 by Martin Panter · 8 years ago
  90. 00ccacc Issue #26638: Fix links to some CLI options and section headings by Martin Panter · 8 years ago
  91. f7ee9c2 Issue #25314: Merge argparse doc from 3.5 by Martin Panter · 8 years ago
  92. b0c6380 merge heads by Gregory P. Smith · 8 years ago
  93. b030991 Issue #26535: Correct docs regarding the struct buffer size by Martin Panter · 8 years ago
  94. 1f8a1cc Merge for issue #26760 by Brett Cannon · 8 years ago
  95. abf797d Issue #26760: Minimally document PyFrameObject by Brett Cannon · 8 years ago
  96. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 8 years ago
  97. 20d3255 Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docs by Martin Panter · 8 years ago
  98. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  99. 81939db Issue #25496: Merge tarfile doc from 3.5 by Martin Panter · 8 years ago
  100. 7f7c605 Issue #25496: Document compresslevel defaults to 9, by Hamza T Khan by Martin Panter · 8 years ago