cpython/Modules
Miss Islington (bot) 0892a0e3ec
bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)
va_end() must be called before returning.
(cherry picked from commit 59e004af63)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
2022-02-07 00:08:10 -08:00
..
_blake2
_ctypes
_decimal
_io
_multiprocessing
_sha3
_sqlite
_ssl
_xxtestfuzz
cjkcodecs
clinic [3.9] bpo-41857: mention timeout argument units in select.poll() and select.depoll() doc-strings (GH-22406) 2022-01-21 11:37:39 +02:00
expat
_abc.c
_asynciomodule.c [3.9] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) (GH-30785) 2022-01-22 04:52:24 -08:00
_bisectmodule.c
_bz2module.c
_codecsmodule.c
_collectionsmodule.c
_contextvarsmodule.c
_cryptmodule.c
_csv.c
_curses_panel.c
_cursesmodule.c bpo-46000: Improve NetBSD curses compatibility (GH-29947) (GH-30023) 2021-12-10 13:21:19 +02:00
_datetimemodule.c
_dbmmodule.c
_elementtree.c bpo-27946: Fix possible crash in ElementTree.Element (GH-29915) 2021-12-05 11:04:59 -08:00
_functoolsmodule.c
_gdbmmodule.c
_hashopenssl.c bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153) 2022-02-07 00:08:10 -08:00
_heapqmodule.c
_json.c
_localemodule.c
_lsprof.c
_lzmamodule.c
_math.c
_math.h
_opcode.c
_operator.c
_peg_parser.c
_pickle.c
_posixsubprocess.c
_queuemodule.c
_randommodule.c
_scproxy.c
_sre.c
_ssl.c
_ssl_data.h
_ssl_data_111.h
_ssl_data_300.h
_stat.c
_statisticsmodule.c
_struct.c
_testbuffer.c
_testcapimodule.c bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750) (GH-29759) 2021-12-11 01:03:15 +01:00
_testimportmultiple.c
_testinternalcapi.c
_testmultiphase.c
_threadmodule.c
_tkinter.c
_tracemalloc.c bpo-46280: Fix tracemalloc_copy_domain() (GH-30591) 2022-01-13 20:35:21 -08:00
_uuidmodule.c
_weakref.c
_winapi.c
_xxsubinterpretersmodule.c
_zoneinfo.c [3.9] bpo-46383: Fix signature of zoneinfo module_free function (GH-3… (GH-30611) 2022-01-22 03:05:55 -08:00
addrinfo.h
arraymodule.c
atexitmodule.c
audioop.c [3.9] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (GH-30915) 2022-01-26 12:20:39 +01:00
binascii.c
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c
fcntlmodule.c
gc_weakref.txt
gcmodule.c bpo-46070: _PyGC_Fini() untracks objects (GH-30577) (GH-30580) 2022-01-13 20:12:50 +01:00
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
grpmodule.c
hashlib.h
itertoolsmodule.c
ld_so_aix.in
main.c
makesetup
makexp_aix
mathmodule.c bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997) 2021-12-09 10:55:53 -08:00
md5module.c
mmapmodule.c
nismodule.c
ossaudiodev.c
overlapped.c
parsermodule.c
posixmodule.c
posixmodule.h
pwdmodule.c
pyexpat.c
readline.c
README
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c [3.9] bpo-41857: mention timeout argument units in select.poll() and select.depoll() doc-strings (GH-22406) 2022-01-21 11:37:39 +02:00
Setup
sha1module.c
sha256module.c
sha512module.c
signalmodule.c
socketmodule.c
socketmodule.h
spwdmodule.c
sre.h
sre_constants.h
sre_lib.h
symtablemodule.c
syslogmodule.c
termios.c
testcapi_long.h
timemodule.c
tkappinit.c
tkinter.h
unicodedata.c
unicodedata_db.h
unicodename_db.h
winreparse.h
xxlimited.c
xxmodule.c
xxsubtype.c
zlibmodule.c

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