1. 850a18e bpo-30768: Recompute timeout on interrupted lock (GH-4103) by Victor Stinner · 8 years ago
  2. 6969eaf bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) by Serhiy Storchaka · 8 years ago
  3. 7445381 bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) by Sylvain · 8 years ago
  4. 259f0e4 Run Argument Clinic: METH_VARARGS=>METH_FASTCALL by Victor Stinner · 9 years ago
  5. 3e1fad6 Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords by Victor Stinner · 9 years ago
  6. 37e4ef7 Issue #27810: Rerun Argument Clinic on all modules by Victor Stinner · 9 years ago
  7. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 9 years ago
  8. 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 9 years ago
  9. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 9 years ago
  10. 5dee655 Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. by Serhiy Storchaka · 9 years ago
  11. 77772c0 Issue #20172: Update clinicizations to current clinic. by Zachary Ware · 10 years ago
  12. f2244ea Issue #20172: Convert the _winapi module to Argument Clinic. by Zachary Ware · 10 years ago