aboutsummaryrefslogtreecommitdiff
path: root/Python/clinic
AgeCommit message (Expand)Author
2021-02-28bpo-37146: Deactivate opcode cache only when using huntrleaks in the test sui...Pablo Galindo
2020-11-02bpo-41435: Add sys._current_exceptions() function (GH-21689)Julien Danjou
2020-06-03bpo-40471: Fix grammar typo in 'issubclass' docstring (GH-19847)Alex Povel
2020-05-28bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...Serhiy Storchaka
2020-05-26bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)Serhiy Storchaka
2020-02-03bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)Victor Stinner
2019-09-21Shorter docstring (GH-16322)Raymond Hettinger
2019-09-20bpo-38237: Make pow's arguments have more descriptive names and be keyword pa...Ammar Askar
2019-09-14bpo-37206: Unrepresentable default values no longer represented as None. (GH-...Serhiy Storchaka
2019-08-29bpo-37034: Display argument name on errors with keyword arguments with Argume...RĂ©mi Lapeyre
2019-08-24bpo-37942: Improve argument clinic float converter (GH-15470)Raymond Hettinger
2019-06-26bpo-37414: Remove sys.callstats() (GH-14398)Victor Stinner
2019-06-25bpo-37392: Remove sys.setcheckinterval() (GH-14355)Victor Stinner
2019-06-12bpo-35766: compile(): rename feature_version parameter (GH-13994)Victor Stinner
2019-05-28bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-1...Matthias Bussonnier
2019-05-27bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488)Victor Stinner
2019-05-23bpo-36842: Implement PEP 578 (GH-12613)Steve Dower
2019-05-22bpo-36829: Add sys.unraisablehook() (GH-13187)Victor Stinner
2019-03-14bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1...Serhiy Storchaka
2019-03-07bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)Guido van Rossum
2019-02-25bpo-36101: remove non-ascii characters in docstring (GH-12018)animalize
2019-01-11bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)Serhiy Storchaka
2019-01-11bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G...Serhiy Storchaka
2018-12-31bpo-20182: AC convert Python/sysmodule.c (GH-11328)Tal Einat
2018-12-25bpo-23867: Argument Clinic: inline parsing code for a single positional param...Serhiy Storchaka
2018-11-27bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ...Serhiy Storchaka
2018-09-12bpo-34637: Make the *start* argument for *sum()* visible as a keyword argumen...Raymond Hettinger
2018-07-30Add docstrings to public methods from context.c (GH-8531)Peter Lamut
2018-01-22bpo-32436: Implement PEP 567 (#5027)Yury Selivanov
2018-01-21bpo-32591: Add native coroutine origin tracking (#5250)Nathaniel J. Smith
2018-01-07bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-...Nathaniel J. Smith
2017-12-15bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...Serhiy Storchaka
2017-12-09closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson
2017-11-15bpo-30950: Convert round() to Argument Clinic. (#2740)Serhiy Storchaka
2017-07-03bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)Serhiy Storchaka
2017-06-10bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)Sylvain
2017-05-29Add reference to help('FORMATTING') in format() builtin (GH-166)Amit Kumar
2017-03-12bpo-20185: Convert the marshal module to Argument Clinic. (#541)Serhiy Storchaka
2017-01-17Run Argument Clinic: METH_VARARGS=>METH_FASTCALLVictor Stinner
2017-01-17Run Argument Clinic: METH_VARARGS=>METH_FASTCALLVictor Stinner
2017-01-17Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywordsVictor Stinner
2016-12-09Issue #20185: Convert _warnings.warn() to Argument ClinicVictor Stinner
2016-09-09Issue #27810: Rerun Argument Clinic on all modulesVictor Stinner
2016-08-14Issue #27574: Decreased an overhead of parsing keyword arguments in functionsSerhiy Storchaka
2016-07-07- Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka
2016-07-07Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka
2016-06-09Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.Serhiy Storchaka
2016-05-01Regenerate Argument Clinic code for issue #26874.Serhiy Storchaka
2015-08-24Rebuilt Clinic generated code.Larry Hastings
2015-08-24Issue #24769: Interpreter now starts properly when dynamic loadingLarry Hastings