cpython/Modules/clinic
Miss Islington (bot) 632d589afc
[3.10] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29773)
(cherry picked from commit dc19e86983)


Co-authored-by: Christian Heimes <christian@python.org>

Automerge-Triggered-By: GH:tiran
2021-11-25 03:53:07 -08:00
..
_abc.c.h
_asynciomodule.c.h bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-23554) 2021-04-25 13:40:44 +03:00
_bisectmodule.c.h bpo-44227: Update bisect docstrings (GH-26548) (GH-26563) 2021-06-06 12:52:42 -07:00
_bz2module.c.h bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870) 2020-10-24 21:14:23 +03:00
_codecsmodule.c.h [3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28952) 2021-10-14 21:23:39 +03:00
_collectionsmodule.c.h
_contextvarsmodule.c.h
_cryptmodule.c.h
_curses_panel.c.h bpo-1635741 port _curses_panel to multi-phase init (PEP 489) (GH-21986) 2020-09-07 17:14:25 +02: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
_elementtree.c.h
_gdbmmodule.c.h [3.10] bpo-45060: Get rid of few uses of the equality operators with None (GH-28087). (GH-28092) 2021-09-03 21:13:00 -04: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-42208: Add _locale._get_locale_encoding() (GH-23052) 2020-10-31 01:32:11 +01:00
_lsprof.c.h bpo-1635741: Port _lsprof extension to multi-phase init (PEP 489) (GH-22220) 2020-09-23 12:33:21 +02:00
_lzmamodule.c.h bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870) 2020-10-24 21:14:23 +03:00
_opcode.c.h
_operator.c.h bpo-44558: Match countOf is/== treatment to c (GH-27007) 2021-07-07 06:50:41 -07:00
_pickle.c.h
_queuemodule.c.h bpo-40077: Convert _queuemodule to use heap types (GH-23136) 2020-11-07 11:18:37 -08:00
_randommodule.c.h bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870) 2020-10-24 21:14:23 +03:00
_sre.c.h bpo-1635741: Convert _sre types to heap types and establish module state (PEP 384) (GH-23393) 2020-11-20 21:36:23 +09:00
_ssl.c.h bpo-42854: Correctly use size_t for _ssl._SSLSocket.read and _ssl._SSLSocket.write (GH-27271) (GH-27308) 2021-07-23 16:25:54 +01:00
_statisticsmodule.c.h
_struct.c.h bpo-1635741: Port _struct to multiphase initialization (GH-23398) 2020-11-19 22:36:23 +09:00
_testmultiphase.c.h Add _PyType_GetModuleByDef (GH-22835) 2020-11-03 22:27:12 +01:00
_tkinter.c.h
_tracemalloc.c.h
_weakref.c.h
_winapi.c.h bpo-44582: Accelerate mimetypes.init on Windows with a native accelerator (GH-27059) 2021-07-08 09:13:06 -07:00
arraymodule.c.h [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511) 2021-09-22 01:33:59 +02:00
audioop.c.h
binascii.c.h
cmathmodule.c.h
fcntlmodule.c.h bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620) 2020-10-09 23:00:45 +03:00
gcmodule.c.h
grpmodule.c.h
itertoolsmodule.c.h bpo-38200: Add itertools.pairwise() (GH-23549) 2020-11-30 20:42:54 -08:00
mathmodule.c.h
md5module.c.h
overlapped.c.h
posixmodule.c.h bpo-43538: Add extra arguments to os.startfile (GH-25538) 2021-04-23 18:03:17 +01:00
pwdmodule.c.h
pyexpat.c.h bpo-1635741: Port pyexpat to multi-phase init (PEP 489) (GH-22222) 2021-01-04 15:34:26 +01:00
readline.c.h bpo-43172: readline now passes its tests when built against libedit (GH-24499) 2021-02-12 12:04:46 -08:00
resource.c.h
selectmodule.c.h bpo-1635741: Port select module to multiphase init (GH-23409) 2020-11-21 20:29:26 +01:00
sha1module.c.h
sha256module.c.h bpo-1635741: Convert _sha256 types to heap types (GH-22134) 2020-09-08 11:16:14 +02:00
sha512module.c.h
signalmodule.c.h [3.10] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29773) 2021-11-25 03:53:07 -08:00
spwdmodule.c.h
symtablemodule.c.h
termios.c.h bpo-20184: Convert termios to Argument Clinic. (GH-22693) 2020-10-18 17:54:06 +03:00
unicodedata.c.h
zlibmodule.c.h