1. 131426e Merge 3.4 (issues #24835, #24763) by Yury Selivanov · 9 years ago
  2. 9632ea2 Issue #24763: Fix asyncio test on Windows (fix reverted change) by Yury Selivanov · 9 years ago
  3. 83ee5a3 Merge 3.4 by Zachary Ware · 9 years ago
  4. 9a47ed8 regrtest: the 'bad' and 'environment_changed' sets of tests don't intersect anymore by Zachary Ware · 9 years ago
  5. d84b29f Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  6. 159fbdd Issue #23812: Fix getter-cancellation with many pending getters code path by Yury Selivanov · 9 years ago
  7. 3fc0f2d Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation. by Yury Selivanov · 9 years ago
  8. 36948d7 Issue #24791: Add tests for things that regressed with PEP 448 by Zachary Ware · 9 years ago
  9. 920a335 Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds. by Zachary Ware · 9 years ago
  10. 2a8911c asyncio: Sync with upstream (compat module) by Yury Selivanov · 9 years ago
  11. a0e5d98 Issue #23888: Handle fractional time in cookie expiry. Patch by ssh. by Robert Collins · 9 years ago
  12. 43cbbe2 Issue #22397: Skip failing tests on AIX by Robert Collins · 9 years ago
  13. 0dcd80a Issue #20557: Use specific asserts in io tests. by Serhiy Storchaka · 9 years ago
  14. ce17f76 Issue #23182: PEP8-ify the annotation grammar tests. Patch by Ian Lee. by Zachary Ware · 9 years ago
  15. 9a82bd4 Issue #24763: Fix asyncio test on Windows by Victor Stinner · 9 years ago
  16. 2080dc9 Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  17. 6fb1e74 Fix ResourceWarning in asyncio.BaseSubprocessTransport by Victor Stinner · 9 years ago
  18. 5ccc18f Issue #23779: imaplib raises TypeError if authenticator tries to abort. by Robert Collins · 9 years ago
  19. 1ee9283 Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 9 years ago
  20. aaf6114 Issue #23441: rcompleter now prints a tab character instead of displaying by Berker Peksag · 9 years ago
  21. 83236f7 Issue #24683: Fixed crashes in _json functions called with arguments of by Serhiy Storchaka · 9 years ago
  22. 5a294d8 Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories. by Berker Peksag · 9 years ago
  23. eaf16ab asyncio: sync with github by Victor Stinner · 9 years ago
  24. 178f0b6 Issue #24620: Random.setstate() now validates the value of state last element. by Serhiy Storchaka · 9 years ago
  25. 750eae1 Issue #24678: Fixed raiseExceptions typo in logging tests. by Serhiy Storchaka · 9 years ago
  26. c0b1e0f Issue #24675: Avoid DeprecationWarning in test_os by Victor Stinner · 9 years ago
  27. 3018cc4 Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes. by Serhiy Storchaka · 9 years ago
  28. 579db16 Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs by Victor Stinner · 9 years ago
  29. 0c51595 Issue #15944: memoryview: Allow arbitrary formats when casting to bytes. by Stefan Krah · 9 years ago
  30. 8c7f955 Issue #24667: Resize odict in all cases that the underlying dict resizes. by Eric Snow · 9 years ago
  31. 00cf3c3 Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  32. e03f427 Merge 3.4 (issue #23812) by Yury Selivanov · 9 years ago
  33. 50a2614 Issue #24791: More tests in test_parser by Yury Selivanov · 9 years ago
  34. 14acf5f Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'. by Yury Selivanov · 9 years ago
  35. 6d0c4c3 asyncio.test_pep492: Add a test for asyncio.iscoroutinefunction by Yury Selivanov · 9 years ago
  36. 22506d2 Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation. by Yury Selivanov · 9 years ago
  37. d70fe63 Issue #23973: Update typing.py from GitHub repo. by Guido van Rossum · 9 years ago
  38. 4064883 Issue #24751: Merge with 3.4 by Zachary Ware · 9 years ago
  39. 78c89eb Merge 3.4 by Yury Selivanov · 9 years ago
  40. f3d9c31 Issue #23888: Handle fractional time in cookie expiry. Patch by ssh. by Robert Collins · 9 years ago
  41. 6f8a058 Issue #22397: Skip failing tests on AIX by Robert Collins · 9 years ago
  42. b064f1e Issue #20557: Use specific asserts in io tests. by Serhiy Storchaka · 9 years ago
  43. 13db76a Issue #23182: Merge with 3.4 by Zachary Ware · 9 years ago
  44. a0a28b0 Merge 3.4 (asyncio test) by Victor Stinner · 9 years ago
  45. 19fae1a Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  46. a7a4c41 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  47. 78378e8 Issue #23779: imaplib raises TypeError if authenticator tries to abort. by Robert Collins · 9 years ago
  48. f7e3b5e Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 9 years ago
  49. 0659c43 Issue #23441: rcompleter now prints a tab character instead of displaying by Berker Peksag · 9 years ago
  50. f002225 Issue #24683: Fixed crashes in _json functions called with arguments of by Serhiy Storchaka · 9 years ago
  51. 940d69d Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories. by Berker Peksag · 9 years ago
  52. 00f8197 Issue #24279: Update test_base64 to use test.support.script_helper. by Berker Peksag · 9 years ago
  53. 389e3d7 Merge 3.4 by Victor Stinner · 9 years ago
  54. c3f417d Issue #24695: Fix a regression in traceback.print_exception() by Berker Peksag · 9 years ago
  55. c19bb32 Issue #24620: Random.setstate() now validates the value of state last element. by Serhiy Storchaka · 9 years ago
  56. 5b718d7 Issue #24485: Function source inspection fails on closures. by Meador Inge · 9 years ago
  57. 4f4913b Issue #24485: Revert backwards compatibility breaking changes of #21217. by Yury Selivanov · 9 years ago
  58. 4887523c Issue #24692: Add more tests for types.coroutine by Yury Selivanov · 9 years ago
  59. 96ec934 Issue #24619: Simplify async/await tokenization. by Yury Selivanov · 9 years ago
  60. f315c1c Issue #24687: Plug refleak on SyntaxError in function parameters annotations. by Yury Selivanov · 9 years ago
  61. 2f07a66 Issue #24688: ast.get_docstring() for 'async def' functions. by Yury Selivanov · 9 years ago
  62. b575432 Issue #23440: Improve http.server.SimpleHTTPRequestHandler tests by Berker Peksag · 9 years ago
  63. b7666a3 Issue #24619: More tests; fix nits in compiler.c by Yury Selivanov · 9 years ago
  64. 8fb307c Issue #24619: New approach for tokenizing async/await. by Yury Selivanov · 9 years ago
  65. 296b347 Issue #24678: Fixed raiseExceptions typo in logging tests. by Serhiy Storchaka · 9 years ago
  66. e4e811d Issue #24669: Fix inspect.getsource() for 'async def' functions. by Yury Selivanov · 9 years ago
  67. 036a71b Use setUpClass and tearDownClass correctly in test_os. by Berker Peksag · 9 years ago
  68. 3d0b842 Merge 3.4 by Victor Stinner · 9 years ago
  69. 485407c Issue #24580: Symbolic group references to open group in re patterns now are by Serhiy Storchaka · 9 years ago
  70. 2489bd5 Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes. by Serhiy Storchaka · 9 years ago
  71. 8cc80f1 Merge 3.4 by Victor Stinner · 9 years ago
  72. a3626bc Issue #24583: Fix crash when set is mutated while being updated. by Raymond Hettinger · 9 years ago
  73. ced770d Issue #24631: Fixed regression in the timeit modulu with multyline setup. by Serhiy Storchaka · 9 years ago
  74. fb578f0 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  75. e6ecea5 asyncio: sync with github asyncio by Victor Stinner · 9 years ago
  76. c5ea754 - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional by Barry Warsaw · 9 years ago
  77. 9e7a046 Added regression test for issue24581. by Serhiy Storchaka · 9 years ago
  78. af320b3 Added regression test for issue24581. by Serhiy Storchaka · 9 years ago
  79. e12aa62 Merge with 3.4: Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. by Lars Gustäbel · 9 years ago
  80. 0357268 Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. by Lars Gustäbel · 9 years ago
  81. d5d77aa set items in dict displays from left to right (closes #24569) by Benjamin Peterson · 9 years ago
  82. e54d532 merge 3.4 (#24407) by Benjamin Peterson · 9 years ago
  83. 2a48a6e merge 3.3 (#24407) by Benjamin Peterson · 9 years ago
  84. a82f77f protect against mutation of the dict during insertion (closes #24407) by Benjamin Peterson · 9 years ago
  85. fdbeb2b Issue #24400: Resurrect inspect.isawaitable() by Yury Selivanov · 9 years ago
  86. ccc897f Add a rudimentary test for StopAsyncIteration in test_exceptions. by Yury Selivanov · 9 years ago
  87. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  88. 53e6230 Issue #24450: Proxy cr_await and gi_yieldfrom in @types.coroutine by Yury Selivanov · 9 years ago
  89. e13f8f3 Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines. by Yury Selivanov · 9 years ago
  90. b32b998 merge 3.4 by Benjamin Peterson · 9 years ago
  91. d3a2a95 use correct __new__ method (closes #24552) by Benjamin Peterson · 9 years ago
  92. 42e913a merge 3.4 (#24552) by Benjamin Peterson · 9 years ago
  93. 80f78a3 fix use after free (closes #24552) by Benjamin Peterson · 9 years ago
  94. 49c521f Merge with 3.4: Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 9 years ago
  95. b7a688b Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 9 years ago
  96. f270152 Issue #24400: Add one more unittest for CoroutineType.__await__ by Yury Selivanov · 9 years ago
  97. 59a3b67 Issue #24541: Drop test_inspect.test_eightteen unittest; update docs by Yury Selivanov · 9 years ago
  98. 22f68d5 Issue #24541: Update comment in test_inspect.test_eightteen by Yury Selivanov · 9 years ago
  99. 8a8f453 Issue #24400: Fix failing unittest by Yury Selivanov · 9 years ago
  100. a74b5e5 Issue #24400: Remove inspect.isawaitable(). by Yury Selivanov · 9 years ago