cpython/Modules/clinic
Tal Einat 656971e495
[3.9] bpo-41857: mention timeout argument units in select.poll() and select.depoll() doc-strings (GH-22406)
(cherry picked from commit 27df7566bc)

Co-authored-by: Zane Bitter <zbitter@redhat.com>
2022-01-21 11:37:39 +02:00
..
_abc.c.h
_asynciomodule.c.h bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874) 2020-07-01 21:06:51 -07:00
_bisectmodule.c.h bpo-40665: Use Argument Clinic for the bisect module (GH-20163) 2020-05-17 20:38:35 -07:00
_bz2module.c.h bpo-39573: Update clinic to use Py_IS_TYPE() function (GH-18507) 2020-02-14 08:50:19 +01:00
_codecsmodule.c.h bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28953) 2021-10-14 21:23:52 +03:00
_collectionsmodule.c.h
_contextvarsmodule.c.h
_cryptmodule.c.h
_curses_panel.c.h
_cursesmodule.c.h [3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874). (GH-24077) 2021-01-04 00:55:23 +02:00
_datetimemodule.c.h bpo-24416: Return named tuple from date.isocalendar() (GH-20113) 2020-05-16 10:02:59 -04:00
_dbmmodule.c.h
_elementtree.c.h bpo-39822: Use NULL instead of None for empty attrib in Element. (GH-18735) 2020-03-09 15:12:41 +02:00
_gdbmmodule.c.h [3.9] bpo-45060: Get rid of few uses of the equality operators with None (GH-28087). (GH-28093) 2021-09-01 09:51:01 +03:00
_hashopenssl.c.h [3.9] bpo-40791: Use CRYPTO_memcmp() for compare_digest (GH-20456) (GH-20461) 2020-05-28 05:09:38 -07:00
_heapqmodule.c.h
_lzmamodule.c.h
_opcode.c.h
_operator.c.h [3.9] bpo-44558: Match countOf is/== treatment to c (GH-27007). (GH-27055) 2021-07-07 23:55:22 +09:00
_pickle.c.h bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846) 2020-05-02 09:38:01 +03:00
_queuemodule.c.h
_randommodule.c.h [3.9] bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870). (GH-22963) 2020-10-25 17:56:17 +02:00
_sre.c.h
_ssl.c.h
_statisticsmodule.c.h
_struct.c.h
_testmultiphase.c.h bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936) 2020-05-07 15:39:59 +02:00
_tkinter.c.h
_tracemalloc.c.h [3.9] bpo-40630: Add tracemalloc.reset_peak (GH-20102) (GH-20545) 2020-06-01 19:26:22 +02:00
_weakref.c.h
_winapi.c.h
arraymodule.c.h [3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512) 2021-09-22 17:32:04 +02:00
audioop.c.h
binascii.c.h bpo-39353: Deprecate the binhex module (GH-18025) 2020-01-22 20:44:22 +01:00
cmathmodule.c.h bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231) 2019-11-20 02:51:30 +01:00
fcntlmodule.c.h
gcmodule.c.h bpo-39322: Add gc.is_finalized to check if an object has been finalised by the gc (GH-17989) 2020-01-14 12:06:45 +00:00
grpmodule.c.h
itertoolsmodule.c.h
mathmodule.c.h bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. (GH-18604) 2020-02-23 11:21:29 +00:00
md5module.c.h
posixmodule.c.h bpo-43105: Importlib now resolves relative paths when creating module spec objects from file locations (GH-25121) 2021-04-07 12:35:36 +01:00
pwdmodule.c.h
pyexpat.c.h
resource.c.h
selectmodule.c.h [3.9] bpo-41857: mention timeout argument units in select.poll() and select.depoll() doc-strings (GH-22406) 2022-01-21 11:37:39 +02:00
sha1module.c.h
sha256module.c.h
sha512module.c.h
signalmodule.c.h [3.9] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29774) 2021-11-25 13:02:54 +01:00
spwdmodule.c.h
symtablemodule.c.h
unicodedata.c.h
zlibmodule.c.h