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