1. df773f8 bpo-40471: Fix grammar typo in 'issubclass' docstring (GH-19847) by Alex Povel · 4 years, 2 months ago
  2. 5f4b229d bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) by Serhiy Storchaka · 4 years, 2 months ago
  3. 578c395 bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) by Serhiy Storchaka · 4 years, 2 months ago
  4. c6e5c11 bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) by Victor Stinner · 4 years, 6 months ago
  5. b104ecb Shorter docstring (GH-16322) by Raymond Hettinger · 4 years, 10 months ago
  6. 87d6cd3 bpo-38237: Make pow's arguments have more descriptive names and be keyword passable (GH-16302) by Ammar Askar · 4 years, 10 months ago
  7. 279f446 bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) by Serhiy Storchaka · 4 years, 11 months ago
  8. 4901fe2 bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593) by Rémi Lapeyre · 5 years ago
  9. aef9ad8 bpo-37942: Improve argument clinic float converter (GH-15470) by Raymond Hettinger · 5 years ago
  10. 6915066 bpo-37414: Remove sys.callstats() (GH-14398) by Victor Stinner · 5 years ago
  11. 36456df bpo-37392: Remove sys.setcheckinterval() (GH-14355) by Victor Stinner · 5 years ago
  12. efdf6ca bpo-35766: compile(): rename feature_version parameter (GH-13994) by Victor Stinner · 5 years ago
  13. 3880f26 bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577) by Matthias Bussonnier · 5 years ago
  14. 71c52e3 bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488) by Victor Stinner · 5 years ago
  15. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 5 years ago
  16. ef9d9b6 bpo-36829: Add sys.unraisablehook() (GH-13187) by Victor Stinner · 5 years ago
  17. 3191391 bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058) by Serhiy Storchaka · 5 years ago
  18. 495da29 bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) by Guido van Rossum · 5 years ago
  19. 463572c bpo-36101: remove non-ascii characters in docstring (GH-12018) by animalize · 5 years ago
  20. 2a39d25 bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520) by Serhiy Storchaka · 6 years ago
  21. 4fa9591 bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313) by Serhiy Storchaka · 6 years ago
  22. ede0b6f bpo-20182: AC convert Python/sysmodule.c (GH-11328) by Tal Einat · 6 years ago
  23. 32d96a2 bpo-23867: Argument Clinic: inline parsing code for a single positional parameter. (GH-9689) by Serhiy Storchaka · 6 years ago
  24. 4a934d4 bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748) by Serhiy Storchaka · 6 years ago
  25. 9dfa0fe bpo-34637: Make the *start* argument for *sum()* visible as a keyword argument. (GH-9208) by Raymond Hettinger · 6 years ago
  26. 20678fd Add docstrings to public methods from context.c (GH-8531) by Peter Lamut · 6 years ago
  27. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 7 years ago
  28. fc2f407 bpo-32591: Add native coroutine origin tracking (#5250) by Nathaniel J. Smith · 7 years ago
  29. e46a8af bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-4793) by Nathaniel J. Smith · 7 years ago
  30. a5552f0 bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) by Serhiy Storchaka · 7 years ago
  31. 42aa93b closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) by Benjamin Peterson · 7 years ago
  32. aca7f57 bpo-30950: Convert round() to Argument Clinic. (#2740) by Serhiy Storchaka · 7 years ago
  33. 6969eaf bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) by Serhiy Storchaka · 7 years ago
  34. 7445381 bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) by Sylvain · 7 years ago
  35. 2e6bb44 Add reference to help('FORMATTING') in format() builtin (GH-166) by Amit Kumar · 7 years ago
  36. 0767ad4 bpo-20185: Convert the marshal module to Argument Clinic. (#541) by Serhiy Storchaka · 7 years ago
  37. 0c4a828 Run Argument Clinic: METH_VARARGS=>METH_FASTCALL by Victor Stinner · 8 years ago
  38. 259f0e4 Run Argument Clinic: METH_VARARGS=>METH_FASTCALL by Victor Stinner · 8 years ago
  39. 3e1fad6 Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords by Victor Stinner · 8 years ago
  40. 22f1875 Issue #20185: Convert _warnings.warn() to Argument Clinic by Victor Stinner · 8 years ago
  41. 37e4ef7 Issue #27810: Rerun Argument Clinic on all modules by Victor Stinner · 8 years ago
  42. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 8 years ago
  43. 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  44. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  45. 5dee655 Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. by Serhiy Storchaka · 8 years ago
  46. df07173 Regenerate Argument Clinic code for issue #26874. by Serhiy Storchaka · 8 years ago
  47. 01b1ff6 Rebuilt Clinic generated code. by Larry Hastings · 9 years ago
  48. 1df0b35 Issue #24769: Interpreter now starts properly when dynamic loading by Larry Hastings · 9 years ago
  49. 8b2e8b6 Specify default values of semantic booleans in Argument Clinic generated signatures as booleans. by Serhiy Storchaka · 9 years ago
  50. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  51. 247789c Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the by Serhiy Storchaka · 9 years ago
  52. 89964c4 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. by Larry Hastings · 9 years ago
  53. 92e8af6 Issue #23492: Argument Clinic now generates argument parsing code with by Serhiy Storchaka · 9 years ago
  54. 1009bf1 Issue #23501: Argumen Clinic now generates code into separate files by default. by Serhiy Storchaka · 9 years ago
  55. fd4d050 Move import.c to use Clinic file output. by Brett Cannon · 10 years ago