1. a503f70 Minor recipe edit: convert "while 1" to "while True". by Raymond Hettinger · 8 years ago
  2. 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
  3. 4d02896 Issue #26548: Minor fix to awkward wording in docs by Raymond Hettinger · 8 years ago
  4. d3722e7 Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern Thiel. by Steve Dower · 8 years ago
  5. d669b6b Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. by Steve Dower · 8 years ago
  6. 126c9c1 Issue #26513: Fixes platform module detection of Windows Server by Steve Dower · 8 years ago
  7. 8a7240e Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by by Serhiy Storchaka · 8 years ago
  8. d756963 Issue #20589: Fix test_pathlib by Victor Stinner · 8 years ago
  9. eb2e02b Issue #26542: Fix markup of code example in difflib documentation by Berker Peksag · 8 years ago
  10. 04d4229 Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise by Berker Peksag · 8 years ago
  11. ca0250a Issue 25959: Explain in docstring that PhotoImage.zoom arguments are by Terry Jan Reedy · 8 years ago
  12. 29bf27f Issue #26516: Enhance Python mem allocators doc by Victor Stinner · 8 years ago
  13. 42a4366 Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. by Serhiy Storchaka · 8 years ago
  14. 0554d83 Issue #15068: Avoid creating a reference loop in fileinput. by Serhiy Storchaka · 8 years ago
  15. 4a6f482 Backs out buildbot clean trigger. by Steve Dower · 8 years ago
  16. 79993a9 Adds warning to prepare_ssl when nasm is not available. by Steve Dower · 8 years ago
  17. ada6db7 Issue #25911: Tring to silence deprecation warnings in bytes path walk tests. by Serhiy Storchaka · 8 years ago
  18. 7ab61ae Backed out changeset f9e22717722d by Serhiy Storchaka · 8 years ago
  19. adca846 Backed out changeset 19a3e0e664af by Serhiy Storchaka · 8 years ago
  20. 947f411 Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. by Steve Dower · 8 years ago
  21. cc2dbc5 Issue #15068: Got rid of excessive buffering in the fileinput module. by Serhiy Storchaka · 8 years ago
  22. 55e3218 Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 8 years ago
  23. 388b90f Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 8 years ago
  24. f4d97ce Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g. by Ned Deily · 8 years ago
  25. bec699e Issue #24324: Do not enable unreachable code warnings when using by Ned Deily · 8 years ago
  26. adbf8ce Issue #26505: Fix typos in getaddrinfo license text. Patch by Alex Willmer. by Ned Deily · 8 years ago
  27. b4f2f45 Issue #24852: Remove outdated "HOWTO Use Python in the web" document by Berker Peksag · 8 years ago
  28. 777d639 Issue #21034: Remove outdated paragraph from venv documentation by Berker Peksag · 8 years ago
  29. e525ee3 Document another recipe for itertools: all_equal(). Inspired by David Beazley. by Raymond Hettinger · 8 years ago
  30. d66dd5c Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 8 years ago
  31. e88dd1c Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls by Berker Peksag · 8 years ago
  32. 8cc859c Issue #26167: Backported copy tests. by Serhiy Storchaka · 8 years ago
  33. aabafe7 Issue #26015: Added new tests for pickling iterators of mutable sequences. by Serhiy Storchaka · 8 years ago
  34. d551625 Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None. by Serhiy Storchaka · 8 years ago
  35. a01a144 Issue #26475: Fixed debugging output for regular expressions with the (?x) flag. by Serhiy Storchaka · 8 years ago
  36. be70002 Fixed typo in pickle tests. by Serhiy Storchaka · 8 years ago
  37. cfc2a1f merge 3.4 (closes #26478) by Benjamin Peterson · 8 years ago
  38. f11b25b properly use the ObjArgs variant of CallMethod in dictview binary operations (closes #26478) by Benjamin Peterson · 8 years ago
  39. ff47cfb Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 8 years ago
  40. 25c0ef5 Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 8 years ago
  41. c724bae coroutines: Error when awaiting on coroutine that's being awaited by Yury Selivanov · 8 years ago
  42. e076ffb asyncio: Remove duplicate bind addresses in create_server. by Yury Selivanov · 8 years ago
  43. f9e1f2b inspect: Fix BoundArguments.apply_defaults to handle empty arguments by Yury Selivanov · 8 years ago
  44. 1bd0307 asyncio: Prevent StopIteration from being thrown into a Future by Yury Selivanov · 8 years ago
  45. dce63234 asyncio: Fix @coroutine to recognize CoroWrapper (issue #25647) by Yury Selivanov · 8 years ago
  46. 0c6a344 asyncio, selectors: Update to the upstream version by Yury Selivanov · 8 years ago
  47. 049205f Merge 3.4 by Yury Selivanov · 8 years ago
  48. 90faa09 asyncio: Update 3.4 asyncio/test_tasks to upstream version by Yury Selivanov · 8 years ago
  49. 3379867 Issue #26464: Fix unicode_fast_translate() again by Victor Stinner · 8 years ago
  50. 6c9aa8f Fix str.translate() by Victor Stinner · 8 years ago
  51. bb0dbd5 Issue #26457: Fixed the subnets() methods in IP network classes for the case by Serhiy Storchaka · 8 years ago
  52. 5f582bd Whitespace by Terry Jan Reedy · 8 years ago
  53. 7811a9c Document maintenance of idlelib/help.html in idlelib. by Terry Jan Reedy · 8 years ago
  54. f8cd02d Rebase the 3.x version of idlelib/help.html on the 3.5 version of by Terry Jan Reedy · 8 years ago
  55. 7869a22 Issue #26385: Cleanup NamedTemporaryFile if open() fails, by SilentGhost by Martin Panter · 8 years ago
  56. 96421d6 Update susp-ignore file (#25910). by Georg Brandl · 8 years ago
  57. 76b2ee0 Fix typo. by Georg Brandl · 8 years ago
  58. 3263f68 Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 8 years ago
  59. 738f88f #26246: merge with 3.4. by Ezio Melotti · 8 years ago
  60. 90ba2ca #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. by Ezio Melotti · 8 years ago
  61. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 8 years ago
  62. 06871ef Fix version. by Georg Brandl · 8 years ago
  63. 32fbd3a Closes #26442: fix copy-paste. by Georg Brandl · 8 years ago
  64. adeffcc Closes #26444: typo fixes. by Georg Brandl · 8 years ago
  65. 9491272 open the cert store readonly by Benjamin Peterson · 8 years ago
  66. 63d096d Issue #24421: Compile _math.c separately to avoid race condition by Martin Panter · 8 years ago
  67. bc85e35 Issue #26390: Fix and test pbkdf2_hmac() parameter names by Martin Panter · 8 years ago
  68. 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 8 years ago
  69. 2305b3c Fix rstlint to also look for indented comments that should be directives. by Georg Brandl · 8 years ago
  70. eae3336 Issue #26402: Fix XML-RPC client retrying after server disconnection by Martin Panter · 8 years ago
  71. f828218 Issue #25801: Fixed resource warnings in test_zipfile64. Patch by SilentGhost. by Serhiy Storchaka · 8 years ago
  72. e76a6d5 Issue #25136: Add reference to 'xcode-select --install' to Mac README. by Ned Deily · 8 years ago
  73. 5988498 Change OS X installer builds targeted for 10.10 and above to build by Ned Deily · 8 years ago
  74. 020250f Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. by Ned Deily · 8 years ago
  75. 102d813 Issue #26302: Correctly identify comma as an invalid character for a cookie (correcting regression in Python 3.5). by Anish Shah · 8 years ago
  76. e14c07e Fixed a bug in os.walk() with bytes path on Windows caused by merging fixes by Serhiy Storchaka · 8 years ago
  77. 205e75b Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True. by Serhiy Storchaka · 8 years ago
  78. 1827eff Issue #5824: Fix DatagramRequestHandler tests by binding the client socket by Martin Panter · 8 years ago
  79. ee3074e Issue #22088: Clarify base-64 alphabets and which characters are discarded by Martin Panter · 8 years ago
  80. e1d4e58 Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on by Ned Deily · 8 years ago
  81. f1d371b Update example; str(float) changed so there is difference now. by Georg Brandl · 8 years ago
  82. 6fe57ad Issue #26268: Update Windows builds to use OpenSSL 1.0.2f by Zachary Ware · 8 years ago
  83. 16f164e Issue #26268: Update the prepare_ssl.py script by Zachary Ware · 8 years ago
  84. 1f0e1f3 Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name by Martin Panter · 8 years ago
  85. 1c5e715 Fix errors in XML-RPC client example code by Martin Panter · 8 years ago
  86. 0334c3c Issue #26401: Fix compile() documentation by Berker Peksag · 8 years ago
  87. 31feb71 Fix some typos in the NEWS file by Brett Cannon · 8 years ago
  88. 27c712e List what classes from importlib.machinery don't work with importlib.util.LazyLoader by Brett Cannon · 8 years ago
  89. 558823a Issue #26186: Remove an invalid type check in importlib.util.LazyLoader. by Brett Cannon · 8 years ago
  90. 4f38cb4 Issue #26367: Have importlib.__init__() raise RuntimeError when by Brett Cannon · 8 years ago
  91. e10d370 Added simple threading example to logging cookbook. by Vinay Sajip · 8 years ago
  92. f817a48 Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage by Martin Panter · 8 years ago
  93. 92849d1 Closes #20169: fix inner links random doc. by Georg Brandl · 8 years ago
  94. eac17b8 Issue #15608: Improve socketserver module documentation by Martin Panter · 8 years ago
  95. 4bf4274 Issue #26309: Rewrite test in main thread and avoid race condition by Martin Panter · 8 years ago
  96. 3fe64d0 Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 8 years ago
  97. c12fef9 Issue #26309: Shut down socketserver request if verify_request() is false by Martin Panter · 8 years ago
  98. 8f0432f fix typo (closes #26378) by Benjamin Peterson · 8 years ago
  99. 1378f7c merge 3.4 (closes #25939) by Benjamin Peterson · 8 years ago
  100. f38c93f Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. by Ned Deily · 8 years ago