cpython/Modules/clinic
Serhiy Storchaka a055dac0b4
gh-91583: AC: Fix regression for functions with defining_class (GH-91739)
Argument Clinic now generates the same efficient code as before
adding the defining_class parameter.
2022-04-30 13:15:02 +03:00
..
_abc.c.h
_asynciomodule.c.h bpo-47167: Allow overriding a future compliance check in asyncio.Task (GH-32197) 2022-04-01 04:25:15 +03:00
_bisectmodule.c.h Update bisect docstrings (GH-26548) 2021-06-06 11:22:48 -07:00
_bz2module.c.h
_codecsmodule.c.h bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) 2021-10-14 20:04:19 +03:00
_collectionsmodule.c.h bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456) 2021-09-12 13:27:50 +03:00
_contextvarsmodule.c.h
_cryptmodule.c.h
_csv.c.h bpo-40676: Use Argument Clinic for csv (where possible) (GH-20200) 2022-04-16 10:34:23 -07:00
_curses_panel.c.h gh-91583: AC: Fix regression for functions with defining_class (GH-91739) 2022-04-30 13:15:02 +03:00
_cursesmodule.c.h bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398) 2021-04-05 16:50:24 +03:00
_datetimemodule.c.h
_dbmmodule.c.h gh-91583: AC: Fix regression for functions with defining_class (GH-91739) 2022-04-30 13:15:02 +03:00
_elementtree.c.h bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLParser (GH-31152) 2022-02-12 10:27:02 +02:00
_gdbmmodule.c.h gh-91583: AC: Fix regression for functions with defining_class (GH-91739) 2022-04-30 13:15:02 +03:00
_hashopenssl.c.h bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014) 2021-04-17 11:36:35 +02:00
_heapqmodule.c.h
_localemodule.c.h bpo-47000: Add `locale.getencoding()` (GH-32068) 2022-04-09 09:54:54 +09:00
_lsprof.c.h gh-91583: AC: Fix regression for functions with defining_class (GH-91739) 2022-04-30 13:15:02 +03:00
_lzmamodule.c.h
_opcode.c.h bpo-44725 : expose specialization stats in python (GH-27192) 2021-07-29 17:26:53 +01:00
_operator.c.h bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007) 2021-07-07 22:28:09 +09:00
_pickle.c.h
_queuemodule.c.h gh-91583: AC: Fix regression for functions with defining_class (GH-91739) 2022-04-30 13:15:02 +03:00
_randommodule.c.h
_ssl.c.h bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456) 2021-09-12 13:27:50 +03:00
_statisticsmodule.c.h
_struct.c.h
_testmultiphase.c.h gh-91583: AC: Fix regression for functions with defining_class (GH-91739) 2022-04-30 13:15:02 +03:00
_tkinter.c.h bpo-38371: Remove deprecated `tkinter` split() method (GH-28237) 2021-09-08 23:02:19 +03:00
_tracemalloc.c.h
_typingmodule.c.h bpo-44353: Implement typing.NewType __call__ method in C (#27262) 2021-07-22 23:06:54 +02:00
_weakref.c.h bpo-46937: convert remaining functions to AC in _weakref (GH-31705) 2022-03-07 18:57:45 +09:00
_winapi.c.h bpo-44582: Accelerate mimetypes.init on Windows with a native accelerator (GH-27059) 2021-07-08 16:48:42 +01:00
arraymodule.c.h gh-91583: AC: Fix regression for functions with defining_class (GH-91739) 2022-04-30 13:15:02 +03:00
audioop.c.h
binascii.c.h bpo-45085: Remove the binhex module (GH-28117) 2021-09-02 12:10:08 +02:00
cmathmodule.c.h
fcntlmodule.c.h
gcmodule.c.h
grpmodule.c.h
itertoolsmodule.c.h bpo-46728: fix docstring of combinations_with_replacement for consistency (GH-31293) 2022-02-15 09:02:21 +09:00
mathmodule.c.h Change parameter name from *x* for reals to *n* for integers. (GH-32377) 2022-04-06 14:35:05 -05:00
md5module.c.h gh-91583: AC: Fix regression for functions with defining_class (GH-91739) 2022-04-30 13:15:02 +03:00
overlapped.c.h bpo-47003: Cleanup _overlapped module (GH-31848) 2022-03-13 23:28:45 +02:00
posixmodule.c.h gh-91583: AC: Fix regression for functions with defining_class (GH-91739) 2022-04-30 13:15:02 +03:00
pwdmodule.c.h
pyexpat.c.h gh-91583: AC: Fix regression for functions with defining_class (GH-91739) 2022-04-30 13:15:02 +03:00
readline.c.h
resource.c.h bpo-40280: Address more test failures on Emscripten (GH-31050) 2022-02-05 20:52:01 +01:00
selectmodule.c.h bpo-41857: mention timeout argument units in select.poll() and select.depoll() doc-strings (GH-22406) 2022-01-21 01:08:44 +02:00
sha1module.c.h gh-91583: AC: Fix regression for functions with defining_class (GH-91739) 2022-04-30 13:15:02 +03:00
sha256module.c.h gh-91583: AC: Fix regression for functions with defining_class (GH-91739) 2022-04-30 13:15:02 +03:00
sha512module.c.h gh-91583: AC: Fix regression for functions with defining_class (GH-91739) 2022-04-30 13:15:02 +03:00
signalmodule.c.h bpo-41498: Fix build on platforms without sigset_t (GH-29770) 2021-11-25 12:28:41 +01:00
spwdmodule.c.h
symtablemodule.c.h
termios.c.h bpo-41818: Add termios.tcgetwinsize(), termios.tcsetwinsize(). (GH-23686) 2021-08-26 19:56:26 -07:00
unicodedata.c.h Do not use Py_ssize_clean_t (GH-25940) 2021-05-08 10:17:37 +09:00
zlibmodule.c.h gh-91583: AC: Fix regression for functions with defining_class (GH-91739) 2022-04-30 13:15:02 +03:00