1. 20b3e72 Merge by Raymond Hettinger · 9 years ago
  2. e525ee3 Document another recipe for itertools: all_equal(). Inspired by David Beazley. by Raymond Hettinger · 9 years ago
  3. a2998a6 Closes #19475: Added timespec to the datetime.isoformat() method. by Alexander Belopolsky · 9 years ago
  4. d07a1cb Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 9 years ago
  5. d66dd5c Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 9 years ago
  6. 48238c7 Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls by Berker Peksag · 9 years ago
  7. e88dd1c Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls by Berker Peksag · 9 years ago
  8. 8cc859c Issue #26167: Backported copy tests. by Serhiy Storchaka · 9 years ago
  9. 818e18d Issue #26167: Minimized overhead in copy.copy() and copy.deepcopy(). by Serhiy Storchaka · 9 years ago
  10. de128e1 Issue #26015: Added new tests for pickling iterators of mutable sequences. by Serhiy Storchaka · 9 years ago
  11. aabafe7 Issue #26015: Added new tests for pickling iterators of mutable sequences. by Serhiy Storchaka · 9 years ago
  12. 5608411 Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None. by Serhiy Storchaka · 9 years ago
  13. d551625 Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None. by Serhiy Storchaka · 9 years ago
  14. b6bfce6 Issue #26475: Fixed debugging output for regular expressions with the (?x) flag. by Serhiy Storchaka · 9 years ago
  15. a01a144 Issue #26475: Fixed debugging output for regular expressions with the (?x) flag. by Serhiy Storchaka · 9 years ago
  16. a0d416f Issue #26482: Allowed pickling recursive dequeues. by Serhiy Storchaka · 9 years ago
  17. 841b930 Issue #17940: Remove redundant code from _Section.format_help() by Berker Peksag · 9 years ago
  18. 96c058b Fixed typo in pickle tests. by Serhiy Storchaka · 9 years ago
  19. be70002 Fixed typo in pickle tests. by Serhiy Storchaka · 9 years ago
  20. 0f04bc7 merge 3.5 (closes #26478) by Benjamin Peterson · 9 years ago
  21. cfc2a1f merge 3.4 (closes #26478) by Benjamin Peterson · 9 years ago
  22. f11b25b properly use the ObjArgs variant of CallMethod in dictview binary operations (closes #26478) by Benjamin Peterson · 9 years ago
  23. 6282e65 Issue #26335: Make mmap.write() return the number of bytes written like by Berker Peksag · 9 years ago
  24. d2dc15b Merge 3.5 (issue #25888) by Yury Selivanov · 9 years ago
  25. c724bae coroutines: Error when awaiting on coroutine that's being awaited by Yury Selivanov · 9 years ago
  26. 5604446 Merge 3.5 (issue #26338) by Yury Selivanov · 9 years ago
  27. e076ffb asyncio: Remove duplicate bind addresses in create_server. by Yury Selivanov · 9 years ago
  28. 06495ff Merge 3.5 (issue #26347) by Yury Selivanov · 9 years ago
  29. f9e1f2b inspect: Fix BoundArguments.apply_defaults to handle empty arguments by Yury Selivanov · 9 years ago
  30. a8ac8e3 Merge 3.5 (issue #26221) by Yury Selivanov · 9 years ago
  31. 1bd0307 asyncio: Prevent StopIteration from being thrown into a Future by Yury Selivanov · 9 years ago
  32. 578bc5b Merge 3.5 (issue #25647) by Yury Selivanov · 9 years ago
  33. dce63234 asyncio: Fix @coroutine to recognize CoroWrapper (issue #25647) by Yury Selivanov · 9 years ago
  34. 3ebaea0 Sync selectors.py with upstream asyncio by Yury Selivanov · 9 years ago
  35. 45c84cc Merge 3.5 by Yury Selivanov · 9 years ago
  36. 0c6a344 asyncio, selectors: Update to the upstream version by Yury Selivanov · 9 years ago
  37. 90faa09 asyncio: Update 3.4 asyncio/test_tasks to upstream version by Yury Selivanov · 9 years ago
  38. f219285 Merge 3.5 by Victor Stinner · 9 years ago
  39. 3379867 Issue #26464: Fix unicode_fast_translate() again by Victor Stinner · 9 years ago
  40. 3d9d77a Merge 3.5 by Victor Stinner · 9 years ago
  41. 6c9aa8f Fix str.translate() by Victor Stinner · 9 years ago
  42. 42e49ac Issue #26457: Fixed the subnets() methods in IP network classes for the case by Serhiy Storchaka · 9 years ago
  43. bb0dbd5 Issue #26457: Fixed the subnets() methods in IP network classes for the case by Serhiy Storchaka · 9 years ago
  44. 8131f14 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  45. 5f582bd Whitespace by Terry Jan Reedy · 9 years ago
  46. 54f9950 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  47. 7811a9c Document maintenance of idlelib/help.html in idlelib. by Terry Jan Reedy · 9 years ago
  48. 13d09af Merge with 3.5 by Terry Jan Reedy · 9 years ago
  49. f8cd02d Rebase the 3.x version of idlelib/help.html on the 3.5 version of by Terry Jan Reedy · 9 years ago
  50. 93088d1 Issue #26385: Merge NamedTemporaryFile fix from 3.5 by Martin Panter · 9 years ago
  51. 7869a22 Issue #26385: Cleanup NamedTemporaryFile if open() fails, by SilentGhost by Martin Panter · 9 years ago
  52. 8cacc63 Issue #22836: Merge exception reporting from 3.5 by Martin Panter · 9 years ago
  53. 3263f68 Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 9 years ago
  54. de9b27d Issue #26390: Merge pbkdf2_hmac() doc from 3.5 by Martin Panter · 9 years ago
  55. 6d6dd73 merge with 3.5 by Georg Brandl · 9 years ago
  56. 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 9 years ago
  57. 6e13225 Issue #26402: Merge XML-RPC client fix from 3.5 by Martin Panter · 9 years ago
  58. eae3336 Issue #26402: Fix XML-RPC client retrying after server disconnection by Martin Panter · 9 years ago
  59. f799ca8 Issue #25801: Fixed resource warnings in test_zipfile64. Patch by SilentGhost. by Serhiy Storchaka · 9 years ago
  60. f828218 Issue #25801: Fixed resource warnings in test_zipfile64. Patch by SilentGhost. by Serhiy Storchaka · 9 years ago
  61. 62bc321 Fix out-of-date comment by Raymond Hettinger · 9 years ago
  62. b8da1a4 Issue #25136: merge from 3.5 by Ned Deily · 9 years ago
  63. 020250f Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. by Ned Deily · 9 years ago
  64. b118870 Issue #26302: merge from 3.5 by Jason R. Coombs · 9 years ago
  65. 6c783ac Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True. by Serhiy Storchaka · 9 years ago
  66. 205e75b Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True. by Serhiy Storchaka · 9 years ago
  67. 510addf Issue #5824: Merge socketserver tests from 3.5 by Martin Panter · 9 years ago
  68. 1827eff Issue #5824: Fix DatagramRequestHandler tests by binding the client socket by Martin Panter · 9 years ago
  69. 150ea1a Issue #22088: Merge base64 docs from 3.5 by Martin Panter · 9 years ago
  70. ee3074e Issue #22088: Clarify base-64 alphabets and which characters are discarded by Martin Panter · 9 years ago
  71. fe93283 Issue #26261: Merge NamedTemporaryFile docs from 3.5 by Martin Panter · 9 years ago
  72. 1f0e1f3 Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name by Martin Panter · 9 years ago
  73. bc85e35 Issue #26390: Fix and test pbkdf2_hmac() parameter names by Martin Panter · 9 years ago
  74. d9108d1 Issue #23430: Stop socketserver from catching SystemExit etc from handlers by Martin Panter · 9 years ago
  75. e5f4d3c Merge for issue #26186 by Brett Cannon · 9 years ago
  76. 558823a Issue #26186: Remove an invalid type check in importlib.util.LazyLoader. by Brett Cannon · 9 years ago
  77. 0911c0d Merge for issue #26367 by Brett Cannon · 9 years ago
  78. 4f38cb4 Issue #26367: Have importlib.__init__() raise RuntimeError when by Brett Cannon · 9 years ago
  79. 2d2d08d Issue #22468: Merge gettarinfo() doc from 3.5 by Martin Panter · 9 years ago
  80. f817a48 Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage by Martin Panter · 9 years ago
  81. 4ddbc078 Issue #26309: Merge socketserver fix from 3.5 by Martin Panter · 9 years ago
  82. 4bf4274 Issue #26309: Rewrite test in main thread and avoid race condition by Martin Panter · 9 years ago
  83. 31a252b Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 9 years ago
  84. 3fe64d0 Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 9 years ago
  85. a2b64e6 Issue #26309: Merge socketserver fix from 3.5 by Martin Panter · 9 years ago
  86. c12fef9 Issue #26309: Shut down socketserver request if verify_request() is false by Martin Panter · 9 years ago
  87. 3e48b38 Merge 3.5 (issue #25887) by Yury Selivanov · 9 years ago
  88. 77c9681 Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once. by Yury Selivanov · 9 years ago
  89. 6f79c2c Fixes #26348: Merged fix from 3.5. by Vinay Sajip · 9 years ago
  90. b2a2aa7 Fixes #26348: Corrected typos in activate.fish script. by Vinay Sajip · 9 years ago
  91. e0b2309 Issues #26289 and #26315: Optimize floor/modulo div for single-digit longs by Yury Selivanov · 9 years ago
  92. 7c90a82 Issue #25995: os.walk() no longer uses FDs proportional to the tree depth. by Serhiy Storchaka · 9 years ago
  93. 06c45e6 Issue #25995: os.walk() no longer uses FDs proportional to the tree depth. by Serhiy Storchaka · 9 years ago
  94. ffe96ae Issue #25994: Added the close() method and the support of the context manager by Serhiy Storchaka · 9 years ago
  95. 2feb642 Issue #26325: Added test.support.check_no_resource_warning() to check that by Serhiy Storchaka · 9 years ago
  96. 94a619d Issue #26325: Added test.support.check_no_resource_warning() to check that by Serhiy Storchaka · 9 years ago
  97. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 9 years ago
  98. a9725f8 Issue #26312: SystemError is now raised in all programming bugs with using by Serhiy Storchaka · 9 years ago
  99. 78f55ff Issue #23992: multiprocessing: make MapResult not fail-fast upon exception. by Charles-François Natali · 9 years ago
  100. 3008b1c Issue #26304: Merge doc wording from 3.5 by Martin Panter · 9 years ago