1. 1d04892 Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docs by Berker Peksag · 8 years ago
  2. 472233e Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docs by Berker Peksag · 8 years ago
  3. d2be07e #25987: add versionadded to Reversible. by Georg Brandl · 8 years ago
  4. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  5. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  6. 151f5d5 Fix a few minor typos to secrets documentation. by Steven D'Aprano · 8 years ago
  7. 528619b Issue #26782: Add STARTUPINFO to subprocess.__all__ on Windows by Martin Panter · 8 years ago
  8. b2871fa Documentation for secrets.py by Steven D'Aprano · 8 years ago
  9. 8b04a94 Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  10. 119e502 Fix typos in code comments and documentation by Martin Panter · 8 years ago
  11. d3aeb9b Issue #26638: Merge link fixes from 3.5 by Martin Panter · 8 years ago
  12. 00ccacc Issue #26638: Fix links to some CLI options and section headings by Martin Panter · 8 years ago
  13. f7ee9c2 Issue #25314: Merge argparse doc from 3.5 by Martin Panter · 8 years ago
  14. b0c6380 merge heads by Gregory P. Smith · 8 years ago
  15. b030991 Issue #26535: Correct docs regarding the struct buffer size by Martin Panter · 8 years ago
  16. 1f8a1cc Merge for issue #26760 by Brett Cannon · 8 years ago
  17. abf797d Issue #26760: Minimally document PyFrameObject by Brett Cannon · 8 years ago
  18. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 8 years ago
  19. 20d3255 Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docs by Martin Panter · 8 years ago
  20. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  21. 81939db Issue #25496: Merge tarfile doc from 3.5 by Martin Panter · 8 years ago
  22. 7f7c605 Issue #25496: Document compresslevel defaults to 9, by Hamza T Khan by Martin Panter · 8 years ago
  23. 0cab9c1 Issue #26404: Add context manager to socketserver, by Aviv Palivoda by Martin Panter · 8 years ago
  24. 2cfa4c7 merge with 3.5 by Georg Brandl · 8 years ago
  25. 7ff033b Clarify greedy-qualifier example, avoid HTML. by Georg Brandl · 8 years ago
  26. 96790a4 Issue #25910: Fixed more links in the docs. by Serhiy Storchaka · 8 years ago
  27. de886d9 Issue #25910: Fixed more links in the docs. by Serhiy Storchaka · 8 years ago
  28. 21de67f Merge 3.5 by Victor Stinner · 8 years ago
  29. a9901e8 typing doc: add versionadded 3.5 by Victor Stinner · 8 years ago
  30. 1dc2dda Add a versionchanged directive to document addition of the new 'namereplace' error handler. by Berker Peksag · 8 years ago
  31. 2c57da0 Add a versionchanged directive to document addition of the new 'namereplace' error handler. by Berker Peksag · 8 years ago
  32. ba416ee Merge heads by Serhiy Storchaka · 8 years ago
  33. a1f5f8b Merge heads by Serhiy Storchaka · 8 years ago
  34. 336fc5b Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 8 years ago
  35. 8e72f50 Fix typos in mock and exceptions docs by Berker Peksag · 8 years ago
  36. 8fafc74 Fix typos in mock and exceptions docs by Berker Peksag · 8 years ago
  37. 90be733 Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 8 years ago
  38. a29f720 Issue #14456: Merge signal doc fix from 3.5 by Martin Panter · 8 years ago
  39. 199e3f8 Issue #14456: Remove contradiction about blocking signals from bad merge by Martin Panter · 8 years ago
  40. 50ab1a3 Issue #26685: Raise OSError if closing a socket fails by Martin Panter · 8 years ago
  41. 3872d62 Issue #25609: Double back-ticks to avoid “make check” buildbot failure by Martin Panter · 8 years ago
  42. 1edcd50 Merge 3.5: fcntl doc by Victor Stinner · 8 years ago
  43. d0d5154 Update fcntl doc: replace IOError with OSError by Victor Stinner · 8 years ago
  44. d7e44b6 Issue #17264: Fix cross refs and a markup error in extending/building.rst by Berker Peksag · 8 years ago
  45. 705c0e3 Issue #17264: Fix cross refs and a markup error in extending/building.rst by Berker Peksag · 8 years ago
  46. b4912b8 Issue #25314: Remove confused statement about const argument by Martin Panter · 8 years ago
  47. 0945558 Issue #26587: Remove an incorrect statement from the docs by Brett Cannon · 8 years ago
  48. 5f0507d Issue #26587: Allow .pth files to specify file paths as well as directories. by Brett Cannon · 8 years ago
  49. 9e080e0 Issue #25609: Introduce contextlib.AbstractContextManager and by Brett Cannon · 8 years ago
  50. b15c304 Issue #6953: Merge readline doc from 3.5 by Martin Panter · 8 years ago
  51. 0f76739 Issue #6953: Rearrange and expand Readline module documentation by Martin Panter · 8 years ago
  52. c86c91a Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  53. cc71a79 Fix typos in documentation and comments by Martin Panter · 8 years ago
  54. 16ca06b Add collections.Reversible. Patch by Ivan Levkivskyi. Fixes issue #25987. by Guido van Rossum · 8 years ago
  55. 1862bb2 Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants by Berker Peksag · 9 years ago
  56. af83639 Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants by Berker Peksag · 9 years ago
  57. 40d38e1 Issue #26688: Fix module name in mock docs by Berker Peksag · 9 years ago
  58. b31daff Issue #26688: Fix module name in mock docs by Berker Peksag · 9 years ago
  59. 6b6abd4 Issue #26678: Merge datetime doc fixes from 3.5 by Martin Panter · 9 years ago
  60. c334202 Merged documentation update from 3.5. by Vinay Sajip · 9 years ago
  61. d93a601 Added a cookbook recipe for a logging context manager. by Vinay Sajip · 9 years ago
  62. 16c7cfd Issue #26678: Fix indexing of datetime.tzinfo and timezone classes by Martin Panter · 9 years ago
  63. dcfebb3 Issue #26676: Add missing XMLPullParser to ElementTree.__all__ by Martin Panter · 9 years ago
  64. 7b1e5a7 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 9 years ago
  65. e4ba872 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 9 years ago
  66. fe4c012 Fix typo in xml.dom.pulldom.rst by Berker Peksag · 9 years ago
  67. 13b3acd Fix typo in xml.dom.pulldom.rst by Berker Peksag · 9 years ago
  68. 50e648a Merge 3.5 by Andrew Svetlov · 9 years ago
  69. 6f57424 Document None as timeout for asyncio.timeout() by Andrew Svetlov · 9 years ago
  70. eba2588 Issue #25314: Merge argparse doc from 3.5 by Martin Panter · 9 years ago
  71. ef4bb1e Issue #23804: Merge SSL zero read fix from 3.5 by Martin Panter · 9 years ago
  72. f6b1d66 Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes by Martin Panter · 9 years ago
  73. f841909 Issue #23758: Improve num_params docs of create_{function,aggregate} functions by Berker Peksag · 9 years ago
  74. fa0f62d Issue #23758: Improve num_params docs of create_{function,aggregate} functions by Berker Peksag · 9 years ago
  75. b61b0f1 Document sqlite3.Cursor.close() by Berker Peksag · 9 years ago
  76. f70fe6f Document sqlite3.Cursor.close() by Berker Peksag · 9 years ago
  77. 598b198 sqlite3 documentation: Connection.iterdump() is a method by Berker Peksag · 9 years ago
  78. 557a063 sqlite3 documentation: Connection.iterdump() is a method by Berker Peksag · 9 years ago
  79. a6d865c Issue #25654: by Victor Stinner · 9 years ago
  80. bfba2cd Don't doc check the venv dir by Zachary Ware · 9 years ago
  81. 4c181cf Merge with 3.5 by Terry Jan Reedy · 9 years ago
  82. 01a9a95 Issue #26525: Change chr example to match change in ord example. by Terry Jan Reedy · 9 years ago
  83. d1700a9 Fix typo in doc: avoid the french "& cie" :-) by Victor Stinner · 9 years ago
  84. 404cdc5 faulthandler: add Windows exception handler by Victor Stinner · 9 years ago
  85. e19558a Add a source parameter to warnings.warn() by Victor Stinner · 9 years ago
  86. e492ae5 tracemalloc now supports domains by Victor Stinner · 9 years ago
  87. 063d48d Issue #26525: Change ord example from nu to more easily recognized Euro sign. by Terry Jan Reedy · 9 years ago
  88. 4902c46 Issue #15660: Further clarify 0 prefix for width specifier in formats. by Terry Jan Reedy · 9 years ago
  89. 563c949 Issue #26593: Fix typo in logging HOWTO by Berker Peksag · 9 years ago
  90. fac3956 Optimize bytes.replace(b'', b'.') by Victor Stinner · 9 years ago
  91. 5decb84 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  92. 370764a Merge with 3.5 by Terry Jan Reedy · 9 years ago
  93. 5d7286c Issue #26593: Fix typo in logging HOWTO by Berker Peksag · 9 years ago
  94. 3c3d7f4 Issue #18787: spwd.getspnam() now raises a PermissionError if the user by Berker Peksag · 9 years ago
  95. ee803a8 Issue #26567: enhance ResourceWarning example by Victor Stinner · 9 years ago
  96. 914cde8 On ResourceWarning, log traceback where the object was allocated by Victor Stinner · 9 years ago
  97. 81ae89b Merge for issue #26095 by Brett Cannon · 9 years ago
  98. adcb654 Suggest people use feature detection in porting guide by Brett Cannon · 9 years ago
  99. 5936313 Issue #26252: Add an example on how to register a finder by Brett Cannon · 9 years ago
  100. 6840632 #26250: merge with 3.5. by Ezio Melotti · 9 years ago