1. 2d01c0a asyncio: WriteTransport.set_write_buffer_size to call _maybe_pause_protocol by Yury Selivanov · 11 years ago
  2. 03e9cb2 asyncio: document new create_unix_connection() and create_unix_server() methods by Victor Stinner · 11 years ago
  3. b41a42e asyncio: pep8-ify the code. by Yury Selivanov · 11 years ago
  4. b0b0e62 asyncio: Fix spelling and typos. by Yury Selivanov · 11 years ago
  5. 8abac34 Issue #20682: test_asyncio, _basetest_create_connection() checks also the by Victor Stinner · 11 years ago
  6. 884e40b asyncio, Tulip issue 143: UNIX domain methods, fix ResourceWarning and by Victor Stinner · 11 years ago
  7. 065ca25 asyncio, Tulip issue 139: Improve error messages on "fatal errors" by Victor Stinner · 11 years ago
  8. c098241 asyncio.transports: Make _ProactorBasePipeTransport use _FlowControlMixin by Yury Selivanov · 11 years ago
  9. ff827f0 asyncio: New error handling API. Issue #20681. by Yury Selivanov · 11 years ago
  10. 065efc3 Issue #20625: Fix compilation issue by Victor Stinner · 11 years ago
  11. 5f47ac2 (Merge 3.3) Issue #19612: On Windows, subprocess.Popen.communicate() now by Victor Stinner · 11 years ago
  12. d5c8ce7 Issue #19612: On Windows, subprocess.Popen.communicate() now ignores by Victor Stinner · 11 years ago
  13. 9a0cbcc Close issue20653: allow Enum subclasses to override __reduce_ex__ by Ethan Furman · 11 years ago
  14. 59a5533 asyncio: Make tests pass on Windows. by Guido van Rossum · 11 years ago
  15. 34ce99f Mangle __parameters in __annotations__ dict properly. Issue #20625. by Yury Selivanov · 11 years ago
  16. b59e442 Issue #20609: Merge with 3.3. by Zachary Ware · 11 years ago
  17. 9e5a987 Issue #20609: Fix building 64-bit binaries on 32-bit Windows. by Zachary Ware · 11 years ago
  18. 8e7761e Misc/NEWS: Add a news item for UNIX Sockets support in asyncio. Cleanup WS. by Yury Selivanov · 11 years ago
  19. 88a5bf0 asyncio: Add support for UNIX Domain Sockets. by Yury Selivanov · 11 years ago
  20. c36e504 Issue #20510: Merge with 3.3. by Zachary Ware · 11 years ago
  21. cefe6b3 Issue #20510: Rewrote test_exit in test_sys to match existing comments by Zachary Ware · 11 years ago
  22. 8b21d91 Issue #20493: Document that asyncio should not exceed one day by Victor Stinner · 11 years ago
  23. 329e492 Issue #20656: Restore explicit downcast in select_select(). by Victor Stinner · 11 years ago
  24. 0aba4dc Close #20649: Fix typo in asyncio doc. Patch written by Brett Cannon. by Victor Stinner · 11 years ago
  25. 7d02d50 Issue #20564: Skip tests on lock+signals on OpenBSD by Victor Stinner · 11 years ago
  26. 9141bff Issue #20667: KqueueEventLoopTests.test_read_pty_output() hangs also on OpenBSD 5.5. by Victor Stinner · 11 years ago
  27. 79bf899 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  28. 5b8d2c3 Issue #8478: Untokenizer.compat now processes first token from iterator input. by Terry Jan Reedy · 11 years ago
  29. 5a8e579 Close #20656: Fix select.select() on OpenBSD 64-bit by Victor Stinner · 11 years ago
  30. 5afffea Issue #20667: test_asyncio: Skip KqueueEventLoopTests.test_read_pty_output() on by Victor Stinner · 11 years ago
  31. 740eedb Issue #20655: Fix test_asyncio, run also subprocess tests. Patch written by by Victor Stinner · 11 years ago
  32. 65429cf Merge with 3.3 by Terry Jan Reedy · 11 years ago
  33. 58edfd9 whitespace by Terry Jan Reedy · 11 years ago
  34. 8c8d772 Untokenize, bad assert: Merge with 3.3 by Terry Jan Reedy · 11 years ago
  35. 5e6db31 Untokenize: An logically incorrect assert tested user input validity. by Terry Jan Reedy · 11 years ago
  36. 38df2ad Close #20652: asyncio doc: close the event loop in run_forever() example. Fix by Victor Stinner · 11 years ago
  37. 3c1b379 Issue #20320: select.select() and select.kqueue.control() now round the timeout by Victor Stinner · 11 years ago
  38. 23f628d Issue #20616: Add a format() method to tracemalloc.Traceback. by Victor Stinner · 11 years ago
  39. f617fa8 merge 3.3 by Benjamin Peterson · 11 years ago
  40. cf62603 backout fafac90b69c4 by Benjamin Peterson · 11 years ago
  41. ec91cd6 merge backout for #20621 by Benjamin Peterson · 11 years ago
  42. eb43736 backout 2807a5f011e4 for causing #20621 by Benjamin Peterson · 11 years ago
  43. c20b4d8 backout d28242a636c7 so I can backout 2807a5f011e4 by Benjamin Peterson · 11 years ago
  44. e686c5c look up __getnewargs__ and __getnewargs_ex__ on the object type (#16251) by Benjamin Peterson · 11 years ago
  45. 1bcfbd5 merge 3.3 by Benjamin Peterson · 11 years ago
  46. 0b094ce do not line break reference by Benjamin Peterson · 11 years ago
  47. c77974e Merge from 3.3 by Andrew Kuchling · 11 years ago
  48. 3137885 #12211: remove paragraph about NaNs by Andrew Kuchling · 11 years ago
  49. 87a113b Merge from 3.3 by Andrew Kuchling · 11 years ago
  50. 8cb1ec3 #12211: clarify math.copysign() documentation and docstring by Andrew Kuchling · 11 years ago
  51. f7b2f36 Doc: do not rely on checked-out Sphinx toolchain from svn.python.org anymore by Georg Brandl · 11 years ago
  52. a3d0ffe Merge from 3.3 by Andrew Kuchling · 11 years ago
  53. e5235f1 #20241: use correct RFC number by Andrew Kuchling · 11 years ago
  54. cb3ff44 #16728: Mention collections.abc.Sequence in 'sequence' glossary entry by Andrew Kuchling · 11 years ago
  55. ac6e578 Merge from 3.3 by Andrew Kuchling · 11 years ago
  56. 46ff4ee Clarify versionchanged sentence. Closes #20497. by Andrew Kuchling · 11 years ago
  57. 30f2401 merge 3.3 by Benjamin Peterson · 11 years ago
  58. 4da9ab0 #20237: make a revision pass over the XML vulnerabilities section by Andrew Kuchling · 11 years ago
  59. 5ef48d9 merge 3.3 (#20080) by Benjamin Peterson · 11 years ago
  60. 29352c4 add missing test assertion (closes #20080) by Benjamin Peterson · 11 years ago
  61. 4267869 merge 3.3 (#20507) by Benjamin Peterson · 11 years ago
  62. 9743b2c give non-iterable TypeError a message (closes #20507) by Benjamin Peterson · 11 years ago
  63. 504f6e8 #19890: merge with 3.3. by Ezio Melotti · 11 years ago
  64. e426b71 #19890: fix typo in multiprocessing docs. Patch by Mike Short. by Ezio Melotti · 11 years ago
  65. 48eabbe #20634: merge with 3.3. by Ezio Melotti · 11 years ago
  66. f4e9983 #20634: fix typo in IDLE README noticed by Saimadhav Heblikar. by Ezio Melotti · 11 years ago
  67. e2df5cf Issue #19744: Handle missing SSL/TLS in ensurepip by Nick Coghlan · 11 years ago
  68. b7bb675 Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. by Ned Deily · 11 years ago
  69. b24f481 Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. by Ned Deily · 11 years ago
  70. 0714b8b set line and column numbers for keyword-only arg nodes (closes #20619) by Benjamin Peterson · 11 years ago
  71. 15054c1 Issue #20526, #19466: Revert changes of issue #19466 which introduces a by Victor Stinner · 11 years ago
  72. e755fba Issue #20599: Don't clear environment in test_cleanup() of test_builtin by Victor Stinner · 11 years ago
  73. 1ff0ee0 Fix test_asyncio/test_events.py: skip IPv6 if IPv6 is disabled on the host by Victor Stinner · 11 years ago
  74. 4227947 Merge heads by Serhiy Storchaka · 11 years ago
  75. 1392f68 Fixed typo in previous commit (issue #6815). by Serhiy Storchaka · 11 years ago
  76. ffadbb7 Fixed typo in previous commit (issue #6815). by Serhiy Storchaka · 11 years ago
  77. 2877346 ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error if by Victor Stinner · 11 years ago
  78. 7dfaa27 Issue #6815: os.path.expandvars() now supports non-ASCII environment by Serhiy Storchaka · 11 years ago
  79. dbb1019 Issue #6815: os.path.expandvars() now supports non-ASCII environment by Serhiy Storchaka · 11 years ago
  80. b58f053 asyncio: Change as_completed() to use a Queue, to avoid O(N**2) behavior. Fixes issue #20566. by Guido van Rossum · 11 years ago
  81. ee6dc42 asyncio.events: Use __slots__ in Handle and TimerHandle by Yury Selivanov · 11 years ago
  82. 85489f9 whatsnew: 'other improvements' and 'optimizations' belong under CPython heading. by R David Murray · 11 years ago
  83. 5d411a1 whatsnew: PyUnicode_FromFormat width/precision, thread cleanup after fork. by R David Murray · 11 years ago
  84. af7d2c4 whatsnew: LOAD_CLASSDEREF, -X showrefcount by R David Murray · 11 years ago
  85. 8da4fb5 Issue #20599: Force ASCII encoding for stdout in test_cleanup() of test_builtin by Victor Stinner · 11 years ago
  86. 76a6326 Try to fix test_cleanup (issue #20599). by Serhiy Storchaka · 11 years ago
  87. 5bdfc51 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 11 years ago
  88. 61e2493 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 11 years ago
  89. 226c571 Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. by Serhiy Storchaka · 11 years ago
  90. 1f9d11b Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. by Serhiy Storchaka · 11 years ago
  91. 2167e29 whatsnew: os.path.samestat on windows, keyword defaults evaluation order. by R David Murray · 11 years ago
  92. db2d8a4 whatsnew: command.com support gone, int *base* can be __index__ but not float. by R David Murray · 11 years ago
  93. a6ec5cf Add references for Xcode and the Python Developer's Guideto the internal Mac/README file. by Ned Deily · 11 years ago
  94. 892f4f9 Add references for Xcode and the Python Developer's Guide by Ned Deily · 11 years ago
  95. d630e79 whatsnew: object.__format__ raises TypeError on non-empty string. by R David Murray · 11 years ago
  96. 13b493e Issue #20495: Skip test_read_pty_output() of test_asyncio on FreeBSD older than by Victor Stinner · 11 years ago
  97. 5402272 whatsnew: undocumented Popen.wait endtime is deprecated. by R David Murray · 11 years ago
  98. bbe3335 Deprecate Popen.wait()'s undocumented endtime parameter. issue20572. by Gregory P. Smith · 11 years ago
  99. 2371e25 Issue #20505: Remove debug code by Victor Stinner · 11 years ago
  100. e18e787 merge 3.3 (#20594) by Benjamin Peterson · 11 years ago