1. e42cc38 Issue 24017: Add a test for CoroWrapper and 'async def' coroutines by Yury Selivanov · 9 years ago
  2. d5519ed Issue #19543: Implementation of isclose as per PEP 485 by Tal Einat · 9 years ago
  3. 439c5fe Issue 24004: Fix DeprecationWarning in a unittest by Yury Selivanov · 9 years ago
  4. d4ea03c Issue #24284: The startswith and endswith methods of the str class no longer by Serhiy Storchaka · 9 years ago
  5. ad583a8 Issue 24004: Add a unittest for @asyncio.coroutine supporting Awaitables by Yury Selivanov · 9 years ago
  6. bf304fc Issue #23934: Fix inspect.signature to fail correctly for builtin types. by Yury Selivanov · 9 years ago
  7. 67fb92e Issue #16991: Do not return None from OrderedDict.__reversed__. by Eric Snow · 9 years ago
  8. 1b560cb Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  9. f28fa66 Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  10. 7aa5341 Reverting my previous commit. by Yury Selivanov · 9 years ago
  11. f49c423 Use test.support.start_threads() in threaded lru_cache tests. by Serhiy Storchaka · 9 years ago
  12. bf2b3b7 Use test.support.start_threads() in threaded lru_cache tests. by Serhiy Storchaka · 9 years ago
  13. e16f427 Merge 3.5 by Benjamin Peterson · 9 years ago
  14. 3d1151d use assert method in another place by Benjamin Peterson · 9 years ago
  15. 96c6af9 Issue #16991: Add a C implementation of collections.OrderedDict. by Eric Snow · 9 years ago
  16. 47db717 Issue #16991: Add a C implementation of collections.OrderedDict. by Eric Snow · 9 years ago
  17. 3979323 merge 3.5 by Benjamin Peterson · 9 years ago
  18. 0a3297d use assert method (#24328) by Benjamin Peterson · 9 years ago
  19. 0c70ca9 merge 3.5 (#24328) by Benjamin Peterson · 9 years ago
  20. e20056c fix importing one char extension modules (closes #24328) by Benjamin Peterson · 9 years ago
  21. 07739f3 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  22. a663121 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  23. 50451eb Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  24. 38bc0a7 Issue 24316: Wrap gen objects returned from callables in types.coroutine by Yury Selivanov · 9 years ago
  25. 13f7723 Issue 24316: Wrap gen objects returned from callables in types.coroutine by Yury Selivanov · 9 years ago
  26. 7ad0419 Issue 24316: Fix types.coroutine() to accept objects from Cython by Yury Selivanov · 9 years ago
  27. c565cd5 Issue 24316: Fix types.coroutine() to accept objects from Cython by Yury Selivanov · 9 years ago
  28. a24fcfd Issue 24315: Make collections.abc.Coroutine derived from Awaitable by Yury Selivanov · 9 years ago
  29. 56fc614 Issue 24315: Make collections.abc.Coroutine derived from Awaitable by Yury Selivanov · 9 years ago
  30. 2ec8f9b merge 3.5 (#11205) by Benjamin Peterson · 9 years ago
  31. ee85339 in dict displays, evaluate the key before the value (closes #11205) by Benjamin Peterson · 9 years ago
  32. 26f7057 Issue 24297: Add a unittest that Lib/symbol.py is in sync with Grammar by Yury Selivanov · 9 years ago
  33. 72f389f Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 9 years ago
  34. 507cd3c Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 9 years ago
  35. 46c759d Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 9 years ago
  36. 572183e Merge with 3.5: tarfile.open() with mode 'x' created files without an end of archive marker. by Lars Gustäbel · 9 years ago
  37. 20703c6 tarfile.open() with mode 'x' created files without an end of archive marker. by Lars Gustäbel · 9 years ago
  38. 06f155f Merge fix for issue #24285 from 3.5 by Nick Coghlan · 9 years ago
  39. 55871f0 Issue #24285: fix importing extensions from packages by Nick Coghlan · 9 years ago
  40. c074e9d Issue #24286: Forward port dict view abstract base class tests. by Raymond Hettinger · 9 years ago
  41. 24d262a (Merge 3.5) Issue #23840: tokenize.open() now closes the temporary binary file by Victor Stinner · 9 years ago
  42. 387729e Issue #23840: tokenize.open() now closes the temporary binary file on error to by Victor Stinner · 9 years ago
  43. 46c5611 Backed out changeset: b0a0b9b59012 by Serhiy Storchaka · 9 years ago
  44. 8252cc9 Backed out changeset 57776eee74f2 by Larry Hastings · 9 years ago
  45. 1c858c3 Issue #14373: Added C implementation of functools.lru_cache(). Based on by Serhiy Storchaka · 9 years ago
  46. fd3664b Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions. by Steve Dower · 9 years ago
  47. 5a69420 merge 3.4 (#22931) by Benjamin Peterson · 9 years ago
  48. c4ae86e merge 3.3 (#22931) by Benjamin Peterson · 9 years ago
  49. d504f20 merge 3.2 (#22931) by Benjamin Peterson · 9 years ago
  50. 9bd476e allow square brackets in cookie values (closes #22931) by Benjamin Peterson · 9 years ago
  51. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  52. ec219ba Issue #23086: Add start and stop arguments to the Sequence.index() mixin method. by Raymond Hettinger · 9 years ago
  53. 573b44c Issue 22189: Add missing methods to UserString by Raymond Hettinger · 9 years ago
  54. ad577b9 Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir by Gregory P. Smith · 9 years ago
  55. 46dbb7d Preliminary typing.py, anticipating provisional acceptance of PEP 484. by Guido van Rossum · 9 years ago
  56. 7dc9dea Issue #20035: Reimplement tkinter._fix module as a C function. by Zachary Ware · 9 years ago
  57. 3cfec2e Issue 20438: Deprecate inspect.getargspec() and friends. by Yury Selivanov · 9 years ago
  58. 6833339 Issue 24237: Raise PendingDeprecationWarning per PEP 479 by Yury Selivanov · 9 years ago
  59. e79ec70 Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  60. 08d230a Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  61. 095fb84 Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__ by Yury Selivanov · 9 years ago
  62. bf341fb Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__ by Yury Selivanov · 9 years ago
  63. b2f3c23 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 9 years ago
  64. 4faf5c5 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 9 years ago
  65. 041dd8e Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  66. 57c74fc Issue 24248: Deprecate inspect.Signature.from_function and .from_builtin by Yury Selivanov · 9 years ago
  67. 45d6156 Issue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura Rupprecht. by Antoine Pitrou · 9 years ago
  68. 6033585 Issue #22955: Fixed test_operator. It left Python implementation in by Serhiy Storchaka · 9 years ago
  69. bcd4fc1 Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable. by Yury Selivanov · 9 years ago
  70. 1f507a8 Issue 24215: Added tests for more builtin types in test_pprint. by Serhiy Storchaka · 9 years ago
  71. cbfe07e Issue 24215: Added tests for more builtin types in test_pprint. by Serhiy Storchaka · 9 years ago
  72. 3ddcfb1 Issue #24134: Use assertRaises() in context manager form in test_slice to by Serhiy Storchaka · 9 years ago
  73. c0e0022 Issue #24134: Use assertRaises() in context manager form in test_slice to by Serhiy Storchaka · 9 years ago
  74. 35ac5f8 Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator by Serhiy Storchaka · 9 years ago
  75. e98209c Issue #24245: Eliminated senseless expect clauses that have no any effect. by Serhiy Storchaka · 9 years ago
  76. 492f027 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
  77. 5d6b7b1 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
  78. ef64847 Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data. by Antoine Pitrou · 9 years ago
  79. 2545411 Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data. by Antoine Pitrou · 9 years ago
  80. 6371446 #24215: also back out changeset that broke test_trace in 3.4. by R David Murray · 9 years ago
  81. 7bc452d Back out changeset 955dffec3d94 since it broke the buildbots. by R David Murray · 9 years ago
  82. 5bfc03f Issue #23780: Improved error message in os.path.join() with single argument. by Serhiy Storchaka · 9 years ago
  83. 6baa0a5 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  84. ae760c0 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  85. 8687275 Issue 24205: Improve inspect.Signature.bind() error messages. by Yury Selivanov · 9 years ago
  86. 8085b80 Issue 24226: Fix parsing of many sequential one-line 'def' statements. by Yury Selivanov · 9 years ago
  87. a2c145c Issue #24091: Fixed various crashes in corner cases in C implementation of by Serhiy Storchaka · 9 years ago
  88. 5bf3120 Issue #24091: Fixed various crashes in corner cases in C implementation of by Serhiy Storchaka · 9 years ago
  89. c0937f7 Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
  90. ca7fecb Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
  91. 4baebfe Issue #21337: Add bare-bones Tix test by Zachary Ware · 9 years ago
  92. c17686f Issue #13866: add *quote_via* argument to urlencode. by R David Murray · 9 years ago
  93. 8308444 #24218: Add SMTPUTF8 support to send_message. by R David Murray · 9 years ago
  94. 740d613 merge by Raymond Hettinger · 9 years ago
  95. 610a51f Issue #23757: Only call the concrete list API for exact lists. by Raymond Hettinger · 9 years ago
  96. fdb23c2 #20098: add mangle_from_ policy option. by R David Murray · 9 years ago
  97. 224ef3e #24211: Add RFC6532 support to the email library. by R David Murray · 9 years ago
  98. 9e7990a Issue #24210: Silence more PendingDeprecationWarning warnings in tests. by Berker Peksag · 9 years ago
  99. b744f3a #21083: add get_content_disposition method to email.message. by R David Murray · 9 years ago
  100. b8cd3e4 #21804: Add RFC 6856 (UTF8) support to poplib. by R David Murray · 9 years ago