1. e88dd1c Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls by Berker Peksag · 9 years ago
  2. 8cc859c Issue #26167: Backported copy tests. by Serhiy Storchaka · 9 years ago
  3. aabafe7 Issue #26015: Added new tests for pickling iterators of mutable sequences. by Serhiy Storchaka · 9 years ago
  4. d551625 Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None. by Serhiy Storchaka · 9 years ago
  5. a01a144 Issue #26475: Fixed debugging output for regular expressions with the (?x) flag. by Serhiy Storchaka · 9 years ago
  6. be70002 Fixed typo in pickle tests. by Serhiy Storchaka · 9 years ago
  7. cfc2a1f merge 3.4 (closes #26478) by Benjamin Peterson · 9 years ago
  8. f11b25b properly use the ObjArgs variant of CallMethod in dictview binary operations (closes #26478) by Benjamin Peterson · 9 years ago
  9. ff47cfb Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 9 years ago
  10. 25c0ef5 Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 9 years ago
  11. c724bae coroutines: Error when awaiting on coroutine that's being awaited by Yury Selivanov · 9 years ago
  12. e076ffb asyncio: Remove duplicate bind addresses in create_server. by Yury Selivanov · 9 years ago
  13. f9e1f2b inspect: Fix BoundArguments.apply_defaults to handle empty arguments by Yury Selivanov · 9 years ago
  14. 1bd0307 asyncio: Prevent StopIteration from being thrown into a Future by Yury Selivanov · 9 years ago
  15. dce63234 asyncio: Fix @coroutine to recognize CoroWrapper (issue #25647) by Yury Selivanov · 9 years ago
  16. 0c6a344 asyncio, selectors: Update to the upstream version by Yury Selivanov · 9 years ago
  17. 049205f Merge 3.4 by Yury Selivanov · 9 years ago
  18. 90faa09 asyncio: Update 3.4 asyncio/test_tasks to upstream version by Yury Selivanov · 9 years ago
  19. 3379867 Issue #26464: Fix unicode_fast_translate() again by Victor Stinner · 9 years ago
  20. 6c9aa8f Fix str.translate() by Victor Stinner · 9 years ago
  21. bb0dbd5 Issue #26457: Fixed the subnets() methods in IP network classes for the case by Serhiy Storchaka · 9 years ago
  22. 5f582bd Whitespace by Terry Jan Reedy · 9 years ago
  23. 7811a9c Document maintenance of idlelib/help.html in idlelib. by Terry Jan Reedy · 9 years ago
  24. f8cd02d Rebase the 3.x version of idlelib/help.html on the 3.5 version of by Terry Jan Reedy · 9 years ago
  25. 7869a22 Issue #26385: Cleanup NamedTemporaryFile if open() fails, by SilentGhost by Martin Panter · 9 years ago
  26. 96421d6 Update susp-ignore file (#25910). by Georg Brandl · 9 years ago
  27. 76b2ee0 Fix typo. by Georg Brandl · 9 years ago
  28. 3263f68 Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 9 years ago
  29. 738f88f #26246: merge with 3.4. by Ezio Melotti · 9 years ago
  30. 90ba2ca #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. by Ezio Melotti · 9 years ago
  31. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  32. 06871ef Fix version. by Georg Brandl · 9 years ago
  33. 32fbd3a Closes #26442: fix copy-paste. by Georg Brandl · 9 years ago
  34. adeffcc Closes #26444: typo fixes. by Georg Brandl · 9 years ago
  35. 9491272 open the cert store readonly by Benjamin Peterson · 9 years ago
  36. 63d096d Issue #24421: Compile _math.c separately to avoid race condition by Martin Panter · 10 years ago
  37. bc85e35 Issue #26390: Fix and test pbkdf2_hmac() parameter names by Martin Panter · 9 years ago
  38. 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 9 years ago
  39. 2305b3c Fix rstlint to also look for indented comments that should be directives. by Georg Brandl · 9 years ago
  40. eae3336 Issue #26402: Fix XML-RPC client retrying after server disconnection by Martin Panter · 9 years ago
  41. f828218 Issue #25801: Fixed resource warnings in test_zipfile64. Patch by SilentGhost. by Serhiy Storchaka · 9 years ago
  42. e76a6d5 Issue #25136: Add reference to 'xcode-select --install' to Mac README. by Ned Deily · 9 years ago
  43. 5988498 Change OS X installer builds targeted for 10.10 and above to build by Ned Deily · 9 years ago
  44. 020250f Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. by Ned Deily · 9 years ago
  45. 102d813 Issue #26302: Correctly identify comma as an invalid character for a cookie (correcting regression in Python 3.5). by Anish Shah · 10 years ago
  46. e14c07e Fixed a bug in os.walk() with bytes path on Windows caused by merging fixes by Serhiy Storchaka · 9 years ago
  47. 205e75b Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True. by Serhiy Storchaka · 9 years ago
  48. 1827eff Issue #5824: Fix DatagramRequestHandler tests by binding the client socket by Martin Panter · 9 years ago
  49. ee3074e Issue #22088: Clarify base-64 alphabets and which characters are discarded by Martin Panter · 9 years ago
  50. e1d4e58 Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on by Ned Deily · 9 years ago
  51. f1d371b Update example; str(float) changed so there is difference now. by Georg Brandl · 9 years ago
  52. 6fe57ad Issue #26268: Update Windows builds to use OpenSSL 1.0.2f by Zachary Ware · 9 years ago
  53. 16f164e Issue #26268: Update the prepare_ssl.py script by Zachary Ware · 9 years ago
  54. 1f0e1f3 Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name by Martin Panter · 9 years ago
  55. 1c5e715 Fix errors in XML-RPC client example code by Martin Panter · 9 years ago
  56. 0334c3c Issue #26401: Fix compile() documentation by Berker Peksag · 9 years ago
  57. 31feb71 Fix some typos in the NEWS file by Brett Cannon · 9 years ago
  58. 27c712e List what classes from importlib.machinery don't work with importlib.util.LazyLoader by Brett Cannon · 9 years ago
  59. 558823a Issue #26186: Remove an invalid type check in importlib.util.LazyLoader. by Brett Cannon · 9 years ago
  60. 4f38cb4 Issue #26367: Have importlib.__init__() raise RuntimeError when by Brett Cannon · 9 years ago
  61. e10d370 Added simple threading example to logging cookbook. by Vinay Sajip · 9 years ago
  62. f817a48 Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage by Martin Panter · 9 years ago
  63. 92849d1 Closes #20169: fix inner links random doc. by Georg Brandl · 9 years ago
  64. eac17b8 Issue #15608: Improve socketserver module documentation by Martin Panter · 9 years ago
  65. 4bf4274 Issue #26309: Rewrite test in main thread and avoid race condition by Martin Panter · 9 years ago
  66. 3fe64d0 Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 9 years ago
  67. c12fef9 Issue #26309: Shut down socketserver request if verify_request() is false by Martin Panter · 9 years ago
  68. 8f0432f fix typo (closes #26378) by Benjamin Peterson · 9 years ago
  69. 1378f7c merge 3.4 (closes #25939) by Benjamin Peterson · 9 years ago
  70. f38c93f Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. by Ned Deily · 9 years ago
  71. 47299fd Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X by Ned Deily · 9 years ago
  72. 203ce92 Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f. by Ned Deily · 9 years ago
  73. 4177e7c Issue #26316: Fix variable name typo in Argument Clinic by Martin Panter · 9 years ago
  74. 77c9681 Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once. by Yury Selivanov · 9 years ago
  75. b2a2aa7 Fixes #26348: Corrected typos in activate.fish script. by Vinay Sajip · 9 years ago
  76. 06c45e6 Issue #25995: os.walk() no longer uses FDs proportional to the tree depth. by Serhiy Storchaka · 9 years ago
  77. 94a619d Issue #26325: Added test.support.check_no_resource_warning() to check that by Serhiy Storchaka · 9 years ago
  78. e93b06a Hopefully clarify the difference between Optional[t] and an optional argument. by Guido van Rossum · 9 years ago
  79. 48a583b Issue #25698: Prevent possible replacing imported module with the empty one by Serhiy Storchaka · 9 years ago
  80. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  81. 96a4f07 Issues #26310, #26311: Fix typos in the documentation and code comments by Martin Panter · 9 years ago
  82. 763f9f0 Issue #25983: Added tests for multi-argument type(). by Serhiy Storchaka · 9 years ago
  83. e27403b Clarify "cardinality of" as "number of elements in" as many readers do by Gregory P. Smith · 9 years ago
  84. 84d9fe3 Updates build to use SHA256 hash when signing files. by Steve Dower · 9 years ago
  85. 988b9bc Issue #26117: The os.scandir() iterator now closes file descriptor not only by Serhiy Storchaka · 9 years ago
  86. 5f6a0b4 Issue #25911: Restored support of bytes paths in os.walk() on Windows. by Serhiy Storchaka · 9 years ago
  87. 4439148 Issue #26045: Add UTF-8 suggestion to error in http.client by Martin Panter · 9 years ago
  88. 0c0d537 Issue #26198: Make datetime error tests more lenient. by Serhiy Storchaka · 9 years ago
  89. c4b813d Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 9 years ago
  90. d5db147 Issue #25179: Preparatory cleanup of existing docs on string formatting by Martin Panter · 9 years ago
  91. b6213c5 Fix userinfo example presented in urllib2 howto. by Senthil Kumaran · 10 years ago
  92. a037022 Issue #12923: Reset FancyURLopener's redirect counter even on exception by Martin Panter · 10 years ago
  93. 46f7785 Issue #25660: Fix a unittest and rlcompleter when readline isn't available by Yury Selivanov · 10 years ago
  94. a7eae40 Issue #25660: Fix TAB key behaviour in REPL. by Yury Selivanov · 10 years ago
  95. 2b81814 Python for .NET has moved to Github. by Zachary Ware · 10 years ago
  96. 3df11b2 Fix typo. by Zachary Ware · 10 years ago
  97. 3874128 Issue #25945: Fixed bugs in functools.partial. by Serhiy Storchaka · 10 years ago
  98. 567d513 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 10 years ago
  99. b00da57 Issue #26194: Inserting into a full deque to raise an IndexError by Raymond Hettinger · 10 years ago
  100. 3e72309 Fix error message in asyncio.selector_events. by Victor Stinner · 10 years ago