1. f157982 Issue #27076: More doc and comment spelling fixes for 3.6, by Ville Skyttä by Martin Panter · 8 years ago
  2. 4d4bc42 Closes #23026: Documentation improvements and code formatting by Steve Dower · 8 years ago
  3. 80ac11d Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD type. (Patch by hakril) by Steve Dower · 8 years ago
  4. b0f80b0 Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. by Serhiy Storchaka · 8 years ago
  5. bab6d16 Issue #27075: Link to StreamReader and StreamWriter docs by Berker Peksag · 8 years ago
  6. 732ba82 Issue #27075: Link to StreamReader and StreamWriter docs by Berker Peksag · 8 years ago
  7. 5a48e21 subprocess now emits a ResourceWarning warning by Victor Stinner · 8 years ago
  8. 03e6061 Back out pathlib.Path.path attr. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  9. 387e6e3 Back out pathlib.Path.path attr. (Merge 3.4->3.5) by Guido van Rossum · 8 years ago
  10. 3d4d01f Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. by Guido van Rossum · 8 years ago
  11. c9736b4 Issue #27036: Fixed formatting references to "bytes-like object" in plural. by Serhiy Storchaka · 8 years ago
  12. e5ea1ab Issue #27036: Fixed formatting references to "bytes-like object" in plural. by Serhiy Storchaka · 8 years ago
  13. f979d55 Merge 3.5 by Yury Selivanov · 8 years ago
  14. 950204d docs: Update asyncio docs & whatsnew by Yury Selivanov · 8 years ago
  15. cbcc2fd Issue #27033: The default value of the decode_data parameter for by Serhiy Storchaka · 8 years ago
  16. 4ecfa45 Expand abbreviations FIFO and LIFO. by Serhiy Storchaka · 8 years ago
  17. 98019e1 Issue #27034: Removed deprecated class asynchat.fifo. by Serhiy Storchaka · 8 years ago
  18. f47fc55 Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only. by Serhiy Storchaka · 8 years ago
  19. f0dbf7a Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton by Martin Panter · 8 years ago
  20. 4dd27f0 Issue #25533: Merge frozen module docs from 3.5 by Martin Panter · 8 years ago
  21. f47a400 Issue #25533: Update documentation regarding the frozen modules table by Martin Panter · 8 years ago
  22. 18ee29d Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP by Serhiy Storchaka · 8 years ago
  23. c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  24. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  25. 1ce738e Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  26. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  27. 129fe04 Issue #26512: Clarify Integral; tidy up table of rounding functions by Martin Panter · 8 years ago
  28. 18933ed Issue #26512: Merge rounding doc from 3.5 by Martin Panter · 8 years ago
  29. 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  30. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  31. a5f3a50 Issue #26889: Fixed hyperlinks formatting. by Serhiy Storchaka · 8 years ago
  32. 64099ea Issue #26889: Fixed hyperlinks formatting. by Serhiy Storchaka · 8 years ago
  33. 72ac6a7 Issue #26889: Tweaked xmlrpc.client documentation. by Serhiy Storchaka · 8 years ago
  34. da7880a Issue #26889: Tweaked xmlrpc.client documentation. by Serhiy Storchaka · 8 years ago
  35. 9fc3857 Issue #26957: Remove duplicate 'the' from datetime documentation by Berker Peksag · 8 years ago
  36. bace976 Issue #26957: Remove duplicate 'the' from datetime documentation by Berker Peksag · 8 years ago
  37. 478be14 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  38. 929d7f8 Clarify IDLE-console differences with respect to the sys module. by Terry Jan Reedy · 8 years ago
  39. 955bc38 Issue #26322: Document typing.Set, patch by Joseph Moran by Berker Peksag · 8 years ago
  40. 5d6fd8c Issue #26322: Document typing.Set, patch by Joseph Moran by Berker Peksag · 8 years ago
  41. a5ffa2e Closes #26875: Merge with 3.5 by Zachary Ware · 8 years ago
  42. 42f740d Issue #26875: Fix mmap example by Zachary Ware · 8 years ago
  43. b275210 Issue #25788: fileinput.hook_encoded() now supports an "errors" argument by Serhiy Storchaka · 8 years ago
  44. 258a5d4 fileinput.hook_encoded() uses builtin open(), not codecs.open(). by Serhiy Storchaka · 8 years ago
  45. a87e6ba fileinput.hook_encoded() uses builtin open(), not codecs.open(). by Serhiy Storchaka · 8 years ago
  46. a653a27 Issue #20598: Merge argparse docs from 3.5 by Martin Panter · 8 years ago
  47. f5e6048 Issue #20598: Replace trivial split() calls with lists in argparse docs by Martin Panter · 8 years ago
  48. ab425aa Issue #16394: Note the tee() pure python equivalent is only a rough approximation. by Raymond Hettinger · 8 years ago
  49. 0996fa3 merge 3.5 by Senthil Kumaran · 8 years ago
  50. a7c0ff2 Issue #26804: urllib.request will prefer lower_case proxy environment variables by Senthil Kumaran · 8 years ago
  51. 3211595 Merge with 3.5 by Zachary Ware · 8 years ago
  52. d3304e3 FileExistsError is raised by mkdir when dir exists by Zachary Ware · 8 years ago
  53. 42d9b02 Issue #23662: Document default value of RFC 2109 attributes by Berker Peksag · 8 years ago
  54. 8724a2a Issue #23662: Document default value of RFC 2109 attributes by Berker Peksag · 8 years ago
  55. a497774 Issue #24911: Merge socket context manager doc from 3.5 by Martin Panter · 8 years ago
  56. e37fc18 Issue #24911: All socket objects are context managers; update examples by Martin Panter · 8 years ago
  57. ae7e8c4 Issue #21382: Clarify signal.signal() documentation on Windows by Berker Peksag · 8 years ago
  58. 77e543c Issue #21382: Clarify signal.signal() documentation on Windows by Berker Peksag · 8 years ago
  59. 557326e Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation by Berker Peksag · 8 years ago
  60. 0269828 Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation by Berker Peksag · 8 years ago
  61. 8b9eefc Issue #26733: Disassembling a class now disassembles class and static methods. by Serhiy Storchaka · 8 years ago
  62. 585c93d Issue #26733: Disassembling a class now disassembles class and static methods. by Serhiy Storchaka · 8 years ago
  63. 3973d27 merge 3.5 by Senthil Kumaran · 8 years ago
  64. 21ce717 Issue23806 - Document the no_proxy environment variable in Python 3 docs. by Senthil Kumaran · 8 years ago
  65. abe4d52 Merge doc and comment fixes from 3.5 by Martin Panter · 8 years ago
  66. 0fea25a MERGE: Trivial typo by Jesus Cea · 8 years ago
  67. ded4c49 Trivial typo by Jesus Cea · 8 years ago
  68. 9a8d0d5 Mention types.SimpleNamespace in collections.namedtuple doc by Paul Moore · 8 years ago
  69. 8f26565 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 8 years ago
  70. b5d164c Mention types.SimpleNamespace in collections.namedtuple doc by Paul Moore · 8 years ago
  71. 1d04892 Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docs by Berker Peksag · 8 years ago
  72. 472233e Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docs by Berker Peksag · 8 years ago
  73. d2be07e #25987: add versionadded to Reversible. by Georg Brandl · 8 years ago
  74. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  75. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  76. 151f5d5 Fix a few minor typos to secrets documentation. by Steven D'Aprano · 8 years ago
  77. b2871fa Documentation for secrets.py by Steven D'Aprano · 8 years ago
  78. 8b04a94 Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  79. 119e502 Fix typos in code comments and documentation by Martin Panter · 8 years ago
  80. d3aeb9b Issue #26638: Merge link fixes from 3.5 by Martin Panter · 8 years ago
  81. 00ccacc Issue #26638: Fix links to some CLI options and section headings by Martin Panter · 8 years ago
  82. f7ee9c2 Issue #25314: Merge argparse doc from 3.5 by Martin Panter · 8 years ago
  83. b0c6380 merge heads by Gregory P. Smith · 8 years ago
  84. b030991 Issue #26535: Correct docs regarding the struct buffer size by Martin Panter · 8 years ago
  85. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 8 years ago
  86. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  87. 81939db Issue #25496: Merge tarfile doc from 3.5 by Martin Panter · 8 years ago
  88. 7f7c605 Issue #25496: Document compresslevel defaults to 9, by Hamza T Khan by Martin Panter · 8 years ago
  89. 0cab9c1 Issue #26404: Add context manager to socketserver, by Aviv Palivoda by Martin Panter · 8 years ago
  90. 2cfa4c7 merge with 3.5 by Georg Brandl · 8 years ago
  91. 7ff033b Clarify greedy-qualifier example, avoid HTML. by Georg Brandl · 8 years ago
  92. 21de67f Merge 3.5 by Victor Stinner · 8 years ago
  93. a9901e8 typing doc: add versionadded 3.5 by Victor Stinner · 8 years ago
  94. 1dc2dda Add a versionchanged directive to document addition of the new 'namereplace' error handler. by Berker Peksag · 8 years ago
  95. 2c57da0 Add a versionchanged directive to document addition of the new 'namereplace' error handler. by Berker Peksag · 8 years ago
  96. 8e72f50 Fix typos in mock and exceptions docs by Berker Peksag · 8 years ago
  97. 8fafc74 Fix typos in mock and exceptions docs by Berker Peksag · 8 years ago
  98. a29f720 Issue #14456: Merge signal doc fix from 3.5 by Martin Panter · 8 years ago
  99. 199e3f8 Issue #14456: Remove contradiction about blocking signals from bad merge by Martin Panter · 8 years ago
  100. 50ab1a3 Issue #26685: Raise OSError if closing a socket fails by Martin Panter · 8 years ago