..
_abc.c.h
…
_asynciomodule.c.h
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
2019-09-14 12:24:05 +03:00
_bz2module.c.h
bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)
2019-08-29 17:49:08 +03:00
_codecsmodule.c.h
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
2019-09-14 12:24:05 +03:00
_collectionsmodule.c.h
bpo-37165: Convert _count_elements to the argument clinic (GH-13848)
2019-06-05 16:05:25 -07:00
_contextvarsmodule.c.h
…
_cryptmodule.c.h
bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)
2019-08-29 17:49:08 +03:00
_curses_panel.c.h
bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)
2019-08-29 17:49:08 +03:00
_cursesmodule.c.h
bpo-36589: Fix the error handling in curses.update_lines_cols(). (GH-12766)
2019-11-17 19:10:13 +02:00
_datetimemodule.c.h
…
_dbmmodule.c.h
bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)
2019-08-29 17:49:08 +03:00
_elementtree.c.h
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
2019-09-14 12:24:05 +03:00
_gdbmmodule.c.h
bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)
2019-08-29 17:49:08 +03:00
_hashopenssl.c.h
bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044)
2019-09-12 19:30:00 -05:00
_heapqmodule.c.h
…
_lzmamodule.c.h
bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)
2019-08-29 17:49:08 +03:00
_opcode.c.h
…
_operator.c.h
…
_pickle.c.h
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
2019-09-14 12:24:05 +03:00
_queuemodule.c.h
…
_randommodule.c.h
bpo-37021: Port _randommodule to the argument clinic (GH-13532)
2019-05-24 22:09:23 +01:00
_sre.c.h
bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)
2019-08-29 17:49:08 +03:00
_ssl.c.h
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
2019-09-14 12:24:05 +03:00
_statisticsmodule.c.h
bpo-37942: Improve argument clinic float converter (GH-15470)
2019-08-24 19:10:39 -07:00
_struct.c.h
bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)
2019-08-29 17:49:08 +03:00
_threadmodule.c.h
bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)
2019-06-14 18:55:22 +02:00
_tkinter.c.h
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
2019-09-14 12:24:05 +03:00
_tracemalloc.c.h
…
_weakref.c.h
bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)
2019-08-29 17:49:08 +03:00
_winapi.c.h
…
arraymodule.c.h
bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)
2019-08-29 17:49:08 +03:00
audioop.c.h
bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)
2019-08-29 17:49:08 +03:00
binascii.c.h
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
2019-09-14 12:24:05 +03: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
…
grpmodule.c.h
bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)
2019-08-29 17:49:08 +03:00
itertoolsmodule.c.h
bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)
2019-08-29 17:49:08 +03:00
mathmodule.c.h
bpo-37942: Improve argument clinic float converter (GH-15470)
2019-08-24 19:10:39 -07:00
md5module.c.h
bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044)
2019-09-12 19:30:00 -05:00
posixmodule.c.h
bpo-38692: Add os.pidfd_open. (GH-17063)
2019-11-05 19:21:29 -08:00
pwdmodule.c.h
bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)
2019-08-29 17:49:08 +03:00
pyexpat.c.h
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
2019-09-14 12:24:05 +03:00
resource.c.h
…
selectmodule.c.h
bpo-38116: Convert select module to PEP-384 ( #15971 )
2019-09-14 15:20:27 +01:00
sha1module.c.h
bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044)
2019-09-12 19:30:00 -05:00
sha256module.c.h
bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044)
2019-09-12 19:30:00 -05:00
sha512module.c.h
bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044)
2019-09-12 19:30:00 -05:00
signalmodule.c.h
closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070)
2019-11-19 20:39:14 -08:00
spwdmodule.c.h
bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)
2019-08-29 17:49:08 +03:00
symtablemodule.c.h
bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)
2019-08-29 17:49:08 +03:00
unicodedata.c.h
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
2019-09-14 12:24:05 +03:00
zlibmodule.c.h
bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)
2019-08-29 17:49:08 +03:00