cpython/Python
Serhiy Storchaka 5127ed727c Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains()
to check for and handle errors correctly.
2015-05-30 17:45:12 +03:00
..
Python-ast.c
_warnings.c correct ref counting of default_action (closes #22017) 2014-07-20 13:04:11 -07:00
asdl.c
ast.c remove casts 2014-08-09 19:39:55 -07:00
atof.c
bltinmodule.c Issue #19362: Tweek len() doc and docstring to expand the indicated range of 2014-06-16 03:05:30 -04:00
ceval.c backport computed gotos (#4753) 2015-05-28 12:45:31 -05:00
codecs.c Issue #24102: Fixed exception type checking in standard error handlers. 2015-05-18 16:08:38 +03:00
compile.c pop the loop block even for infinite while loops (closes #23048) 2014-12-13 16:06:19 -05:00
dtoa.c Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float. 2013-11-26 16:38:25 +00:00
dup2.c
dynload_aix.c
dynload_atheos.c
dynload_beos.c
dynload_dl.c
dynload_hpux.c
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c Issue #23781: Add private helper function _PyErr_ReplaceException() that 2015-03-30 09:48:42 +03:00
formatter_string.c
formatter_unicode.c
frozen.c
frozenmain.c avoid reading unallocated memory when argc == 0 (closes #22633) 2015-02-14 15:17:25 -05:00
future.c
getargs.c
getcompiler.c
getcopyright.c update for copyright for 2015 2014-12-31 18:09:36 -06:00
getcwd.c
getopt.c
getplatform.c
getversion.c
graminit.c
import.c Issue #23998: PyImport_ReInitLock() now checks for lock allocation error 2015-04-19 21:08:28 +02:00
importdl.c
importdl.h
mactoolboxglue.c
makeopcodetargets.py backport computed gotos (#4753) 2015-05-28 12:45:31 -05:00
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_targets.h backport computed gotos (#4753) 2015-05-28 12:45:31 -05:00
peephole.c Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer 2015-02-16 13:16:07 +02:00
pyarena.c
pyctype.c
pyfpe.c
pymath.c
pystate.c revert tstate_delete_common, since it's pretty much wrong 2014-06-17 00:34:14 -07:00
pystrcmp.c
pystrtod.c Removed duplicated words in in comments and docs. 2014-12-01 18:16:30 +02:00
pythonrun.c Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), 2015-05-30 17:45:12 +03:00
random.c Issue #23115: os.urandom() now releases the GIL when the getentropy() is used 2015-03-30 11:22:13 +02:00
sigcheck.c
strdup.c
strtod.c
structmember.c
symtable.c add missing 'because' (closes #22008) 2014-07-18 16:25:13 -07:00
sysmodule.c Issue #22193: Fixed integer overflow error in sys.getsizeof(). 2014-11-15 13:21:01 +02:00
thread.c Removed duplicated words in in comments and docs. 2014-12-01 18:16:30 +02:00
thread_atheos.h
thread_beos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pth.h
thread_pthread.h Issue #21963: backout issue #1856 patch (avoid crashes and lockups when 2014-11-21 02:04:21 +01:00
thread_sgi.h Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
thread_solaris.h
thread_wince.h
traceback.c