cpython/Modules
Mariatta 8e7201342d [3.6] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1142)
* Remove conditional on free of `dps`, since `dps` is now allocated for
all versions of OpenSSL
* Remove call to `x509_check_ca` since it was only used to cache
the `crldp` field of the certificate
CRL_DIST_POINTS_free is available in all supported versions of OpenSSL
(recent 0.9.8+) and LibreSSL.
(cherry picked from commit 2849cc34a8)
2017-04-14 18:34:11 -07:00
..
_blake2
_ctypes Expand the PySlice_GetIndicesEx macro. (#1023) (#1044) 2017-04-08 11:18:14 +03:00
_decimal
_io
_multiprocessing
_sha3
_sqlite
cjkcodecs
clinic
expat revert expat changes 2016-09-19 22:20:13 -07:00
zlib
README
Setup.config.in
Setup.dist
_asynciomodule.c
_bisectmodule.c
_bz2module.c
_codecsmodule.c
_collectionsmodule.c
_cryptmodule.c
_csv.c
_curses_panel.c
_cursesmodule.c
_datetimemodule.c
_dbmmodule.c
_elementtree.c Expand the PySlice_GetIndicesEx macro. (#1023) (#1044) 2017-04-08 11:18:14 +03:00
_functoolsmodule.c
_gdbmmodule.c
_hashopenssl.c
_heapqmodule.c
_json.c
_localemodule.c
_lsprof.c
_lzmamodule.c
_math.c
_math.h
_opcode.c
_operator.c
_pickle.c
_posixsubprocess.c
_randommodule.c
_scproxy.c
_sre.c
_ssl.c [3.6] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1142) 2017-04-14 18:34:11 -07:00
_ssl_data.h
_stat.c
_struct.c
_testbuffer.c Expand the PySlice_GetIndicesEx macro. (#1023) (#1044) 2017-04-08 11:18:14 +03:00
_testcapimodule.c convert from long long to PyLong loselessly (#1106) (#1121) 2017-04-13 14:11:48 -07:00
_testimportmultiple.c
_testmultiphase.c
_threadmodule.c
_tkinter.c Fixed possible NULL decrefing. 2016-10-28 12:16:21 +03:00
_tracemalloc.c
_weakref.c
_winapi.c
addrinfo.h
ar_beos
arraymodule.c Expand the PySlice_GetIndicesEx macro. (#1023) (#1044) 2017-04-08 11:18:14 +03:00
atexitmodule.c
audioop.c
binascii.c
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c
fcntlmodule.c
fpectlmodule.c
fpetestmodule.c
gc_weakref.txt
gcmodule.c
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
grpmodule.c
hashlib.h
hashtable.c
hashtable.h
itertoolsmodule.c
ld_so_aix.in
ld_so_beos
main.c
makesetup
makexp_aix
mathmodule.c
md5module.c
mmapmodule.c Expand the PySlice_GetIndicesEx macro. (#1023) (#1044) 2017-04-08 11:18:14 +03:00
nismodule.c
ossaudiodev.c
overlapped.c
parsermodule.c
posixmodule.c
posixmodule.h
pwdmodule.c
pyexpat.c
readline.c
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c
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
zipimport.c
zlibmodule.c

README

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