0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Include
2007-08-31 00:04:24 +00:00
..
abstract.h Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118. 2007-08-18 11:21:56 +00:00
asdl.h
ast.h
bitset.h
boolobject.h
bufferobject.h
bytesobject.h Fix typo in comment 2007-08-25 05:22:02 +00:00
cellobject.h
ceval.h
classobject.h
cobject.h
code.h
codecs.h
compile.h
complexobject.h
cStringIO.h
datetime.h
descrobject.h
dictobject.h
enumobject.h
errcode.h Implement PEP 3131. Add isidentifier to str. 2007-08-15 07:32:56 +00:00
eval.h
fileobject.h
floatobject.h
formatter_unicode.h Implementation of PEP 3101, Advanced String Formatting. 2007-08-25 02:26:07 +00:00
frameobject.h
funcobject.h Fix some comments 2007-08-25 17:01:41 +00:00
genobject.h
graminit.h
grammar.h
import.h
intobject.h
intrcheck.h
iterobject.h
listobject.h
longintrepr.h
longobject.h
marshal.h
memoryobject.h Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118. 2007-08-18 11:21:56 +00:00
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h Get rid of more uses of string and use const in a few places. 2007-08-26 02:21:42 +00:00
node.h
object.h Remove the simple slicing API. All slicing is now done with slice objects. 2007-08-30 22:57:53 +00:00
objimpl.h Remove _PyObject_Del 2007-08-19 22:48:23 +00:00
opcode.h Remove the simple slicing API. All slicing is now done with slice objects. 2007-08-30 22:57:53 +00:00
osdefs.h Remove RISCOS support 2007-08-16 14:35:24 +00:00
parsetok.h
patchlevel.h Update patch level to 3.0a1. We're close enough. 2007-08-30 17:20:01 +00:00
pgen.h
pgenheaders.h
py_curses.h
pyarena.h
pydebug.h
pyerrors.h Issue #1066: implement PEP 3109, 2/3 of PEP 3134. 2007-08-31 00:04:24 +00:00
pyexpat.h
pyfpe.h
pygetopt.h
pymactoolbox.h
pymem.h
pyport.h Remove support for BeOS 2007-08-17 12:57:41 +00:00
pystate.h
pystrtod.h
Python-ast.h Issue #1066: implement PEP 3109, 2/3 of PEP 3134. 2007-08-31 00:04:24 +00:00
Python.h Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118. 2007-08-18 11:21:56 +00:00
pythonrun.h
pythread.h
rangeobject.h
setobject.h
sliceobject.h
stringobject.h
structmember.h Remove support for __members__ and __methods__. There still might be 2007-08-11 06:39:53 +00:00
structseq.h Remove PyArg_Parse usage from time module. (An extra set of eyeballs on 2007-08-24 21:11:00 +00:00
symtable.h
sysmodule.h Add const to input string parameters 2007-08-25 00:32:45 +00:00
timefuncs.h
token.h
traceback.h
tupleobject.h
ucnhash.h
unicodeobject.h Add PyUnicode_AsStringAndSize(), which is like PyUnicode_AsString() but 2007-08-29 13:53:23 +00:00
weakrefobject.h