0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Modules
2019-05-30 08:30:09 -07:00
..
_blake2 bpo-33164: blake2 fix for HP-UX (GH-13633) 2019-05-29 19:58:11 +09:00
_ctypes bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488) 2019-05-27 08:57:14 +02:00
_decimal
_io bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944) 2019-05-29 22:12:38 +02:00
_multiprocessing
_sha3
_sqlite
_xxtestfuzz
cjkcodecs
clinic bpo-36999: Add asyncio.Task.get_coro() (GH-13680) 2019-05-30 08:30:09 -07:00
expat
_abc.c
_asynciomodule.c bpo-36999: Add asyncio.Task.get_coro() (GH-13680) 2019-05-30 08:30:09 -07:00
_bisectmodule.c
_bz2module.c
_codecsmodule.c
_collectionsmodule.c
_contextvarsmodule.c
_cryptmodule.c
_csv.c
_curses_panel.c
_cursesmodule.c
_datetimemodule.c
_dbmmodule.c
_elementtree.c bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375) 2019-05-17 10:13:03 +03:00
_functoolsmodule.c bpo-36974: remove _PyObject_HasFastCall (GH-13460) 2019-05-30 12:43:58 +02:00
_gdbmmodule.c
_hashopenssl.c
_heapqmodule.c
_json.c
_localemodule.c
_lsprof.c
_lzmamodule.c
_math.c
_math.h
_opcode.c
_operator.c
_pickle.c bpo-36785: PEP 574 implementation (GH-7076) 2019-05-26 17:10:09 +02:00
_posixsubprocess.c
_queuemodule.c
_randommodule.c bpo-37021: Port _randommodule to the argument clinic (GH-13532) 2019-05-24 22:09:23 +01:00
_scproxy.c
_sre.c
_ssl_data.h
_ssl.c
_stat.c
_struct.c
_testbuffer.c
_testcapimodule.c bpo-36974: inherit the vectorcall protocol (GH-13498) 2019-05-30 12:43:19 +02:00
_testimportmultiple.c
_testinternalcapi.c bpo-36763: Implement the PEP 587 (GH-13592) 2019-05-27 16:39:22 +02:00
_testmultiphase.c bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944) 2019-05-29 22:12:38 +02:00
_threadmodule.c bpo-37076: _thread.start_new_thread() calls _PyErr_WriteUnraisableMsg() (GH-13617) 2019-05-29 02:57:56 +02:00
_tkinter.c
_tracemalloc.c bpo-35134: Split traceback.h header (GH-13430) 2019-05-20 00:14:57 +02:00
_uuidmodule.c
_weakref.c
_winapi.c bpo-36935: Remove usage of the deprecated PyErr_SetFromWindowsErrWithUnicodeFilename() (GH-13355) 2019-05-30 09:58:50 +02:00
_xxsubinterpretersmodule.c
addrinfo.h
arraymodule.c bpo-36842: Implement PEP 578 (GH-12613) 2019-05-23 08:45:22 -07:00
atexitmodule.c
audioop.c
binascii.c bpo-22385: Support output separators in hex methods. (#13578) 2019-05-29 11:46:58 -07:00
cmathmodule.c bpo-36908: 'This module is always available' isn't helpful. (#13297) 2019-05-17 15:29:13 +05:30
config.c.in
errnomodule.c
faulthandler.c bpo-36763: Implement the PEP 587 (GH-13592) 2019-05-27 16:39:22 +02:00
fcntlmodule.c
gc_weakref.txt
gcmodule.c bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944) 2019-05-29 22:12:38 +02:00
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c bpo-36763: Implement the PEP 587 (GH-13592) 2019-05-27 16:39:22 +02:00
grpmodule.c
hashlib.h
hashtable.c
hashtable.h
itertoolsmodule.c
ld_so_aix.in
main.c bpo-36763: Implement the PEP 587 (GH-13592) 2019-05-27 16:39:22 +02:00
makesetup
makexp_aix
mathmodule.c bpo-36957: Speed up math.isqrt (#13405) 2019-05-19 17:51:56 +01:00
md5module.c
mmapmodule.c bpo-32941: Add madvise() for mmap objects (GH-6172) 2019-05-27 18:48:16 +02:00
nismodule.c
ossaudiodev.c
overlapped.c bpo-29883: Asyncio proactor udp (GH-13440) 2019-05-28 02:52:15 -07:00
parsermodule.c
posixmodule.c bpo-26836: Add ifdefs for all MFD_HUGE* constants (GH-13666) 2019-05-29 13:43:49 -07:00
posixmodule.h
pwdmodule.c
pyexpat.c
readline.c
README
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c
Setup
sha1module.c
sha256module.c
sha512module.c
signalmodule.c bpo-36710: Add tstate parameter in ceval.c (GH-13547) 2019-05-24 17:01:38 +02:00
socketmodule.c bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameindex() on Windows (GH-13522) 2019-05-29 14:02:37 -07:00
socketmodule.h
spwdmodule.c
sre_constants.h
sre_lib.h
sre.h
symtablemodule.c bpo-37001: Makes symtable.symtable have parity with compile for input (#13483) 2019-05-28 16:21:17 -07:00
syslogmodule.c
termios.c
testcapi_long.h
timemodule.c
tkappinit.c
tkinter.h
unicodedata_db.h
unicodedata.c
unicodename_db.h
winreparse.h
xxlimited.c bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944) 2019-05-29 22:12:38 +02:00
xxmodule.c
xxsubtype.c
zlibmodule.c

Source files for standard library extension modules,
and former extension modules that are now builtin modules.