1. 1edcd50 Merge 3.5: fcntl doc by Victor Stinner · 8 years ago
  2. d0d5154 Update fcntl doc: replace IOError with OSError by Victor Stinner · 8 years ago
  3. b4912b8 Issue #25314: Remove confused statement about const argument by Martin Panter · 8 years ago
  4. 0945558 Issue #26587: Remove an incorrect statement from the docs by Brett Cannon · 8 years ago
  5. 9e080e0 Issue #25609: Introduce contextlib.AbstractContextManager and by Brett Cannon · 8 years ago
  6. b15c304 Issue #6953: Merge readline doc from 3.5 by Martin Panter · 8 years ago
  7. 0f76739 Issue #6953: Rearrange and expand Readline module documentation by Martin Panter · 8 years ago
  8. c86c91a Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  9. cc71a79 Fix typos in documentation and comments by Martin Panter · 8 years ago
  10. 16ca06b Add collections.Reversible. Patch by Ivan Levkivskyi. Fixes issue #25987. by Guido van Rossum · 8 years ago
  11. 1862bb2 Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants by Berker Peksag · 8 years ago
  12. af83639 Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants by Berker Peksag · 8 years ago
  13. 40d38e1 Issue #26688: Fix module name in mock docs by Berker Peksag · 8 years ago
  14. b31daff Issue #26688: Fix module name in mock docs by Berker Peksag · 8 years ago
  15. 6b6abd4 Issue #26678: Merge datetime doc fixes from 3.5 by Martin Panter · 8 years ago
  16. 16c7cfd Issue #26678: Fix indexing of datetime.tzinfo and timezone classes by Martin Panter · 8 years ago
  17. 7b1e5a7 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 8 years ago
  18. e4ba872 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 8 years ago
  19. fe4c012 Fix typo in xml.dom.pulldom.rst by Berker Peksag · 8 years ago
  20. 13b3acd Fix typo in xml.dom.pulldom.rst by Berker Peksag · 8 years ago
  21. 50e648a Merge 3.5 by Andrew Svetlov · 8 years ago
  22. 6f57424 Document None as timeout for asyncio.timeout() by Andrew Svetlov · 8 years ago
  23. eba2588 Issue #25314: Merge argparse doc from 3.5 by Martin Panter · 8 years ago
  24. ef4bb1e Issue #23804: Merge SSL zero read fix from 3.5 by Martin Panter · 8 years ago
  25. f6b1d66 Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes by Martin Panter · 8 years ago
  26. f841909 Issue #23758: Improve num_params docs of create_{function,aggregate} functions by Berker Peksag · 8 years ago
  27. fa0f62d Issue #23758: Improve num_params docs of create_{function,aggregate} functions by Berker Peksag · 8 years ago
  28. b61b0f1 Document sqlite3.Cursor.close() by Berker Peksag · 8 years ago
  29. f70fe6f Document sqlite3.Cursor.close() by Berker Peksag · 8 years ago
  30. 598b198 sqlite3 documentation: Connection.iterdump() is a method by Berker Peksag · 8 years ago
  31. 557a063 sqlite3 documentation: Connection.iterdump() is a method by Berker Peksag · 8 years ago
  32. a6d865c Issue #25654: by Victor Stinner · 8 years ago
  33. 4c181cf Merge with 3.5 by Terry Jan Reedy · 8 years ago
  34. 01a9a95 Issue #26525: Change chr example to match change in ord example. by Terry Jan Reedy · 8 years ago
  35. 404cdc5 faulthandler: add Windows exception handler by Victor Stinner · 8 years ago
  36. e19558a Add a source parameter to warnings.warn() by Victor Stinner · 8 years ago
  37. e492ae5 tracemalloc now supports domains by Victor Stinner · 8 years ago
  38. 063d48d Issue #26525: Change ord example from nu to more easily recognized Euro sign. by Terry Jan Reedy · 8 years ago
  39. 4902c46 Issue #15660: Further clarify 0 prefix for width specifier in formats. by Terry Jan Reedy · 8 years ago
  40. 5decb84 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  41. 370764a Merge with 3.5 by Terry Jan Reedy · 8 years ago
  42. 3c3d7f4 Issue #18787: spwd.getspnam() now raises a PermissionError if the user by Berker Peksag · 8 years ago
  43. 914cde8 On ResourceWarning, log traceback where the object was allocated by Victor Stinner · 8 years ago
  44. 5936313 Issue #26252: Add an example on how to register a finder by Brett Cannon · 8 years ago
  45. 6840632 #26250: merge with 3.5. by Ezio Melotti · 8 years ago
  46. 62564db #26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala. by Ezio Melotti · 8 years ago
  47. ee6471e Fixed a typo. by Serhiy Storchaka · 8 years ago
  48. 7740062 Fixed a typo. by Serhiy Storchaka · 8 years ago
  49. b3fe1c4 Issue #26580: Remove outdated reference to ftpmirror by Berker Peksag · 8 years ago
  50. 42f8548 Issue #26580: Remove outdated reference to ftpmirror by Berker Peksag · 8 years ago
  51. ce911c3 Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost by Martin Panter · 8 years ago
  52. 32f2eb4 Issue #21042: Revert Linux find_library() to return just filename by Martin Panter · 8 years ago
  53. ec195fb Issue #26499: Merge HTTPResponse fix from 3.5 by Martin Panter · 8 years ago
  54. 8a20851 Issue #25654: by Victor Stinner · 8 years ago
  55. 5f6209a merge by Raymond Hettinger · 8 years ago
  56. a503f70 Minor recipe edit: convert "while 1" to "while True". by Raymond Hettinger · 8 years ago
  57. 0ce835f #25687: merge with 3.5. by Ezio Melotti · 8 years ago
  58. 8dea74f #25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park. by Ezio Melotti · 8 years ago
  59. 7dc830e merge by Raymond Hettinger · 8 years ago
  60. 4d02896 Issue #26548: Minor fix to awkward wording in docs by Raymond Hettinger · 8 years ago
  61. 6d6b986 Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. by Steve Dower · 8 years ago
  62. d669b6b Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. by Steve Dower · 8 years ago
  63. eb2e02b Issue #26542: Fix markup of code example in difflib documentation by Berker Peksag · 8 years ago
  64. 2c2a4e6 Add Mock.assert_called() by Victor Stinner · 8 years ago
  65. 82442b7 Issue #26542: Fix markup of code example in difflib documentation by Berker Peksag · 8 years ago
  66. b9f3114 Issue #21042: Return full path in ctypes.util.find_library() on Linux by Martin Panter · 8 years ago
  67. 674e2d0 Issue #15068: Got rid of excessive buffering in fileinput. by Serhiy Storchaka · 8 years ago
  68. cc2dbc5 Issue #15068: Got rid of excessive buffering in the fileinput module. by Serhiy Storchaka · 8 years ago
  69. 5b96d66 Issue #21034: Remove outdated paragraph from venv documentation by Berker Peksag · 8 years ago
  70. 777d639 Issue #21034: Remove outdated paragraph from venv documentation by Berker Peksag · 8 years ago
  71. 20b3e72 Merge by Raymond Hettinger · 8 years ago
  72. e525ee3 Document another recipe for itertools: all_equal(). Inspired by David Beazley. by Raymond Hettinger · 8 years ago
  73. a2998a6 Closes #19475: Added timespec to the datetime.isoformat() method. by Alexander Belopolsky · 8 years ago
  74. 6282e65 Issue #26335: Make mmap.write() return the number of bytes written like by Berker Peksag · 8 years ago
  75. 3902d62 merge with 3.5 by Georg Brandl · 8 years ago
  76. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 8 years ago
  77. eb73563 merge with 3.5 by Georg Brandl · 8 years ago
  78. 32fbd3a Closes #26442: fix copy-paste. by Georg Brandl · 8 years ago
  79. def4ff6 merge with 3.5 by Georg Brandl · 8 years ago
  80. adeffcc Closes #26444: typo fixes. by Georg Brandl · 8 years ago
  81. de9b27d Issue #26390: Merge pbkdf2_hmac() doc from 3.5 by Martin Panter · 8 years ago
  82. 6d6dd73 merge with 3.5 by Georg Brandl · 8 years ago
  83. 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 8 years ago
  84. 150ea1a Issue #22088: Merge base64 docs from 3.5 by Martin Panter · 8 years ago
  85. ee3074e Issue #22088: Clarify base-64 alphabets and which characters are discarded by Martin Panter · 8 years ago
  86. fe93283 Issue #26261: Merge NamedTemporaryFile docs from 3.5 by Martin Panter · 8 years ago
  87. 1f0e1f3 Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name by Martin Panter · 8 years ago
  88. bc85e35 Issue #26390: Fix and test pbkdf2_hmac() parameter names by Martin Panter · 8 years ago
  89. 0d34530 Merge XML-RPC client documentation from 3.5 by Martin Panter · 8 years ago
  90. 1c5e715 Fix errors in XML-RPC client example code by Martin Panter · 8 years ago
  91. 42b33a4 Issue #26401: Fix compile() documentation by Berker Peksag · 8 years ago
  92. 0334c3c Issue #26401: Fix compile() documentation by Berker Peksag · 8 years ago
  93. d9108d1 Issue #23430: Stop socketserver from catching SystemExit etc from handlers by Martin Panter · 8 years ago
  94. 86a8be0 Fix a name in an example by Brett Cannon · 8 years ago
  95. 4cbab34 Issue #26397: Update an importlib example to use util.module_from_spec() instead of create_module() by Brett Cannon · 8 years ago
  96. fe1941e Merge w/ 3.5 by Brett Cannon · 8 years ago
  97. 27c712e List what classes from importlib.machinery don't work with importlib.util.LazyLoader by Brett Cannon · 8 years ago
  98. 2d2d08d Issue #22468: Merge gettarinfo() doc from 3.5 by Martin Panter · 8 years ago
  99. f817a48 Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage by Martin Panter · 8 years ago
  100. 7db1d16 merge with 3.5 by Georg Brandl · 8 years ago