cpython/Include
2015-12-25 20:01:53 +02:00
..
abstract.h Issue #25701: Document C API functions that both set and delete objects 2015-12-08 00:03:20 +00:00
accu.h
asdl.h
ast.h
bitset.h
bltinmodule.h
boolobject.h
bytearrayobject.h
bytes_methods.h Issue #25923: Added more const qualifiers to signatures of static and private functions. 2015-12-25 20:01:53 +02:00
bytesobject.h Add _PyBytesWriter_Resize() function 2015-10-14 13:56:47 +02:00
cellobject.h
ceval.h Issue 25483: Add an opcode to make f-string formatting more robust. 2015-11-03 12:45:05 -05:00
classobject.h
code.h
codecs.h Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 2015-11-02 04:04:57 +00:00
compile.h
complexobject.h
datetime.h
descrobject.h
dictobject.h Issue #25914: Fixed and simplified OrderedDict.__sizeof__. 2015-12-22 08:16:18 +02:00
dtoa.h
dynamic_annotations.h
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
longintrepr.h
longobject.h Modify _PyBytes_DecodeEscapeRecode() to use _PyBytesAPI 2015-10-14 13:32:13 +02:00
marshal.h
memoryobject.h
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h
namespaceobject.h
node.h
object.h Issue #20440: Massive replacing unsafe attribute setting code with special 2015-12-24 10:35:59 +02:00
objimpl.h
odictobject.h
opcode.h Issue 25483: Add an opcode to make f-string formatting more robust. 2015-11-03 12:45:05 -05:00
osdefs.h
parsetok.h
patchlevel.h Post-release fixups for Python 3.5.1. 2015-12-06 21:53:27 -08:00
pgen.h
pgenheaders.h
py_curses.h Issue #25923: Added the const qualifier to static constant arrays. 2015-12-25 19:53:18 +02:00
pyarena.h
pyatomic.h
pycapsule.h
pyctype.h
pydebug.h
pyerrors.h
pyexpat.h
pyfpe.h
pygetopt.h
pyhash.h
pylifecycle.h Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure 2015-11-30 03:18:29 +00:00
pymacconfig.h
pymacro.h Issue #25558: Use compile-time asserts. 2015-11-07 15:42:38 +02:00
pymath.h Issue #25923: Added the const qualifier to static constant arrays. 2015-12-25 19:53:18 +02:00
pymem.h
pyport.h
pystate.h
pystrcmp.h
pystrhex.h
pystrtod.h
Python-ast.h Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when 2015-11-06 17:01:48 +01:00
Python.h
pythonrun.h Issue #25923: Added more const qualifiers to signatures of static and private functions. 2015-12-25 20:01:53 +02:00
pythread.h
pytime.h
rangeobject.h
setobject.h
sliceobject.h
structmember.h
structseq.h
symtable.h
sysmodule.h
token.h
traceback.h
tupleobject.h
typeslots.h
ucnhash.h
unicodeobject.h Issue #25523: Merge a-to-an corrections from 3.5. 2015-11-02 14:44:29 +02:00
warnings.h
weakrefobject.h