1. 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  2. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  3. a5f3a50 Issue #26889: Fixed hyperlinks formatting. by Serhiy Storchaka · 8 years ago
  4. 64099ea Issue #26889: Fixed hyperlinks formatting. by Serhiy Storchaka · 8 years ago
  5. 72ac6a7 Issue #26889: Tweaked xmlrpc.client documentation. by Serhiy Storchaka · 8 years ago
  6. da7880a Issue #26889: Tweaked xmlrpc.client documentation. by Serhiy Storchaka · 8 years ago
  7. 9fc3857 Issue #26957: Remove duplicate 'the' from datetime documentation by Berker Peksag · 8 years ago
  8. bace976 Issue #26957: Remove duplicate 'the' from datetime documentation by Berker Peksag · 8 years ago
  9. 478be14 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  10. 929d7f8 Clarify IDLE-console differences with respect to the sys module. by Terry Jan Reedy · 8 years ago
  11. 955bc38 Issue #26322: Document typing.Set, patch by Joseph Moran by Berker Peksag · 8 years ago
  12. 5d6fd8c Issue #26322: Document typing.Set, patch by Joseph Moran by Berker Peksag · 8 years ago
  13. a5ffa2e Closes #26875: Merge with 3.5 by Zachary Ware · 8 years ago
  14. 42f740d Issue #26875: Fix mmap example by Zachary Ware · 8 years ago
  15. b275210 Issue #25788: fileinput.hook_encoded() now supports an "errors" argument by Serhiy Storchaka · 8 years ago
  16. 258a5d4 fileinput.hook_encoded() uses builtin open(), not codecs.open(). by Serhiy Storchaka · 8 years ago
  17. a87e6ba fileinput.hook_encoded() uses builtin open(), not codecs.open(). by Serhiy Storchaka · 8 years ago
  18. a653a27 Issue #20598: Merge argparse docs from 3.5 by Martin Panter · 8 years ago
  19. f5e6048 Issue #20598: Replace trivial split() calls with lists in argparse docs by Martin Panter · 8 years ago
  20. c5c43b8 merge by Raymond Hettinger · 8 years ago
  21. b9531bc Issue #24715: Improve sort stability example by Raymond Hettinger · 8 years ago
  22. ab425aa Issue #16394: Note the tee() pure python equivalent is only a rough approximation. by Raymond Hettinger · 8 years ago
  23. 0996fa3 merge 3.5 by Senthil Kumaran · 8 years ago
  24. a7c0ff2 Issue #26804: urllib.request will prefer lower_case proxy environment variables by Senthil Kumaran · 8 years ago
  25. 3211595 Merge with 3.5 by Zachary Ware · 8 years ago
  26. d3304e3 FileExistsError is raised by mkdir when dir exists by Zachary Ware · 8 years ago
  27. 42d9b02 Issue #23662: Document default value of RFC 2109 attributes by Berker Peksag · 8 years ago
  28. 8724a2a Issue #23662: Document default value of RFC 2109 attributes by Berker Peksag · 8 years ago
  29. 8153ac8 Issue #26249: Mention PyMem_Malloc() change in What's New in Python 3.6 in the by Victor Stinner · 8 years ago
  30. a497774 Issue #24911: Merge socket context manager doc from 3.5 by Martin Panter · 8 years ago
  31. e37fc18 Issue #24911: All socket objects are context managers; update examples by Martin Panter · 8 years ago
  32. 3791736 Issue #23806: Merge susp-ignored.csv from 3.5 by Martin Panter · 8 years ago
  33. 887bc96 Issue #23806: Update susp-ignored.csv by Martin Panter · 8 years ago
  34. e50d846 Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 8 years ago
  35. 8d8221f Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 8 years ago
  36. 8d9594d Issue #19731: Update copyright year in docs.p.o footer by Berker Peksag · 8 years ago
  37. 2ec1bee Issue #19731: Update copyright year in docs.p.o footer by Berker Peksag · 8 years ago
  38. c61d80c Issue #18572: Remove redundant note about surrogates in string escape doc by Berker Peksag · 8 years ago
  39. 4f35d79 Issue #18572: Remove redundant note about surrogates in string escape doc by Berker Peksag · 8 years ago
  40. 78de0b1 Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst by Berker Peksag · 8 years ago
  41. 544ae59 Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst by Berker Peksag · 8 years ago
  42. ae7e8c4 Issue #21382: Clarify signal.signal() documentation on Windows by Berker Peksag · 8 years ago
  43. 77e543c Issue #21382: Clarify signal.signal() documentation on Windows by Berker Peksag · 8 years ago
  44. 557326e Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation by Berker Peksag · 8 years ago
  45. 0269828 Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation by Berker Peksag · 8 years ago
  46. 9046df0 merge 3.5 (#26827) by Benjamin Peterson · 8 years ago
  47. 95b5f0a fix python 3 mod init function declaration (closes #26827) by Benjamin Peterson · 8 years ago
  48. 8b9eefc Issue #26733: Disassembling a class now disassembles class and static methods. by Serhiy Storchaka · 8 years ago
  49. 585c93d Issue #26733: Disassembling a class now disassembles class and static methods. by Serhiy Storchaka · 8 years ago
  50. 3973d27 merge 3.5 by Senthil Kumaran · 8 years ago
  51. 21ce717 Issue23806 - Document the no_proxy environment variable in Python 3 docs. by Senthil Kumaran · 8 years ago
  52. f5c4b99 PyMem_Malloc() now uses the fast pymalloc allocator by Victor Stinner · 8 years ago
  53. 5439fc4 [minor] Doc fix in old python doc. by Senthil Kumaran · 8 years ago
  54. abe4d52 Merge doc and comment fixes from 3.5 by Martin Panter · 8 years ago
  55. 0fea25a MERGE: Trivial typo by Jesus Cea · 8 years ago
  56. ded4c49 Trivial typo by Jesus Cea · 8 years ago
  57. 9a8d0d5 Mention types.SimpleNamespace in collections.namedtuple doc by Paul Moore · 8 years ago
  58. 8f26565 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 8 years ago
  59. b5d164c Mention types.SimpleNamespace in collections.namedtuple doc by Paul Moore · 8 years ago
  60. 1d04892 Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docs by Berker Peksag · 8 years ago
  61. 472233e Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docs by Berker Peksag · 8 years ago
  62. d2be07e #25987: add versionadded to Reversible. by Georg Brandl · 8 years ago
  63. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  64. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  65. 151f5d5 Fix a few minor typos to secrets documentation. by Steven D'Aprano · 8 years ago
  66. 528619b Issue #26782: Add STARTUPINFO to subprocess.__all__ on Windows by Martin Panter · 8 years ago
  67. b2871fa Documentation for secrets.py by Steven D'Aprano · 8 years ago
  68. 8b04a94 Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  69. 119e502 Fix typos in code comments and documentation by Martin Panter · 8 years ago
  70. d3aeb9b Issue #26638: Merge link fixes from 3.5 by Martin Panter · 8 years ago
  71. 00ccacc Issue #26638: Fix links to some CLI options and section headings by Martin Panter · 8 years ago
  72. f7ee9c2 Issue #25314: Merge argparse doc from 3.5 by Martin Panter · 8 years ago
  73. b0c6380 merge heads by Gregory P. Smith · 8 years ago
  74. b030991 Issue #26535: Correct docs regarding the struct buffer size by Martin Panter · 8 years ago
  75. 1f8a1cc Merge for issue #26760 by Brett Cannon · 8 years ago
  76. abf797d Issue #26760: Minimally document PyFrameObject by Brett Cannon · 8 years ago
  77. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 8 years ago
  78. 20d3255 Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docs by Martin Panter · 8 years ago
  79. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  80. 81939db Issue #25496: Merge tarfile doc from 3.5 by Martin Panter · 8 years ago
  81. 7f7c605 Issue #25496: Document compresslevel defaults to 9, by Hamza T Khan by Martin Panter · 8 years ago
  82. 0cab9c1 Issue #26404: Add context manager to socketserver, by Aviv Palivoda by Martin Panter · 8 years ago
  83. 2cfa4c7 merge with 3.5 by Georg Brandl · 8 years ago
  84. 7ff033b Clarify greedy-qualifier example, avoid HTML. by Georg Brandl · 8 years ago
  85. 96790a4 Issue #25910: Fixed more links in the docs. by Serhiy Storchaka · 8 years ago
  86. de886d9 Issue #25910: Fixed more links in the docs. by Serhiy Storchaka · 8 years ago
  87. 21de67f Merge 3.5 by Victor Stinner · 8 years ago
  88. a9901e8 typing doc: add versionadded 3.5 by Victor Stinner · 8 years ago
  89. 1dc2dda Add a versionchanged directive to document addition of the new 'namereplace' error handler. by Berker Peksag · 8 years ago
  90. 2c57da0 Add a versionchanged directive to document addition of the new 'namereplace' error handler. by Berker Peksag · 8 years ago
  91. ba416ee Merge heads by Serhiy Storchaka · 8 years ago
  92. a1f5f8b Merge heads by Serhiy Storchaka · 8 years ago
  93. 336fc5b Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 8 years ago
  94. 8e72f50 Fix typos in mock and exceptions docs by Berker Peksag · 8 years ago
  95. 8fafc74 Fix typos in mock and exceptions docs by Berker Peksag · 8 years ago
  96. 90be733 Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 8 years ago
  97. a29f720 Issue #14456: Merge signal doc fix from 3.5 by Martin Panter · 8 years ago
  98. 199e3f8 Issue #14456: Remove contradiction about blocking signals from bad merge by Martin Panter · 8 years ago
  99. 50ab1a3 Issue #26685: Raise OSError if closing a socket fails by Martin Panter · 8 years ago
  100. 3872d62 Issue #25609: Double back-ticks to avoid “make check” buildbot failure by Martin Panter · 8 years ago