cpython/Include
Serhiy Storchaka 1c496178d2 Issue #25698: Importing module if the stack is too deep no longer replaces
imported module with the empty one.
2016-02-10 10:28:06 +02:00
..
Python-ast.h
Python.h
abstract.h use imperative 2014-04-08 10:51:20 -04:00
asdl.h
ast.h
bitset.h
boolobject.h
bufferobject.h
bytearrayobject.h
bytes_methods.h
bytesobject.h
cStringIO.h Remove trailing whitespaces in cStringIO.h. 2013-01-28 11:00:58 +02:00
cellobject.h
ceval.h Added the const qualifier for char* argument of Py_EnterRecursiveCall(). 2015-06-21 16:26:28 +03:00
classobject.h
cobject.h
code.h code_richcompare() now uses the constants types 2016-01-22 12:33:12 +01:00
codecs.h Issue #19543: Emit deprecation warning for known non-text encodings. 2015-05-31 20:21:00 +03:00
compile.h
complexobject.h
datetime.h #18466: fix more typos. Patch by Févry Thibault. 2013-08-17 16:56:09 +03:00
descrobject.h
dictobject.h Issue #25698: Importing module if the stack is too deep no longer replaces 2016-02-10 10:28:06 +02:00
dtoa.h
enumobject.h
errcode.h
eval.h
fileobject.h
floatobject.h
frameobject.h
funcobject.h
genobject.h
graminit.h
grammar.h
import.h Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. 2013-12-10 01:23:22 +01:00
intobject.h Issue #15989: Fix several occurrences of integer overflow 2013-01-19 12:55:39 +02:00
intrcheck.h
iterobject.h
listobject.h remove tab (closes #21587) 2014-05-26 15:12:28 -07:00
longintrepr.h
longobject.h Issue #15989: Fix several occurrences of integer overflow 2013-01-19 12:55:39 +02:00
marshal.h
memoryobject.h
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h
node.h Issue #18637: Fixed an error in _PyNode_SizeOf declaration. 2014-11-18 17:29:47 +02:00
object.h Issue #20440: Massive replacing unsafe attribute setting code with special 2015-12-24 10:35:35 +02:00
objimpl.h
opcode.h backport computed gotos (#4753) 2015-05-28 12:45:31 -05:00
osdefs.h
parsetok.h
patchlevel.h off to 2.7.12 we go 2015-12-05 11:46:21 -08:00
pgen.h
pgenheaders.h
py_curses.h
pyarena.h
pycapsule.h
pyctype.h
pydebug.h
pyerrors.h Issue #23781: Add private helper function _PyErr_ReplaceException() that 2015-03-30 09:48:42 +03:00
pyexpat.h
pyfpe.h
pygetopt.h
pymacconfig.h
pymactoolbox.h
pymath.h #21167: Fix definition of NAN when ICC used without -fp-model strict. 2015-08-13 09:48:35 -04:00
pymem.h
pyport.h Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. 2012-12-02 13:13:56 +00:00
pystate.h
pystrcmp.h
pystrtod.h
pythonrun.h Issue #21963: backout issue #1856 patch (avoid crashes and lockups when 2014-11-21 02:04:21 +01:00
pythread.h
rangeobject.h
setobject.h
sliceobject.h
stringobject.h
structmember.h
structseq.h
symtable.h
sysmodule.h Issue #22193: Fixed integer overflow error in sys.getsizeof(). 2014-11-15 13:21:01 +02:00
timefuncs.h issue #9090 : Take the same approach for socketmodule as daytimemodule 2013-03-19 13:53:56 -07:00
token.h
traceback.h
tupleobject.h
ucnhash.h
unicodeobject.h Issue #25523: Backported a-to-an corrections. 2015-11-02 15:06:09 +02:00
warnings.h
weakrefobject.h Closes #13867: remove untrue comment about PyWeakref_Check(). 2013-10-08 19:50:26 +02:00