1. 312cef7 Issue #28217: Adds _testconsole module to test console input. Fixes some issues found by the tests. by Steve Dower · 8 years ago
  2. 37e4ef7 Issue #27810: Rerun Argument Clinic on all modules by Victor Stinner · 8 years ago
  3. cc85449 clinic: PY_LONG_LONG -> long long by Benjamin Peterson · 8 years ago
  4. c401881 Closes #27982: Allow keyword arguments to winsound functions by Zachary Ware · 8 years ago
  5. ae8298b Closes #11620: Fix support for SND_MEMORY in winsound.PlaySound. by Zachary Ware · 8 years ago
  6. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 8 years ago
  7. 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  8. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  9. 5dee655 Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. by Serhiy Storchaka · 8 years ago
  10. 877826a Regenerate Argument Clinic code for issue #23026. by Serhiy Storchaka · 8 years ago
  11. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  12. 71f574f Issue #23995: Removes _WCONIO_DEFINED check as the wchar_t console functions are always available. by Steve Dower · 9 years ago
  13. 77772c0 Issue #20172: Update clinicizations to current clinic. by Zachary Ware · 9 years ago
  14. 4552089 Issue #20172: Convert the msvcrt module to Argument Clinic. by Zachary Ware · 9 years ago
  15. fd2d482 Issue #20172: Convert the winreg module to Argument Clinic. by Zachary Ware · 9 years ago
  16. 73f8cfb Issue #20172: Convert the winsound module to Argument Clinic. by Zachary Ware · 9 years ago