cpython/Python
Serhiy Storchaka 48d761e2b4 Issue #16404: Add checks for return value of PyLong_FromLong() in
sys.getwindowsversion() and ossaudiodev.setparameters().
Reported by Ned Batchelder.
2013-12-17 15:11:24 +02:00
..
Python-ast.c
_warnings.c
asdl.c
ast.c
bltinmodule.c document that compile() can take bytes (closes #19910) 2013-12-06 20:12:39 -05:00
ceval.c update comment 2013-10-29 22:25:06 -04:00
ceval_gil.h
codecs.c
compile.c
condvar.h
dtoa.c Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float. 2013-11-26 16:19:13 +00:00
dup2.c
dynamic_annotations.c
dynload_aix.c
dynload_dl.c
dynload_hpux.c
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c
fileutils.c fileutils.c: use MAXPATHLEN instead of PATH_MAX 2013-11-15 18:14:11 +01:00
formatter_unicode.c
frozen.c
frozenmain.c
future.c
getargs.c
getcompiler.c
getcopyright.c make string literal const 2013-10-31 01:20:58 -04:00
getcwd.c
getopt.c
getplatform.c
getversion.c
graminit.c
import.c
importdl.c Issue #18426: improve exception message. Courtesy of Amaury 2013-07-11 13:02:30 +02:00
importdl.h
importlib.h [issue19152] Revert 832579dbafd6. 2013-10-03 15:03:29 -06:00
makeopcodetargets.py
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_targets.h
peephole.c
pyarena.c
pyctype.c
pyfpe.c
pymath.c
pystate.c
pystrcmp.c
pystrtod.c
pythonrun.c pythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGTH() to get the size of 2013-11-15 17:09:24 +01:00
pytime.c
random.c Closes #15213: update comment for _PyOS_URandom 2013-10-06 18:43:19 +02:00
sigcheck.c
strdup.c
structmember.c
symtable.c
sysmodule.c Issue #16404: Add checks for return value of PyLong_FromLong() in 2013-12-17 15:11:24 +02:00
thread.c
thread_foobar.h
thread_nt.h
thread_os2.h
thread_pth.h
thread_pthread.h
traceback.c