1. de9b27d Issue #26390: Merge pbkdf2_hmac() doc from 3.5 by Martin Panter · 9 years ago
  2. 6d6dd73 merge with 3.5 by Georg Brandl · 9 years ago
  3. 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 9 years ago
  4. 6e13225 Issue #26402: Merge XML-RPC client fix from 3.5 by Martin Panter · 9 years ago
  5. eae3336 Issue #26402: Fix XML-RPC client retrying after server disconnection by Martin Panter · 9 years ago
  6. f799ca8 Issue #25801: Fixed resource warnings in test_zipfile64. Patch by SilentGhost. by Serhiy Storchaka · 9 years ago
  7. f828218 Issue #25801: Fixed resource warnings in test_zipfile64. Patch by SilentGhost. by Serhiy Storchaka · 9 years ago
  8. 62bc321 Fix out-of-date comment by Raymond Hettinger · 9 years ago
  9. b8da1a4 Issue #25136: merge from 3.5 by Ned Deily · 9 years ago
  10. 020250f Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. by Ned Deily · 9 years ago
  11. b118870 Issue #26302: merge from 3.5 by Jason R. Coombs · 9 years ago
  12. 6c783ac Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True. by Serhiy Storchaka · 9 years ago
  13. 205e75b Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True. by Serhiy Storchaka · 9 years ago
  14. 510addf Issue #5824: Merge socketserver tests from 3.5 by Martin Panter · 9 years ago
  15. 1827eff Issue #5824: Fix DatagramRequestHandler tests by binding the client socket by Martin Panter · 9 years ago
  16. 150ea1a Issue #22088: Merge base64 docs from 3.5 by Martin Panter · 9 years ago
  17. ee3074e Issue #22088: Clarify base-64 alphabets and which characters are discarded by Martin Panter · 9 years ago
  18. fe93283 Issue #26261: Merge NamedTemporaryFile docs from 3.5 by Martin Panter · 9 years ago
  19. 1f0e1f3 Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name by Martin Panter · 9 years ago
  20. bc85e35 Issue #26390: Fix and test pbkdf2_hmac() parameter names by Martin Panter · 9 years ago
  21. d9108d1 Issue #23430: Stop socketserver from catching SystemExit etc from handlers by Martin Panter · 9 years ago
  22. e5f4d3c Merge for issue #26186 by Brett Cannon · 9 years ago
  23. 558823a Issue #26186: Remove an invalid type check in importlib.util.LazyLoader. by Brett Cannon · 9 years ago
  24. 0911c0d Merge for issue #26367 by Brett Cannon · 9 years ago
  25. 4f38cb4 Issue #26367: Have importlib.__init__() raise RuntimeError when by Brett Cannon · 9 years ago
  26. 2d2d08d Issue #22468: Merge gettarinfo() doc from 3.5 by Martin Panter · 9 years ago
  27. f817a48 Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage by Martin Panter · 9 years ago
  28. 4ddbc078 Issue #26309: Merge socketserver fix from 3.5 by Martin Panter · 9 years ago
  29. 4bf4274 Issue #26309: Rewrite test in main thread and avoid race condition by Martin Panter · 9 years ago
  30. 31a252b Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 9 years ago
  31. 3fe64d0 Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 9 years ago
  32. a2b64e6 Issue #26309: Merge socketserver fix from 3.5 by Martin Panter · 9 years ago
  33. c12fef9 Issue #26309: Shut down socketserver request if verify_request() is false by Martin Panter · 9 years ago
  34. 3e48b38 Merge 3.5 (issue #25887) by Yury Selivanov · 9 years ago
  35. 77c9681 Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once. by Yury Selivanov · 9 years ago
  36. 6f79c2c Fixes #26348: Merged fix from 3.5. by Vinay Sajip · 9 years ago
  37. b2a2aa7 Fixes #26348: Corrected typos in activate.fish script. by Vinay Sajip · 9 years ago
  38. e0b2309 Issues #26289 and #26315: Optimize floor/modulo div for single-digit longs by Yury Selivanov · 9 years ago
  39. 7c90a82 Issue #25995: os.walk() no longer uses FDs proportional to the tree depth. by Serhiy Storchaka · 9 years ago
  40. 06c45e6 Issue #25995: os.walk() no longer uses FDs proportional to the tree depth. by Serhiy Storchaka · 9 years ago
  41. ffe96ae Issue #25994: Added the close() method and the support of the context manager by Serhiy Storchaka · 9 years ago
  42. 2feb642 Issue #26325: Added test.support.check_no_resource_warning() to check that by Serhiy Storchaka · 9 years ago
  43. 94a619d Issue #26325: Added test.support.check_no_resource_warning() to check that by Serhiy Storchaka · 9 years ago
  44. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 9 years ago
  45. a9725f8 Issue #26312: SystemError is now raised in all programming bugs with using by Serhiy Storchaka · 9 years ago
  46. 78f55ff Issue #23992: multiprocessing: make MapResult not fail-fast upon exception. by Charles-François Natali · 9 years ago
  47. 3008b1c Issue #26304: Merge doc wording from 3.5 by Martin Panter · 9 years ago
  48. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  49. 7e3a91a Issue #26136: Upgrade the generator_stop warning to DeprecationWarning by Martin Panter · 9 years ago
  50. 1fe0d13 Issue #26243: zlib.compress() keyword argument support by Aviv Palivoda by Martin Panter · 9 years ago
  51. 96a4f07 Issues #26310, #26311: Fix typos in the documentation and code comments by Martin Panter · 9 years ago
  52. 263c448 Issues #26310, 26311: Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  53. 15a3095 compiler: don't emit SyntaxWarning on const stmt by Victor Stinner · 9 years ago
  54. 896632e Issue #25983: Added tests for multi-argument type(). by Serhiy Storchaka · 9 years ago
  55. 763f9f0 Issue #25983: Added tests for multi-argument type(). by Serhiy Storchaka · 9 years ago
  56. a272409 compiler now ignores constant statements by Victor Stinner · 9 years ago
  57. 51d8c52 Replace noop constant statement with expression by Victor Stinner · 9 years ago
  58. f089196 Simplify main() of test_ast by Victor Stinner · 9 years ago
  59. d2962f1 Issue #25949: __dict__ for an OrderedDict instance is now created only when by Serhiy Storchaka · 9 years ago
  60. 79ad897 Issue #25911: Restored support of bytes paths in os.walk() on Windows. by Serhiy Storchaka · 9 years ago
  61. 192697e Issue #26045: Merge http.client error addition from 3.5 by Martin Panter · 9 years ago
  62. 4439148 Issue #26045: Add UTF-8 suggestion to error in http.client by Martin Panter · 9 years ago
  63. 5f6a0b4 Issue #25911: Restored support of bytes paths in os.walk() on Windows. by Serhiy Storchaka · 9 years ago
  64. d0c1f77 Issue #26198: Make datetime error tests more lenient. by Serhiy Storchaka · 9 years ago
  65. 0c0d537 Issue #26198: Make datetime error tests more lenient. by Serhiy Storchaka · 9 years ago
  66. 4cd63ef Issue #26198: ValueError is now raised instead of TypeError on buffer by Serhiy Storchaka · 9 years ago
  67. 3e17c78 Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 9 years ago
  68. c4b813d Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 9 years ago
  69. 503f908 Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir(). by Serhiy Storchaka · 9 years ago
  70. 102d813 Issue #26302: Correctly identify comma as an invalid character for a cookie (correcting regression in Python 3.5). by Anish Shah · 9 years ago
  71. e14c07e Fixed a bug in os.walk() with bytes path on Windows caused by merging fixes by Serhiy Storchaka · 9 years ago
  72. 135d5f4 Fix issue 26287: While handling FORMAT_VALUE opcode, the top of stack was being corrupted if an error occurred in PyObject_Format(). by Eric V. Smith · 9 years ago
  73. a3643c2 Issue #12923: Merge FancyURLopener fix from 3.5 by Martin Panter · 9 years ago
  74. ab8d4fb Merge 3.5 by Yury Selivanov · 9 years ago
  75. 46f7785 Issue #25660: Fix a unittest and rlcompleter when readline isn't available by Yury Selivanov · 9 years ago
  76. aecef0d Merge 3.5 (issue #25660) by Yury Selivanov · 9 years ago
  77. a7eae40 Issue #25660: Fix TAB key behaviour in REPL. by Yury Selivanov · 9 years ago
  78. a037022 Issue #12923: Reset FancyURLopener's redirect counter even on exception by Martin Panter · 9 years ago
  79. 65aaef4 Issue #25945: Fixed bugs in functools.partial. by Serhiy Storchaka · 9 years ago
  80. 3874128 Issue #25945: Fixed bugs in functools.partial. by Serhiy Storchaka · 9 years ago
  81. a638971 merge by Raymond Hettinger · 9 years ago
  82. b00da57 Issue #26194: Inserting into a full deque to raise an IndexError by Raymond Hettinger · 9 years ago
  83. 94c3089 Merge 3.5 (asyncio) by Victor Stinner · 9 years ago
  84. 3e72309 Fix error message in asyncio.selector_events. by Victor Stinner · 9 years ago
  85. 58afd25 Merge 3.5 (test_asyncio) by Victor Stinner · 9 years ago
  86. 7909411 Issue #19587: Merge test_bytes cleanup from 3.5 by Martin Panter · 9 years ago
  87. 275bd96 Issue #19587: Remove masked and redundant tests in test_bytes by Martin Panter · 9 years ago
  88. 9990cb0 Issue #26173: Merge SSL tests from 3.5 by Martin Panter · 9 years ago
  89. 3464ea2 Issue #26173: Separate bad cert file tests and client rejection test by Martin Panter · 9 years ago
  90. 0df5313 test_asyncio: fix test_timeout_time() by Victor Stinner · 9 years ago
  91. 396cbd6 Issue #23076: Path.glob() now raises a ValueError if it's called with an by Berker Peksag · 9 years ago
  92. 4a208e4 Issue #23076: Path.glob() now raises a ValueError if it's called with an by Berker Peksag · 9 years ago
  93. 5586ba7 Simply docstrings of venv module by Berker Peksag · 9 years ago
  94. cca3299 Issue #4806: Merge * unpacking fix from 3.5 by Martin Panter · 9 years ago
  95. b594422 Issue #4806: Avoid masking original TypeError in call with * unpacking by Martin Panter · 9 years ago
  96. 7602b76 Issue #26173: Merge wrongcert test from 3.5 by Martin Panter · 9 years ago
  97. 407b62f Issue #26173: Fix test_ssl confusion with non-existing cert and wrongcert.pem by Martin Panter · 9 years ago
  98. 2552c2d Issue #26202: copy.deepcopy() now correctly copies range() objects with by Serhiy Storchaka · 9 years ago
  99. 0a20bbf Issue #26202: copy.deepcopy() now correctly copies range() objects with by Serhiy Storchaka · 9 years ago
  100. b49a1ed Merge heads by Serhiy Storchaka · 9 years ago