cpython/Modules/clinic
Tal Einat f8b3f6b178 [3.6] bpo-31926: fix missing *_METHODDEF statements by argument clinic (GH-4230) (#4253)
When a single .c file contains several functions and/or methods with
the same name, a safety _METHODDEF GH-define statement is generated
only for one of them.

This fixes the bug by using the full name of the function to avoid
duplicates rather than just the name..
(cherry picked from commit 4f57409a2f)
2017-11-03 06:43:13 -07:00
..
_asynciomodule.c.h bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076) (#3269) 2017-09-03 09:24:32 +03: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
_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 #27810: Rerun Argument Clinic on all modules 2016-09-09 20:00:13 -07:00
_ssl.c.h [3.6] bpo-30622: Change NPN detection: (GH-2079) (#3314) 2017-09-05 16:00:44 +02:00
_tkinter.c.h [3.6] bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (GH-3864). (#3873) 2017-10-03 22:39:37 +03:00
_weakref.c.h Issue #28427: old keys should not remove new values from 2016-12-27 14:23:43 +01: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 #29004: Merge crc_hqx() doc from 3.5 2016-12-24 07:44:03 +00: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 #29092: Sync os.stat's doc and docstring on path type. 2017-01-22 13:04:17 +08: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
zlibmodule.c.h [3.6] bpo-31926: fix missing *_METHODDEF statements by argument clinic (GH-4230) (#4253) 2017-11-03 06:43:13 -07:00