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. 49b74d1 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  7. 1241ecc Issue #23347, asyncio: Make BaseSubprocessTransport.wait() private by Victor Stinner · 9 years ago
  8. 698a9bd Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  9. 0698638 asyncio: Fix ResourceWarning in test_subprocess.test_proc_exit() by Victor Stinner · 9 years ago
  10. a9373ec Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  11. 47cd10d asyncio: sync with Tulip by Victor Stinner · 9 years ago
  12. 2647375 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  13. 978a9af Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport by Victor Stinner · 9 years ago
  14. 29b40c1 Issue #22668: Merge from 3.4. by Stefan Krah · 9 years ago
  15. 3c0cf05 Issue #22668: Remove endianness assumption in test. by Stefan Krah · 9 years ago
  16. fc341bd Whitespace. by Stefan Krah · 9 years ago
  17. f5324d7 Closes #22668: Merge from 3.4. by Stefan Krah · 9 years ago
  18. fa5d6a5 Issue #22668: Ensure that format strings survive slicing after casting. by Stefan Krah · 9 years ago
  19. 6d14405 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  20. 2934262 asyncio: sync with Tulip by Victor Stinner · 9 years ago
  21. 3e48d77 Merge 3.4 (asyncio doc) by Victor Stinner · 9 years ago
  22. 54a231d asyncio doc: document Protocol state machine by Victor Stinner · 9 years ago
  23. 52fa138 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  24. 47bbea7 asyncio: sync with Tulip by Victor Stinner · 9 years ago
  25. c84d167 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  26. 7b5a900 asyncio: BaseSubprocessTransport._kill_wait() now also call close() by Victor Stinner · 9 years ago
  27. bea0a28 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  28. fa73779 asyncio: Fix _SelectorSocketTransport constructor by Victor Stinner · 9 years ago
  29. f07801b asyncio: SSL transports now clear their reference to the waiter by Victor Stinner · 9 years ago
  30. b507cba asyncio: Fix SSLProtocol.eof_received() by Victor Stinner · 9 years ago
  31. 6b9e200 Merge 3.4 into default - Upgrade setuptools to 12.0.5 and pip to 6.0.7 by Donald Stufft · 9 years ago
  32. a89f5f0 Update setuptools to 12.0.5 and pip to 6.0.7 by Donald Stufft · 9 years ago
  33. bf97651 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  34. ff018e4 asyncio: sync with Tulip by Victor Stinner · 9 years ago
  35. f2be23d Issue #22286, #23321: Fix failing test on Windows code page 932 by Victor Stinner · 9 years ago
  36. c27a8af Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  37. 41063d2 asyncio, Tulip issue 204: Fix IocpProactor.recv() by Victor Stinner · 9 years ago
  38. 24dfa3c Issue #23095, asyncio: Fix _WaitHandleFuture.cancel() by Victor Stinner · 9 years ago
  39. d7770d9 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  40. e0fd157 Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() as a coroutine by Victor Stinner · 9 years ago
  41. 2a3f38f asyncio: PipeHandle.fileno() now raises an exception if the pipe is closed by Victor Stinner · 9 years ago
  42. a19b7b3 asyncio: Fix ProactorEventLoop.start_serving_pipe() by Victor Stinner · 9 years ago
  43. a14f7d2 Issue #14099: Restored support of writing ZIP files to tellable but by Serhiy Storchaka · 9 years ago
  44. f15e524 Issue #14099: Writing to ZipFile and reading multiple ZipExtFiles is by Serhiy Storchaka · 9 years ago
  45. b76bcc4 Issue #14099: Backout changeset e5bb3044402b (except adapted tests). by Serhiy Storchaka · 9 years ago
  46. 47efb4a Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError. by Serhiy Storchaka · 9 years ago
  47. 6e1ab40 Merge heads by Serhiy Storchaka · 9 years ago
  48. b6c0c5b Merge heads by Serhiy Storchaka · 9 years ago
  49. c959b0c Issue #18518: timeit now rejects statements which can't be compiled outside by Serhiy Storchaka · 9 years ago
  50. 2bef585 Issue #18518: timeit now rejects statements which can't be compiled outside by Serhiy Storchaka · 9 years ago
  51. 1ea6d40 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  52. 9b524d5 Issue #23208, asyncio: Add BaseEventLoop._current_handle by Victor Stinner · 9 years ago
  53. 3d2256f Issue #23293, asyncio: Cleanup IocpProactor.close() by Victor Stinner · 9 years ago
  54. 2596dd0 asyncio: Close transports on error by Victor Stinner · 9 years ago
  55. 2305867 Issue #23094: Fixed readline with frames in Python implementation of pickle. by Serhiy Storchaka · 9 years ago
  56. 21d7533 Issue #23094: Fixed readline with frames in Python implementation of pickle. by Serhiy Storchaka · 9 years ago
  57. 0e992b3 Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the by Serhiy Storchaka · 9 years ago
  58. 5106d04 Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the by Serhiy Storchaka · 9 years ago
  59. ffd48c9 Issue #23268: Fixed bugs in the comparison of ipaddress classes. by Serhiy Storchaka · 9 years ago
  60. f186e12 Issue #23268: Fixed bugs in the comparison of ipaddress classes. by Serhiy Storchaka · 9 years ago
  61. 34af502 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() by Serhiy Storchaka · 9 years ago
  62. f4b7a02 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() by Serhiy Storchaka · 9 years ago
  63. 4e1942b Don't use deprecated assertEquals. by Serhiy Storchaka · 9 years ago
  64. 60a2f49 merge 3.4 (#19996) by Benjamin Peterson · 9 years ago
  65. 155ceaa handle headers with no key (closes #19996) by Benjamin Peterson · 9 years ago
  66. 93035c4 Issue #23119: Simplify setobject by inlining the special case for unicode equality testing. by Raymond Hettinger · 9 years ago
  67. 07985ef Issue #22286: The "backslashreplace" error handlers now works with by Serhiy Storchaka · 9 years ago
  68. cc522bd merge from 3.4 by Senthil Kumaran · 9 years ago
  69. e6cc701 Increase http.client.HTTPConnection test coverage. by Senthil Kumaran · 9 years ago
  70. b95b561 Issue20284: Implement PEP461 by Ethan Furman · 9 years ago
  71. 8861502 prefer server alpn ordering over the client's by Benjamin Peterson · 9 years ago
  72. cca2732 add support for ALPN (closes #20188) by Benjamin Peterson · 9 years ago
  73. ecb5de3 Closes #23207: logging.basicConfig() now does additional validation of its arguments. by Vinay Sajip · 9 years ago
  74. 5abca70 Issue #23207: logging.basicConfig() now does additional validation of its arguments. by Vinay Sajip · 9 years ago
  75. 9d8a3ad http.client: disable Nagle's algorithm (closes #23302) by Benjamin Peterson · 9 years ago
  76. d775bca revert 7b833bd1f509. I misread the side effect that the code was triggering. by Gregory P. Smith · 9 years ago
  77. 48e8100 revert 7b833bd1f509. I misread the side effect that the code was triggering. by Gregory P. Smith · 9 years ago
  78. d164780 Remove the unimplemented but ignored without='-E' parameters being passed to by Gregory P. Smith · 9 years ago
  79. 5666461 Remove the unimplemented but ignored without='-E' parameters being passed to by Gregory P. Smith · 9 years ago
  80. 058fb7a Only pass -E to the child interpreter if our interpreter was running in that by Gregory P. Smith · 9 years ago
  81. fe7c5d6 Only pass -E to the child interpreter if our interpreter was running in that by Gregory P. Smith · 9 years ago
  82. 5da0549 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  83. 2b77c54 asyncio, Tulip issue 204: Fix IocpProactor.accept_pipe() by Victor Stinner · 9 years ago
  84. 1d51ba6 Break up TestCommandLine.test_env_var into four distinct tests. by Gregory P. Smith · 9 years ago
  85. 34cd2ae Break up TestCommandLine.test_env_var into four distinct tests. by Gregory P. Smith · 9 years ago
  86. 58c8514 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  87. 7ffa2c5 Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() by Victor Stinner · 9 years ago
  88. 752aba7 asyncio: IocpProactor.close() doesn't cancel anymore futures which are already by Victor Stinner · 9 years ago
  89. f6228f0 Issue #23009: Add missing "import sys" in test_selectors by Victor Stinner · 9 years ago
  90. f07717c Merge 3.4 by Victor Stinner · 9 years ago
  91. 14d45c0 Issue #23009: Skip test_selectors.test_empty_select() on Windows by Victor Stinner · 9 years ago
  92. 5b511a0 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  93. 1ca9392 Issue #23095, asyncio: IocpProactor.close() must not cancel pending by Victor Stinner · 10 years ago
  94. 0c2e408 asyncio: BaseEventLoop._create_connection_transport() catchs any exception, not by Victor Stinner · 10 years ago
  95. 91d11bb Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  96. d0a28de Issue #23095, asyncio: Rewrite _WaitHandleFuture.cancel() by Victor Stinner · 10 years ago
  97. 442b0ad asyncio: pyflakes, remove unused import by Victor Stinner · 10 years ago
  98. cd0f7f9 asyncio: Enhance BaseProactorEventLoop._loop_self_reading() by Victor Stinner · 10 years ago
  99. afb507c Add the command line to the AssertionError raised by test.script_helper's by Gregory P. Smith · 10 years ago
  100. b5684c4 Add the command line to the AssertionError raised by test.script_helper's by Gregory P. Smith · 10 years ago