1. cee7cf6 #22027: Add RFC6531 support to smtplib. by R David Murray · 9 years ago
  2. b907a51 Issue 24190: Add inspect.BoundArguments.apply_defaults() method. by Yury Selivanov · 9 years ago
  3. 1392f71 Issue #24210: Silence a PendingDeprecationWarning warning in platform.platform(). by Berker Peksag · 9 years ago
  4. 6738b11 Issue 24208: Fix tests -- don't create a tempdir in __init__. by Yury Selivanov · 9 years ago
  5. de12b79 allow test node after ** in calls (closes #24176) by Benjamin Peterson · 9 years ago
  6. df573d6 Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  7. 183a941 Issue #24192: Fix namespace package imports. by Eric Snow · 9 years ago
  8. 188c18d Merge 3.4 #23184: idle tests, remove unused names and imports. by Terry Jan Reedy · 9 years ago
  9. 75fb816 Issue #23184: idle tests, remove unused names and imports. by Terry Jan Reedy · 9 years ago
  10. 7fae66c Merge with 3.4 Issue #23184: idlelib, remove more unused names and imports. by Terry Jan Reedy · 9 years ago
  11. 038c16b Issue #23184: idlelib, remove more unused names and imports. by Terry Jan Reedy · 9 years ago
  12. 0cd2bf4 Issue 24200: Fix broken unittest. by Yury Selivanov · 9 years ago
  13. f229bc5 inspect: Remove "0x..." IDs from Signature objects' __repr__ by Yury Selivanov · 9 years ago
  14. 3f6538f Issue 22547: Implement informative __repr__ for inspect.BoundArguments by Yury Selivanov · 9 years ago
  15. 6b4046f Merge by Yury Selivanov · 9 years ago
  16. 4cfd4ea inspect: Test that BoundArguments.__eq__ repects the order of params by Yury Selivanov · 9 years ago
  17. 692b340 inspect: Micro-optimize __eq__ for Signature, Parameter and BoundArguments by Yury Selivanov · 9 years ago
  18. 8aad7f2 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  19. 2733618 idlelib: remove unused names and imports (one is a duplicate import). by Terry Jan Reedy · 9 years ago
  20. e0104ae Issue 24184: Add AsyncIterator and AsyncIterable to collections.abc. by Yury Selivanov · 9 years ago
  21. 08e5300 collections.abc.tests: Remove some unnecessary code. by Yury Selivanov · 9 years ago
  22. aded55c collections.abc: Test that if an object is a Coroutine it is also an Awaitable by Yury Selivanov · 9 years ago
  23. 6abe032 inspect: Add __slots__ to BoundArguments. by Yury Selivanov · 9 years ago
  24. 9113dc7 Issue 24017: More tests for 'async for' and 'async with'. by Yury Selivanov · 9 years ago
  25. c41632a asyncio/tests: Drop unused import. by Yury Selivanov · 9 years ago
  26. 6c792bd asyncio: Add a test for asyncio.iscoroutine(). by Yury Selivanov · 9 years ago
  27. af928b6 asyncio: Use 'collections.abc.Coroutine' in asyncio.iscoroutine. by Yury Selivanov · 9 years ago
  28. c58cca5 asyncio: Use 'collections.abc.Coroutine' in asyncio.iscoroutine (in 3.5) by Yury Selivanov · 9 years ago
  29. d08c363 Sync asyncio code from default branch. by Yury Selivanov · 9 years ago
  30. 33c6b56 Issue 24179: Support 'async for' for asyncio.StreamReader. by Yury Selivanov · 9 years ago
  31. 29f88c2 Issue 24178: support 'async with' for asyncio locks. by Yury Selivanov · 9 years ago
  32. 50c72d2 Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers. by Berker Peksag · 9 years ago
  33. 3a81f9b Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers. by Berker Peksag · 9 years ago
  34. 2f3742b Issue #1322: platform.dist() and platform.linux_distribution() functions are now deprecated. by Berker Peksag · 9 years ago
  35. eac503a Issue #24064: Property() docstrings are now writeable. (Patch by Berker Peksag.) by Raymond Hettinger · 9 years ago
  36. 37ac590 Clean up test_coroutines a bit. by Zachary Ware · 9 years ago
  37. baaadbf Issue 24017: fix for "async with" refcounting by Nick Coghlan · 9 years ago
  38. 84d3e76 Issue #23911: Fix ctypes test on Windows. by Zachary Ware · 9 years ago
  39. d9b25bb Issue #23731: Fix tracemalloc test on Windows. by Zachary Ware · 9 years ago
  40. ad3e27a Issue #23193: Skip numeric_owner tests on platforms where they don't make sense by Zachary Ware · 9 years ago
  41. 849564f Extend test coverage to include heapifying large heaps by Raymond Hettinger · 9 years ago
  42. ffcd849 Reduce the overhead in functools.total_ordering by localizing NotImplemented. by Raymond Hettinger · 9 years ago
  43. cd4a5cc Added forgotten new files for issues #22681 and #22682. by Serhiy Storchaka · 9 years ago
  44. 48e47aa Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is by Serhiy Storchaka · 9 years ago
  45. f0eeedf Issue #22681: Added support for the koi8_t encoding. by Serhiy Storchaka · 9 years ago
  46. ad8a1c3 Issue #22682: Added support for the kz1048 encoding. by Serhiy Storchaka · 9 years ago
  47. fdba838 Issue #24017: Unset asyncio event loop after test. by Yury Selivanov · 9 years ago
  48. 08a7a4e asyncio: Make sure sys.set_coroutine_wrapper is called *only* when loop is running. by Yury Selivanov · 9 years ago
  49. e8944cb asyncio: Make sure sys.set_coroutine_wrapper is called *only* when loop is running. by Yury Selivanov · 9 years ago
  50. ea6d559 Issue #23796: peak and read1 methods of BufferedReader now raise ValueError by Berker Peksag · 9 years ago
  51. d10d6ae Issue #23796: peak and read1 methods of BufferedReader now raise ValueError by Berker Peksag · 9 years ago
  52. bedbf96 Issue #23870: The pprint module now supports all standard collections by Serhiy Storchaka · 9 years ago
  53. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  54. dc6a9c0 asyncio: Merge 3.4 -- Support PEP 492. Issue #24017. by Yury Selivanov · 9 years ago
  55. 1af2bf7 asyncio: Support PEP 492. Issue #24017. by Yury Selivanov · 9 years ago
  56. 9657caf Merge 3.4 (asyncio changes) by Yury Selivanov · 9 years ago
  57. 59eb9a4 asyncio: async() function is deprecated in favour of ensure_future(). by Yury Selivanov · 9 years ago
  58. 926b990 asyncio: Drop JoinableQueue from 3.5 by Yury Selivanov · 9 years ago
  59. 7a093d9 Merge 3.4 (asyncio) by Yury Selivanov · 9 years ago
  60. 740169c Sync asyncio changes from the main repo. by Yury Selivanov · 9 years ago
  61. 90ecfe6 asyncio: Sync with github repo by Yury Selivanov · 9 years ago
  62. a33df31 #21795: advertise 8BITMIME if decode_data is False. by R David Murray · 9 years ago
  63. a6429db #21800: Add RFC 6855 support to imaplib. by R David Murray · 9 years ago
  64. e9ad5a5 Issue 22906: Add test file. by Yury Selivanov · 9 years ago
  65. 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 9 years ago
  66. bd60e8d Issue #24018: Add a collections.Generator abstract base class. by Raymond Hettinger · 9 years ago
  67. dae2ef1 merge 3.4 by Benjamin Peterson · 9 years ago
  68. 65bcdd7 ensure .keywords is always a dict by Benjamin Peterson · 9 years ago
  69. 9020a9a merge - upgrade setuptools to 15.2 by Donald Stufft · 9 years ago
  70. b0fc24b Upgrade setuptools to 15.2 by Donald Stufft · 9 years ago
  71. 8093254 Merge from 3.4. by Larry Hastings · 9 years ago
  72. 7e63b36 Issue #21520: test_zipfile no longer fails if the word 'bad' appears by Larry Hastings · 9 years ago
  73. fe373a5 Fixed English in error message. by Serhiy Storchaka · 9 years ago
  74. 4b5367c Fixed English in error message. by Serhiy Storchaka · 9 years ago
  75. 24d3b7f Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  76. e130503 Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  77. 645058d Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj. by Serhiy Storchaka · 9 years ago
  78. 9749b5a Issue #24125: Saved error's line and column numbers when an error is occured by Serhiy Storchaka · 9 years ago
  79. ab91478 Issue #24125: Saved error's line and column numbers when an error is occured by Serhiy Storchaka · 9 years ago
  80. 076dbd0 Fix remaining tests and remove an unused import. by Berker Peksag · 9 years ago
  81. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  82. 025e9eb PEP 448: additional unpacking generalizations (closes #2292) by Benjamin Peterson · 9 years ago
  83. ad17be7 Issue #24113: Remove unreachable code in shlex. by Raymond Hettinger · 9 years ago
  84. 00607e9 Issue #23911: Fix mixed bytes/strings. by Eric Snow · 9 years ago
  85. 63a6a6f merge 3.4 (#24096) by Benjamin Peterson · 9 years ago
  86. 8c59816 merge 3.3 (#24096) by Benjamin Peterson · 9 years ago
  87. deff2b7 be more robust against the filters list changing under us (closes #24096) by Benjamin Peterson · 9 years ago
  88. 24559e4 Issue #22619: Added negative limit support in the traceback module. by Serhiy Storchaka · 9 years ago
  89. 88abdef merge 3.4 (#24094) by Benjamin Peterson · 9 years ago
  90. 122f4b1 merge 3.3 (#24094) by Benjamin Peterson · 9 years ago
  91. 501182a just sort the items tuple directly (closes #24094) by Benjamin Peterson · 9 years ago
  92. 97bd4b0 Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__. (Merged from 3.4 branch.) by Guido van Rossum · 9 years ago
  93. 0a9933e Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__. by Guido van Rossum · 9 years ago
  94. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 9 years ago
  95. 1dfd247 remove the concept of an unoptimized function scope from the compiler, since it can't happen anymore by Benjamin Peterson · 9 years ago
  96. 32d34bc Use assertEqual rather than assertEquals to avoid the deprecation warning. by Gregory P. Smith · 9 years ago
  97. 8cb6569 Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. by Gregory P. Smith · 9 years ago
  98. 84de1bf Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. by Serhiy Storchaka · 9 years ago
  99. 71f73ca Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. by Serhiy Storchaka · 9 years ago
  100. f28d54d Use more precise Tcl version checks in tests. by Serhiy Storchaka · 9 years ago