cpython/Include
2016-06-26 19:41:21 -07:00
..
abstract.h Issue #25523: Correct "a" article to "an" article 2015-11-02 03:37:02 +00:00
accu.h
asdl.h
ast.h
bitset.h
bltinmodule.h
boolobject.h
bytearrayobject.h
bytes_methods.h
bytesobject.h
cellobject.h
ceval.h Added the const qualifier for char* argument of Py_EnterRecursiveCall(). 2015-06-21 16:26:28 +03:00
classobject.h
code.h
codecs.h Issue #25523: Correct "a" article to "an" article 2015-11-02 03:37:02 +00:00
compile.h
complexobject.h
datetime.h
descrobject.h
dictobject.h
dtoa.h
dynamic_annotations.h fix instances of consecutive articles (closes #23221) 2015-01-13 09:17:24 -05:00
enumobject.h
errcode.h
eval.h
fileobject.h
fileutils.h
floatobject.h
frameobject.h
funcobject.h
genobject.h
graminit.h
grammar.h
import.h
intrcheck.h
iterobject.h
listobject.h remove tab (closes #21587) 2014-05-26 15:12:28 -07:00
longintrepr.h
longobject.h
marshal.h
memoryobject.h Issue #22668: Ensure that format strings survive slicing after casting. 2015-01-29 14:27:23 +01:00
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h
namespaceobject.h
node.h Issue #18637: Fixed an error in _PyNode_SizeOf declaration. 2014-11-18 17:30:15 +02:00
object.h Issue #23943: Fix typos. Patch by Piotr Kasprzyk. 2015-04-14 09:30:01 +03:00
objimpl.h cast negative numbers to size_t before shifting them (#20929) 2014-03-14 20:15:29 -05:00
opcode.h
osdefs.h
parsetok.h
patchlevel.h Post-release fixups for Python 3.4.5. 2016-06-26 19:41:21 -07:00
pgen.h
pgenheaders.h
py_curses.h
pyarena.h
pyatomic.h
pycapsule.h
pyctype.h
pydebug.h
pyerrors.h Issue #21715: Extracted shared complicated code in the _io module to new 2014-10-08 22:31:52 +03:00
pyexpat.h
pyfpe.h
pygetopt.h
pyhash.h
pymacconfig.h
pymacro.h
pymath.h #21167: Fix definition of NAN when ICC used without -fp-model strict. 2015-08-13 09:58:07 -04:00
pymem.h
pyport.h Issue #23943: Fix typos. Patch by Piotr Kasprzyk. 2015-04-14 09:30:01 +03:00
pystate.h
pystrcmp.h
pystrtod.h
Python-ast.h
Python.h
pythonrun.h
pythread.h
pytime.h
rangeobject.h
setobject.h
sliceobject.h
structmember.h
structseq.h
symtable.h
sysmodule.h Issue #22193: Fixed integer overflow error in sys.getsizeof(). 2014-11-15 13:21:37 +02:00
token.h
traceback.h Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add. 2015-06-21 15:59:46 +03:00
tupleobject.h
typeslots.h
ucnhash.h
unicodeobject.h Issue #25523: Further a-to-an corrections. 2015-11-02 14:10:23 +02:00
warnings.h
weakrefobject.h