cpython/Modules/clinic
Victor Stinner 726a57d45f Issue #28765: _sre.compile() now checks the type of groupindex and indexgroup
groupindex must a dictionary and indexgroup must be a tuple.

Previously, indexgroup was a list. Use a tuple to reduce the memory usage.
2016-11-22 23:04:39 +01:00
..
_asynciomodule.c.h Issue #28544: Implement asyncio.Task in C. 2016-10-28 12:52:37 -04:00
_bz2module.c.h Issue #27810: Rerun Argument Clinic on all modules 2016-09-09 20:00:13 -07:00
_codecsmodule.c.h Issue #27810: Rerun Argument Clinic on all modules 2016-09-09 20:00:13 -07:00
_cryptmodule.c.h - Issue #27332: Fixed the type of the first argument of module-level functions 2016-07-07 18:20:03 +03: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 Issue #27810: Rerun Argument Clinic on all modules 2016-09-09 20:00:13 -07:00
_dbmmodule.c.h - Issue #27332: Fixed the type of the first argument of module-level functions 2016-07-07 18:20:03 +03:00
_elementtree.c.h Issue #27810: Rerun Argument Clinic on all modules 2016-09-09 20:00:13 -07:00
_gdbmmodule.c.h - Issue #27332: Fixed the type of the first argument of module-level functions 2016-07-07 18:20:03 +03:00
_hashopenssl.c.h Issue #27810: Rerun Argument Clinic on all modules 2016-09-09 20:00:13 -07:00
_lzmamodule.c.h Issue #27810: Rerun Argument Clinic on all modules 2016-09-09 20:00:13 -07:00
_opcode.c.h - Issue #27332: Fixed the type of the first argument of module-level functions 2016-07-07 18:20:03 +03:00
_pickle.c.h Issue #27810: Rerun Argument Clinic on all modules 2016-09-09 20:00:13 -07:00
_sre.c.h Issue #28765: _sre.compile() now checks the type of groupindex and indexgroup 2016-11-22 23:04:39 +01:00
_ssl.c.h Issue #27810: Rerun Argument Clinic on all modules 2016-09-09 20:00:13 -07:00
_tkinter.c.h - Issue #27332: Fixed the type of the first argument of module-level functions 2016-07-07 18:20:03 +03:00
_weakref.c.h - Issue #27332: Fixed the type of the first argument of module-level functions 2016-07-07 18:20:03 +03:00
_winapi.c.h Issue #27810: Rerun Argument Clinic on all modules 2016-09-09 20:00:13 -07:00
arraymodule.c.h - Issue #27332: Fixed the type of the first argument of module-level functions 2016-07-07 18:20:03 +03:00
audioop.c.h - Issue #27332: Fixed the type of the first argument of module-level functions 2016-07-07 18:20:03 +03:00
binascii.c.h Issue #27810: Rerun Argument Clinic on all modules 2016-09-09 20:00:13 -07:00
cmathmodule.c.h Issue #27810: Rerun Argument Clinic on all modules 2016-09-09 20:00:13 -07:00
fcntlmodule.c.h - Issue #27332: Fixed the type of the first argument of module-level functions 2016-07-07 18:20:03 +03:00
grpmodule.c.h Issue #27810: Rerun Argument Clinic on all modules 2016-09-09 20:00:13 -07:00
md5module.c.h Issue #27810: Rerun Argument Clinic on all modules 2016-09-09 20:00:13 -07:00
posixmodule.c.h Issue #28585: Restored docstring of os._isdir(). 2016-11-08 20:28:43 +02: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 Issue #27810: Rerun Argument Clinic on all modules 2016-09-09 20:00:13 -07:00
sha1module.c.h Issue #27810: Rerun Argument Clinic on all modules 2016-09-09 20:00:13 -07:00
sha256module.c.h Issue #27810: Rerun Argument Clinic on all modules 2016-09-09 20:00:13 -07:00
sha512module.c.h Issue #27810: Rerun Argument Clinic on all modules 2016-09-09 20:00:13 -07:00
signalmodule.c.h - Issue #27332: Fixed the type of the first argument of module-level functions 2016-07-07 18:20:03 +03: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
unicodedata.c.h Issue #28511: Use the "U" format instead of "O!" in PyArg_Parse*. 2016-10-23 15:12:25 +03:00
zlibmodule.c.h Issue #27810: Rerun Argument Clinic on all modules 2016-09-09 20:00:13 -07:00