cpython/Modules/clinic
Miss Islington (bot) feaceaafe8 bpo-37178: Allow a one argument form of math.perm() (GH-13905) (GH-13919)
(cherry picked from commit e119b3d136)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
2019-06-08 09:17:33 -07:00
..
_abc.c.h
_asynciomodule.c.h bpo-36999: Add asyncio.Task.get_coro() (GH-13680) 2019-05-30 08:30:09 -07:00
_bz2module.c.h
_codecsmodule.c.h
_collectionsmodule.c.h bpo-37165: Convert _count_elements to the argument clinic (GH-13848) 2019-06-05 16:20:58 -07:00
_contextvarsmodule.c.h
_cryptmodule.c.h
_curses_panel.c.h
_cursesmodule.c.h
_datetimemodule.c.h
_dbmmodule.c.h
_elementtree.c.h bpo-36673: Implement comment/PI parsing support for the TreeBuilder in ElementTree. (#12883) 2019-05-01 21:20:38 +02:00
_gdbmmodule.c.h
_hashopenssl.c.h
_heapqmodule.c.h
_lzmamodule.c.h
_opcode.c.h
_operator.c.h
_pickle.c.h bpo-36785: PEP 574 implementation (GH-7076) 2019-05-26 17:10:09 +02: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
_ssl.c.h
_struct.c.h
_tkinter.c.h
_tracemalloc.c.h
_weakref.c.h
_winapi.c.h
arraymodule.c.h
audioop.c.h
binascii.c.h bpo-22385: Support output separators in hex methods. (#13578) 2019-05-29 11:46:58 -07:00
cmathmodule.c.h
fcntlmodule.c.h
gcmodule.c.h
grpmodule.c.h
itertoolsmodule.c.h
mathmodule.c.h bpo-37178: Allow a one argument form of math.perm() (GH-13905) (GH-13919) 2019-06-08 09:17:33 -07:00
md5module.c.h
posixmodule.c.h bpo-26826: Expose copy_file_range in the os module (GH-7255) 2019-05-31 19:39:47 +01:00
pwdmodule.c.h
pyexpat.c.h
resource.c.h
selectmodule.c.h
sha1module.c.h
sha256module.c.h
sha512module.c.h
signalmodule.c.h
spwdmodule.c.h
symtablemodule.c.h bpo-37001: Makes symtable.symtable have parity with compile for input (#13483) 2019-05-28 16:21:17 -07:00
unicodedata.c.h
zipimport.c.h
zlibmodule.c.h