1. 57f7db3 Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output. by Serhiy Storchaka · 9 years ago
  2. fdc9953 Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output. by Serhiy Storchaka · 9 years ago
  3. 9d4cbcc allow changing __class__ between a heaptype and non-heaptype in some cases (closes #22986) by Benjamin Peterson · 9 years ago
  4. 934fa34 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  5. f2e43cb Issue #23347, asyncio: send_signal(), terminate(), kill() don't check if the by Victor Stinner · 9 years ago
  6. 698a9bd Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  7. 0698638 asyncio: Fix ResourceWarning in test_subprocess.test_proc_exit() by Victor Stinner · 9 years ago
  8. a9373ec Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  9. 47cd10d asyncio: sync with Tulip by Victor Stinner · 9 years ago
  10. 2647375 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  11. 978a9af Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport by Victor Stinner · 9 years ago
  12. 29b40c1 Issue #22668: Merge from 3.4. by Stefan Krah · 9 years ago
  13. 3c0cf05 Issue #22668: Remove endianness assumption in test. by Stefan Krah · 9 years ago
  14. fc341bd Whitespace. by Stefan Krah · 9 years ago
  15. f5324d7 Closes #22668: Merge from 3.4. by Stefan Krah · 9 years ago
  16. fa5d6a5 Issue #22668: Ensure that format strings survive slicing after casting. by Stefan Krah · 9 years ago
  17. 6d14405 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  18. 2934262 asyncio: sync with Tulip by Victor Stinner · 9 years ago
  19. 52fa138 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  20. 47bbea7 asyncio: sync with Tulip by Victor Stinner · 9 years ago
  21. bea0a28 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  22. fa73779 asyncio: Fix _SelectorSocketTransport constructor by Victor Stinner · 9 years ago
  23. b507cba asyncio: Fix SSLProtocol.eof_received() by Victor Stinner · 9 years ago
  24. bf97651 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  25. ff018e4 asyncio: sync with Tulip by Victor Stinner · 9 years ago
  26. f2be23d Issue #22286, #23321: Fix failing test on Windows code page 932 by Victor Stinner · 9 years ago
  27. d7770d9 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  28. e0fd157 Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() as a coroutine by Victor Stinner · 9 years ago
  29. a14f7d2 Issue #14099: Restored support of writing ZIP files to tellable but by Serhiy Storchaka · 9 years ago
  30. b76bcc4 Issue #14099: Backout changeset e5bb3044402b (except adapted tests). by Serhiy Storchaka · 9 years ago
  31. 47efb4a Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError. by Serhiy Storchaka · 9 years ago
  32. c959b0c Issue #18518: timeit now rejects statements which can't be compiled outside by Serhiy Storchaka · 9 years ago
  33. 2bef585 Issue #18518: timeit now rejects statements which can't be compiled outside by Serhiy Storchaka · 9 years ago
  34. 2305867 Issue #23094: Fixed readline with frames in Python implementation of pickle. by Serhiy Storchaka · 9 years ago
  35. 21d7533 Issue #23094: Fixed readline with frames in Python implementation of pickle. by Serhiy Storchaka · 9 years ago
  36. 0e992b3 Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the by Serhiy Storchaka · 9 years ago
  37. 5106d04 Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the by Serhiy Storchaka · 9 years ago
  38. ffd48c9 Issue #23268: Fixed bugs in the comparison of ipaddress classes. by Serhiy Storchaka · 9 years ago
  39. f186e12 Issue #23268: Fixed bugs in the comparison of ipaddress classes. by Serhiy Storchaka · 9 years ago
  40. 34af502 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() by Serhiy Storchaka · 9 years ago
  41. f4b7a02 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() by Serhiy Storchaka · 9 years ago
  42. 4e1942b Don't use deprecated assertEquals. by Serhiy Storchaka · 9 years ago
  43. 60a2f49 merge 3.4 (#19996) by Benjamin Peterson · 9 years ago
  44. 155ceaa handle headers with no key (closes #19996) by Benjamin Peterson · 9 years ago
  45. 93035c4 Issue #23119: Simplify setobject by inlining the special case for unicode equality testing. by Raymond Hettinger · 9 years ago
  46. 07985ef Issue #22286: The "backslashreplace" error handlers now works with by Serhiy Storchaka · 9 years ago
  47. cc522bd merge from 3.4 by Senthil Kumaran · 9 years ago
  48. e6cc701 Increase http.client.HTTPConnection test coverage. by Senthil Kumaran · 9 years ago
  49. b95b561 Issue20284: Implement PEP461 by Ethan Furman · 9 years ago
  50. 8861502 prefer server alpn ordering over the client's by Benjamin Peterson · 9 years ago
  51. cca2732 add support for ALPN (closes #20188) by Benjamin Peterson · 9 years ago
  52. 9d8a3ad http.client: disable Nagle's algorithm (closes #23302) by Benjamin Peterson · 9 years ago
  53. d775bca revert 7b833bd1f509. I misread the side effect that the code was triggering. by Gregory P. Smith · 9 years ago
  54. 48e8100 revert 7b833bd1f509. I misread the side effect that the code was triggering. by Gregory P. Smith · 9 years ago
  55. d164780 Remove the unimplemented but ignored without='-E' parameters being passed to by Gregory P. Smith · 9 years ago
  56. 5666461 Remove the unimplemented but ignored without='-E' parameters being passed to by Gregory P. Smith · 9 years ago
  57. 058fb7a Only pass -E to the child interpreter if our interpreter was running in that by Gregory P. Smith · 9 years ago
  58. fe7c5d6 Only pass -E to the child interpreter if our interpreter was running in that by Gregory P. Smith · 9 years ago
  59. 1d51ba6 Break up TestCommandLine.test_env_var into four distinct tests. by Gregory P. Smith · 9 years ago
  60. 34cd2ae Break up TestCommandLine.test_env_var into four distinct tests. by Gregory P. Smith · 9 years ago
  61. f6228f0 Issue #23009: Add missing "import sys" in test_selectors by Victor Stinner · 9 years ago
  62. f07717c Merge 3.4 by Victor Stinner · 9 years ago
  63. 14d45c0 Issue #23009: Skip test_selectors.test_empty_select() on Windows by Victor Stinner · 9 years ago
  64. 91d11bb Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  65. 442b0ad asyncio: pyflakes, remove unused import by Victor Stinner · 10 years ago
  66. cd0f7f9 asyncio: Enhance BaseProactorEventLoop._loop_self_reading() by Victor Stinner · 10 years ago
  67. afb507c Add the command line to the AssertionError raised by test.script_helper's by Gregory P. Smith · 10 years ago
  68. b5684c4 Add the command line to the AssertionError raised by test.script_helper's by Gregory P. Smith · 10 years ago
  69. b4826c3 Merge with 3.4 (closes #23280) by Zachary Ware · 10 years ago
  70. b176d40 Issue #23280: Fix docstrings for binascii.(un)hexlify by Zachary Ware · 10 years ago
  71. b53f0fb Issue #23266: Restore the performance of ipaddress.collapse_addresses() whith by Serhiy Storchaka · 10 years ago
  72. 1202a47 Issue 23261: Clean-up the hack to store the set.pop() search finger in a hash field instead of the setobject. by Raymond Hettinger · 10 years ago
  73. a556af7 Fixed tests for issue #23133 (pickling of IPv4Network was not tested). by Serhiy Storchaka · 10 years ago
  74. 5f38f5c Issue #23133: Pickling of ipaddress objects now produces more compact and by Serhiy Storchaka · 10 years ago
  75. e6f250e Issue #23266: Much faster implementation of ipaddress.collapse_addresses() when there are many non-consecutive addresses. by Antoine Pitrou · 10 years ago
  76. 82e07b9 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  77. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  78. 3bbb37e Issue #23211: Fix patch for 3.4 differences. by Ned Deily · 10 years ago
  79. cad3eb6 Issue #23211: merge from 3.4 by Ned Deily · 10 years ago
  80. 1e012e6 Issue #23211: Workaround test_logging failure on some OS X 10.6 systems: by Ned Deily · 10 years ago
  81. 1285c9b Issue #21817: When an exception is raised in a task submitted to a ProcessPoolExecutor, the remote traceback is now displayed in the parent process. by Antoine Pitrou · 10 years ago
  82. 26795ba Issue #15955: Add an option to limit output size when decompressing LZMA data. by Antoine Pitrou · 10 years ago
  83. 5b88329 merge 3.4 (#22986) by Benjamin Peterson · 10 years ago
  84. bd34162 capitialize "HttpOnly" and "Secure" as they appear in the standard and other impls (closes #23250) by Benjamin Peterson · 10 years ago
  85. 5f9fd1d Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  86. f716d8b Issue #22685: Fix test_pause_reading() of asyncio/test_subprocess by Victor Stinner · 10 years ago
  87. a39eb0f Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  88. 922bc2c Closes #23219: cancelling asyncio.wait_for() now cancels the task by Victor Stinner · 10 years ago
  89. 9fef524 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  90. ab8848b asyncio: Close transports in tests by Victor Stinner · 10 years ago
  91. 7d78d0d Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  92. 02392c9 Issue #23243: Close explicitly transports in asyncio tests by Victor Stinner · 10 years ago
  93. 33cb039 Issue #23243: Close explicitly event loops in asyncio tests by Victor Stinner · 10 years ago
  94. 41ed958 Issue #23243: Fix asyncio._UnixWritePipeTransport.close() by Victor Stinner · 10 years ago
  95. 93e42c0 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  96. 29ad011 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  97. f664118 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  98. 177e9f0 Issue #23197, asyncio: On SSL handshake failure, check if the waiter is by Victor Stinner · 10 years ago
  99. e54dd0b Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  100. f651a60 Python issue #23173: sync with Tulip by Victor Stinner · 10 years ago