0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00
cpython/Include
2007-10-12 23:27:53 +00:00
..
abstract.h Change PyBuffer to Py_buffer to be consistent with other non-object structures like Py_complex. Add some more functionality to the memoryview object. 2007-09-23 02:00:13 +00:00
asdl.h
ast.h
bitset.h
boolobject.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
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 Fix problems with memoryview object. There is still more to do to finish PEP 3118. The memory-view object needs to be fleshed out and the struct module needs to be modified. 2007-10-12 23:27:53 +00:00
metagrammar.h
methodobject.h Get rid of METH_OLDARGS. 2007-09-01 13:59:50 +00:00
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 Fix problems with memoryview object. There is still more to do to finish PEP 3118. The memory-view object needs to be fleshed out and the struct module needs to be modified. 2007-10-12 23:27: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 Convert code from sys.stdin.encoding to UTF-8 in 2007-09-04 09:18:06 +00:00
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 Merged revisions 57778-58052 via svnmerge from 2007-09-08 17:39:28 +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 Delete bufferobject.[ch]. 2007-10-08 03:32:34 +00:00
pythonrun.h Convert code from sys.stdin.encoding to UTF-8 in 2007-09-04 09:18:06 +00:00
pythread.h
rangeobject.h
setobject.h
sliceobject.h
stringobject.h
structmember.h
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