1. 20b3e72 Merge by Raymond Hettinger · 8 years ago
  2. e525ee3 Document another recipe for itertools: all_equal(). Inspired by David Beazley. by Raymond Hettinger · 8 years ago
  3. a2998a6 Closes #19475: Added timespec to the datetime.isoformat() method. by Alexander Belopolsky · 8 years ago
  4. d07a1cb Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 8 years ago
  5. d66dd5c Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 8 years ago
  6. 48238c7 Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls by Berker Peksag · 8 years ago
  7. e88dd1c Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls by Berker Peksag · 8 years ago
  8. 8cc859c Issue #26167: Backported copy tests. by Serhiy Storchaka · 8 years ago
  9. 818e18d Issue #26167: Minimized overhead in copy.copy() and copy.deepcopy(). by Serhiy Storchaka · 8 years ago
  10. de128e1 Issue #26015: Added new tests for pickling iterators of mutable sequences. by Serhiy Storchaka · 8 years ago
  11. aabafe7 Issue #26015: Added new tests for pickling iterators of mutable sequences. by Serhiy Storchaka · 8 years ago
  12. 5608411 Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None. by Serhiy Storchaka · 8 years ago
  13. d551625 Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None. by Serhiy Storchaka · 8 years ago
  14. a0d416f Issue #26482: Allowed pickling recursive dequeues. by Serhiy Storchaka · 8 years ago
  15. 96c058b Fixed typo in pickle tests. by Serhiy Storchaka · 8 years ago
  16. be70002 Fixed typo in pickle tests. by Serhiy Storchaka · 8 years ago
  17. 0f04bc7 merge 3.5 (closes #26478) by Benjamin Peterson · 8 years ago
  18. cfc2a1f merge 3.4 (closes #26478) by Benjamin Peterson · 8 years ago
  19. f11b25b properly use the ObjArgs variant of CallMethod in dictview binary operations (closes #26478) by Benjamin Peterson · 8 years ago
  20. 6282e65 Issue #26335: Make mmap.write() return the number of bytes written like by Berker Peksag · 8 years ago
  21. d2dc15b Merge 3.5 (issue #25888) by Yury Selivanov · 8 years ago
  22. c724bae coroutines: Error when awaiting on coroutine that's being awaited by Yury Selivanov · 8 years ago
  23. 5604446 Merge 3.5 (issue #26338) by Yury Selivanov · 8 years ago
  24. e076ffb asyncio: Remove duplicate bind addresses in create_server. by Yury Selivanov · 8 years ago
  25. 06495ff Merge 3.5 (issue #26347) by Yury Selivanov · 8 years ago
  26. f9e1f2b inspect: Fix BoundArguments.apply_defaults to handle empty arguments by Yury Selivanov · 8 years ago
  27. a8ac8e3 Merge 3.5 (issue #26221) by Yury Selivanov · 8 years ago
  28. 1bd0307 asyncio: Prevent StopIteration from being thrown into a Future by Yury Selivanov · 8 years ago
  29. 578bc5b Merge 3.5 (issue #25647) by Yury Selivanov · 8 years ago
  30. dce63234 asyncio: Fix @coroutine to recognize CoroWrapper (issue #25647) by Yury Selivanov · 8 years ago
  31. 45c84cc Merge 3.5 by Yury Selivanov · 8 years ago
  32. 0c6a344 asyncio, selectors: Update to the upstream version by Yury Selivanov · 8 years ago
  33. 90faa09 asyncio: Update 3.4 asyncio/test_tasks to upstream version by Yury Selivanov · 8 years ago
  34. f219285 Merge 3.5 by Victor Stinner · 8 years ago
  35. 3379867 Issue #26464: Fix unicode_fast_translate() again by Victor Stinner · 8 years ago
  36. 3d9d77a Merge 3.5 by Victor Stinner · 8 years ago
  37. 6c9aa8f Fix str.translate() by Victor Stinner · 8 years ago
  38. 42e49ac Issue #26457: Fixed the subnets() methods in IP network classes for the case by Serhiy Storchaka · 8 years ago
  39. bb0dbd5 Issue #26457: Fixed the subnets() methods in IP network classes for the case by Serhiy Storchaka · 8 years ago
  40. 93088d1 Issue #26385: Merge NamedTemporaryFile fix from 3.5 by Martin Panter · 8 years ago
  41. 7869a22 Issue #26385: Cleanup NamedTemporaryFile if open() fails, by SilentGhost by Martin Panter · 8 years ago
  42. 8cacc63 Issue #22836: Merge exception reporting from 3.5 by Martin Panter · 8 years ago
  43. 3263f68 Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 8 years ago
  44. de9b27d Issue #26390: Merge pbkdf2_hmac() doc from 3.5 by Martin Panter · 8 years ago
  45. 6e13225 Issue #26402: Merge XML-RPC client fix from 3.5 by Martin Panter · 8 years ago
  46. eae3336 Issue #26402: Fix XML-RPC client retrying after server disconnection by Martin Panter · 8 years ago
  47. f799ca8 Issue #25801: Fixed resource warnings in test_zipfile64. Patch by SilentGhost. by Serhiy Storchaka · 8 years ago
  48. f828218 Issue #25801: Fixed resource warnings in test_zipfile64. Patch by SilentGhost. by Serhiy Storchaka · 8 years ago
  49. b118870 Issue #26302: merge from 3.5 by Jason R. Coombs · 8 years ago
  50. 6c783ac Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True. by Serhiy Storchaka · 8 years ago
  51. 205e75b Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True. by Serhiy Storchaka · 8 years ago
  52. 510addf Issue #5824: Merge socketserver tests from 3.5 by Martin Panter · 8 years ago
  53. 1827eff Issue #5824: Fix DatagramRequestHandler tests by binding the client socket by Martin Panter · 8 years ago
  54. 150ea1a Issue #22088: Merge base64 docs from 3.5 by Martin Panter · 8 years ago
  55. ee3074e Issue #22088: Clarify base-64 alphabets and which characters are discarded by Martin Panter · 8 years ago
  56. bc85e35 Issue #26390: Fix and test pbkdf2_hmac() parameter names by Martin Panter · 8 years ago
  57. d9108d1 Issue #23430: Stop socketserver from catching SystemExit etc from handlers by Martin Panter · 8 years ago
  58. e5f4d3c Merge for issue #26186 by Brett Cannon · 8 years ago
  59. 558823a Issue #26186: Remove an invalid type check in importlib.util.LazyLoader. by Brett Cannon · 8 years ago
  60. 0911c0d Merge for issue #26367 by Brett Cannon · 8 years ago
  61. 4f38cb4 Issue #26367: Have importlib.__init__() raise RuntimeError when by Brett Cannon · 8 years ago
  62. 4ddbc078 Issue #26309: Merge socketserver fix from 3.5 by Martin Panter · 8 years ago
  63. 4bf4274 Issue #26309: Rewrite test in main thread and avoid race condition by Martin Panter · 8 years ago
  64. 31a252b Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 8 years ago
  65. 3fe64d0 Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 8 years ago
  66. a2b64e6 Issue #26309: Merge socketserver fix from 3.5 by Martin Panter · 8 years ago
  67. c12fef9 Issue #26309: Shut down socketserver request if verify_request() is false by Martin Panter · 8 years ago
  68. 3e48b38 Merge 3.5 (issue #25887) by Yury Selivanov · 8 years ago
  69. 77c9681 Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once. by Yury Selivanov · 8 years ago
  70. e0b2309 Issues #26289 and #26315: Optimize floor/modulo div for single-digit longs by Yury Selivanov · 8 years ago
  71. ffe96ae Issue #25994: Added the close() method and the support of the context manager by Serhiy Storchaka · 8 years ago
  72. 2feb642 Issue #26325: Added test.support.check_no_resource_warning() to check that by Serhiy Storchaka · 8 years ago
  73. 94a619d Issue #26325: Added test.support.check_no_resource_warning() to check that by Serhiy Storchaka · 8 years ago
  74. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 8 years ago
  75. a9725f8 Issue #26312: SystemError is now raised in all programming bugs with using by Serhiy Storchaka · 8 years ago
  76. 78f55ff Issue #23992: multiprocessing: make MapResult not fail-fast upon exception. by Charles-François Natali · 8 years ago
  77. 3008b1c Issue #26304: Merge doc wording from 3.5 by Martin Panter · 8 years ago
  78. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 8 years ago
  79. 7e3a91a Issue #26136: Upgrade the generator_stop warning to DeprecationWarning by Martin Panter · 8 years ago
  80. 1fe0d13 Issue #26243: zlib.compress() keyword argument support by Aviv Palivoda by Martin Panter · 8 years ago
  81. 15a3095 compiler: don't emit SyntaxWarning on const stmt by Victor Stinner · 8 years ago
  82. 896632e Issue #25983: Added tests for multi-argument type(). by Serhiy Storchaka · 8 years ago
  83. 763f9f0 Issue #25983: Added tests for multi-argument type(). by Serhiy Storchaka · 8 years ago
  84. a272409 compiler now ignores constant statements by Victor Stinner · 8 years ago
  85. 51d8c52 Replace noop constant statement with expression by Victor Stinner · 8 years ago
  86. f089196 Simplify main() of test_ast by Victor Stinner · 8 years ago
  87. d2962f1 Issue #25949: __dict__ for an OrderedDict instance is now created only when by Serhiy Storchaka · 8 years ago
  88. 79ad897 Issue #25911: Restored support of bytes paths in os.walk() on Windows. by Serhiy Storchaka · 8 years ago
  89. 192697e Issue #26045: Merge http.client error addition from 3.5 by Martin Panter · 8 years ago
  90. 4439148 Issue #26045: Add UTF-8 suggestion to error in http.client by Martin Panter · 8 years ago
  91. 5f6a0b4 Issue #25911: Restored support of bytes paths in os.walk() on Windows. by Serhiy Storchaka · 8 years ago
  92. d0c1f77 Issue #26198: Make datetime error tests more lenient. by Serhiy Storchaka · 8 years ago
  93. 0c0d537 Issue #26198: Make datetime error tests more lenient. by Serhiy Storchaka · 8 years ago
  94. 4cd63ef Issue #26198: ValueError is now raised instead of TypeError on buffer by Serhiy Storchaka · 8 years ago
  95. 3e17c78 Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 8 years ago
  96. c4b813d Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 8 years ago
  97. 503f908 Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir(). by Serhiy Storchaka · 8 years ago
  98. 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
  99. 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 · 8 years ago
  100. a3643c2 Issue #12923: Merge FancyURLopener fix from 3.5 by Martin Panter · 8 years ago