0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Modules
Georg Brandl 81be27d53e Issue #19227: Try to fix deadlocks caused by re-seeding then OpenSSL
pseudo-random number generator on fork().
2013-10-27 07:56:11 +01:00
..
_ctypes Issue #19356: Avoid using a C variabled named "_self", it's a reserved word in some C compilers. 2013-10-23 19:20:21 +02:00
_decimal
_io Issue #19356: Avoid using a C variabled named "_self", it's a reserved word in some C compilers. 2013-10-23 19:20:21 +02:00
_multiprocessing
_sqlite Fix compilation of the _sqlite module if threads are disabled 2013-08-28 01:44:42 +02:00
cjkcodecs
expat
zlib
_bisectmodule.c
_bz2module.c
_codecsmodule.c
_collectionsmodule.c Issue #18594: Make the C code more closely match the pure python code. 2013-10-04 16:51:02 -07:00
_cryptmodule.c
_csv.c
_curses_panel.c
_cursesmodule.c
_datetimemodule.c Issue #18783: Removed existing mentions of Python long type in docstrings, 2013-08-27 19:40:23 +03:00
_dbmmodule.c Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string 2013-10-24 23:59:28 +03:00
_elementtree.c Issue #19356: Avoid using a C variabled named "_self", it's a reserved word in some C compilers. 2013-10-23 19:20:21 +02:00
_freeze_importlib.c
_functoolsmodule.c
_gdbmmodule.c Issue #19288: Fixed the "in" operator of dbm.gnu databases for string 2013-10-25 00:06:52 +03:00
_gestalt.c
_hashopenssl.c
_heapqmodule.c
_json.c
_localemodule.c
_lsprof.c
_lzmamodule.c
_math.c
_math.h
_pickle.c Issue #18783: Removed existing mentions of Python long type in docstrings, 2013-08-27 19:40:23 +03:00
_posixsubprocess.c Issue #18763: subprocess: The file descriptors are now closed after calling the 2013-08-25 18:24:45 +02:00
_randommodule.c Issue #18783: Removed existing mentions of Python long type in docstrings, 2013-08-27 19:40:23 +03:00
_scproxy.c
_sre.c Issue #19405: Fixed outdated comments in the _sre module. 2013-10-27 08:04:58 +02:00
_ssl_data.h
_ssl.c Issue #19227: Try to fix deadlocks caused by re-seeding then OpenSSL 2013-10-27 07:56:11 +01:00
_struct.c Issue #18783: Removed existing mentions of Python long type in docstrings, 2013-08-27 19:40:23 +03:00
_testbuffer.c
_testcapimodule.c Issue #18783: Removed existing mentions of Python long type in docstrings, 2013-08-27 19:40:23 +03:00
_testembed.c
_threadmodule.c
_tkinter.c Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments. 2013-09-23 23:20:07 +03:00
_weakref.c
_winapi.c
addrinfo.h
ar_beos
arraymodule.c
atexitmodule.c
audioop.c
binascii.c
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c
fcntlmodule.c Issue #19147: Fix docstring for fcntl.flock to refer to correct man section. 2013-10-02 12:20:46 -07:00
fpectlmodule.c
fpetestmodule.c
gc_weakref.txt
gcmodule.c
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
grpmodule.c
hashlib.h
itertoolsmodule.c Issue 18752: Make chain.from_iterable() more visible in the documentation. 2013-09-09 02:01:35 -05:00
ld_so_aix.in
ld_so_beos
main.c
makesetup
makexp_aix
mathmodule.c Issue #18783: Removed existing mentions of Python long type in docstrings, 2013-08-27 19:40:23 +03:00
md5module.c
mmapmodule.c
nismodule.c
operator.c
ossaudiodev.c
parsermodule.c
posixmodule.c
posixmodule.h
pwdmodule.c
pyexpat.c
python.c
readline.c Issue #18458: Prevent crashes with newer versions of libedit. Its readline 2013-10-12 15:47:58 -07:00
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c Issue #11973: Fix a problem in kevent. The flags and fflags fields are now 2013-08-25 14:57:00 +02:00
Setup.config.in
Setup.dist
sha1module.c
sha256module.c
sha512module.c
signalmodule.c
socketmodule.c Issue #18783: Removed existing mentions of Python long type in docstrings, 2013-08-27 19:40:23 +03:00
socketmodule.h
spwdmodule.c
sre_constants.h
sre.h
symtablemodule.c just return toplevel symbol table rather than all blocks (closes #19393) 2013-10-26 13:13:51 -04:00
syslogmodule.c
termios.c
testcapi_long.h
timemodule.c
tkappinit.c
tkinter.h
unicodedata_db.h
unicodedata.c replace hardcoded version 2013-10-10 20:22:10 -04:00
unicodename_db.h
xxlimited.c
xxmodule.c
xxsubtype.c
zipimport.c
zlibmodule.c