1. 96631dc [3.8] bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593). (GH-15599) by Serhiy Storchaka · 5 years ago
  2. dd5f8ab bpo-37730: Fix usage of NotImplemented instead of NotImplementedError in docs. (GH-15062) by Miss Islington (bot) · 5 years ago
  3. 3191391 bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058) by Serhiy Storchaka · 5 years ago
  4. 4fa9591 bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313) by Serhiy Storchaka · 6 years ago
  5. 32d96a2 bpo-23867: Argument Clinic: inline parsing code for a single positional parameter. (GH-9689) by Serhiy Storchaka · 6 years ago
  6. afb3e71 bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-11150) by Serhiy Storchaka · 6 years ago
  7. 4a934d4 bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748) by Serhiy Storchaka · 6 years ago
  8. a5552f0 bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) by Serhiy Storchaka · 7 years ago
  9. a80e985 bpo-9566: Change HANDLE argument parsing to unsigned in msvcrtmodule.c (#2904) by Segev Finer · 7 years ago
  10. 679b566 bpo-9566: Fix some Windows x64 compiler warnings (#2492) by Segev Finer · 7 years ago
  11. 6969eaf bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) by Serhiy Storchaka · 7 years ago
  12. 7445381 bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) by Sylvain · 7 years ago
  13. 55fe1ae bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) by Serhiy Storchaka · 7 years ago
  14. 259f0e4 Run Argument Clinic: METH_VARARGS=>METH_FASTCALL by Victor Stinner · 8 years ago
  15. 3e1fad6 Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords by Victor Stinner · 8 years ago
  16. 312cef7 Issue #28217: Adds _testconsole module to test console input. Fixes some issues found by the tests. by Steve Dower · 8 years ago
  17. 37e4ef7 Issue #27810: Rerun Argument Clinic on all modules by Victor Stinner · 8 years ago
  18. cc85449 clinic: PY_LONG_LONG -> long long by Benjamin Peterson · 8 years ago
  19. c401881 Closes #27982: Allow keyword arguments to winsound functions by Zachary Ware · 8 years ago
  20. ae8298b Closes #11620: Fix support for SND_MEMORY in winsound.PlaySound. by Zachary Ware · 8 years ago
  21. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 8 years ago
  22. 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  23. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  24. 5dee655 Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. by Serhiy Storchaka · 8 years ago
  25. 877826a Regenerate Argument Clinic code for issue #23026. by Serhiy Storchaka · 8 years ago
  26. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  27. 71f574f Issue #23995: Removes _WCONIO_DEFINED check as the wchar_t console functions are always available. by Steve Dower · 9 years ago
  28. 77772c0 Issue #20172: Update clinicizations to current clinic. by Zachary Ware · 9 years ago
  29. 4552089 Issue #20172: Convert the msvcrt module to Argument Clinic. by Zachary Ware · 9 years ago
  30. fd2d482 Issue #20172: Convert the winreg module to Argument Clinic. by Zachary Ware · 9 years ago
  31. 73f8cfb Issue #20172: Convert the winsound module to Argument Clinic. by Zachary Ware · 9 years ago