1. 47a23fc bpo-40898: Remove redundant if statements in tp_traverse (GH-20692) by Hai Shi · 4 years, 2 months ago
  2. 442634c bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121) by Kjell Braden · 4 years, 3 months ago
  3. 4a21e57 bpo-40268: Remove unused structmember.h includes (GH-19530) by Victor Stinner · 4 years, 4 months ago
  4. 37fcbb6 bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119) by Dong-hee Na · 4 years, 5 months ago
  5. a656365 bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (GH-14462) by Zackery Spytz · 5 years ago
  6. 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 5 years ago
  7. bafd4b5 bpo-29883: Asyncio proactor udp (GH-13440) by Andrew Svetlov · 5 years ago
  8. 4860f01 bpo-33895: Relase GIL while calling functions that acquire Windows loader lock (GH-7789) by Tony Roberts · 6 years ago
  9. 5485085 bpo-32710: Fix _overlapped.Overlapped memory leaks (GH-11489) by Victor Stinner · 6 years ago
  10. a234e14 bpo-32710: Fix leak in Overlapped_WSASend() (GH-11469) by Victor Stinner · 6 years ago
  11. 55edd0c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) by Siddhesh Poyarekar · 6 years ago
  12. a19fb3c bpo-32622: Native sendfile on windows (#5565) by Andrew Svetlov · 6 years ago
  13. 7c68407 bpo-32622: Implement loop.sendfile() (#5271) by Andrew Svetlov · 7 years ago
  14. bdf4298 Fix trailing whitespaces in C files. (#4130) by Serhiy Storchaka · 7 years ago
  15. 525f40d bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051) by Antoine Pitrou · 7 years ago
  16. 1d1d3e9 bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tuples. (#3119) by Oren Milman · 7 years ago
  17. d83c23b fix grammr in error messages in overlapped.c (GH-3095) by Oren Milman · 7 years ago
  18. cc16be8 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) by Steve Dower · 8 years ago
  19. ccdbe80 asyncio: sync overlapped.c with GitHub by Victor Stinner · 8 years ago
  20. 6150f31 Fix usage of PyMem_Malloc() in overlapped.c by Victor Stinner · 8 years ago
  21. 498b1f6 asyncio, _overlapped.ConnectPipe(): release the GIL by Victor Stinner · 10 years ago
  22. 41063d2 asyncio, Tulip issue 204: Fix IocpProactor.recv() by Victor Stinner · 10 years ago
  23. 2b77c54 asyncio, Tulip issue 204: Fix IocpProactor.accept_pipe() by Victor Stinner · 10 years ago
  24. 7ffa2c5 Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() by Victor Stinner · 10 years ago
  25. d0a28de Issue #23095, asyncio: Rewrite _WaitHandleFuture.cancel() by Victor Stinner · 10 years ago
  26. 91445fb overlapped.c: Fix usage of the union by Victor Stinner · 11 years ago
  27. 90fb914 asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk). by Guido van Rossum · 11 years ago
  28. 27b7c7e Initial checkin of asyncio package (== Tulip, == PEP 3156). by Guido van Rossum · 11 years ago