..
_abc.c.h
bpo-31333: Re-implement ABCMeta in C (GH-5733)
2018-02-18 17:39:43 +00:00
_asynciomodule.c.h
bpo-32643: Drop support for a few private Task and Future APIs. ( #5293 )
2018-01-24 11:31:01 -05:00
_bz2module.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
_codecsmodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
_contextvarsmodule.c.h
bpo-32436: Implement PEP 567 ( #5027 )
2018-01-22 19:11:18 -05:00
_cryptmodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
_cursesmodule.c.h
Issue #26305 : Argument Clinic now uses braces in C code as required by PEP 7.
2016-06-09 16:16:06 +03:00
_datetimemodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
_dbmmodule.c.h
[3.7] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (GH-6630) (GH-6631)
2018-04-29 14:50:26 +03:00
_elementtree.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
_gdbmmodule.c.h
bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832)
2018-02-26 06:25:40 -08:00
_hashopenssl.c.h
[3.7] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-8581)
2018-07-31 10:22:44 +03:00
_lzmamodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
_opcode.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
_operator.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
_pickle.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
_queuemodule.c.h
bpo-14976: Reentrant simple queue ( #3346 )
2018-01-16 00:27:16 +01:00
_sre.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
_ssl.c.h
[3.7] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) ( #5880 )
2018-02-25 13:18:43 +01:00
_struct.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
_tkinter.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
_tracemalloc.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
_weakref.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
_winapi.c.h
bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (GH-9027) (GH-9064)
2018-09-04 21:39:54 +02:00
arraymodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
audioop.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
binascii.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
cmathmodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
fcntlmodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
gcmodule.c.h
bpo-9566: Fix size_t=>int downcast warnings ( #5230 )
2018-01-18 11:15:25 +01:00
grpmodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
mathmodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
md5module.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
posixmodule.c.h
bpo-20104: Remove posix_spawn from 3.7 (GH-6794)
2018-05-14 17:52:43 -04:00
pwdmodule.c.h
- Issue #27332 : Fixed the type of the first argument of module-level functions
2016-07-07 18:20:03 +03:00
pyexpat.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
resource.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
sha1module.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
sha256module.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
sha512module.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
signalmodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
spwdmodule.c.h
- Issue #27332 : Fixed the type of the first argument of module-level functions
2016-07-07 18:20:03 +03:00
symtablemodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
unicodedata.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00
zipimport.c.h
bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipimport ( #5248 )
2018-01-24 15:36:21 -05:00
zlibmodule.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. ( #4746 )
2017-12-15 13:11:11 +02:00