0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Include
Guido van Rossum ae347b33be Introduce OverflowWarning -- to be issued when short int operations
are overflowing and a long int operation is substituted.
2001-08-23 02:56:07 +00:00
..
abstract.h Implement PEP 238 in its (almost) full glory. 2001-08-08 05:00:18 +00:00
bitset.h
bufferobject.h
cellobject.h
ceval.h
classobject.h
cobject.h
codecs.h
compile.h Refactor future feature handling 2001-08-10 21:38:04 +00:00
complexobject.h
cStringIO.h
descrobject.h
dictobject.h Add PyDict_Merge(a, b, override): 2001-08-10 20:28:28 +00:00
errcode.h
eval.h
fileobject.h
floatobject.h
frameobject.h
funcobject.h
graminit.h
grammar.h
import.h
intobject.h Patch #445762: Support --disable-unicode 2001-08-17 18:39:25 +00:00
intrcheck.h
iterobject.h
listobject.h
longintrepr.h
longobject.h Patch #445762: Support --disable-unicode 2001-08-17 18:39:25 +00:00
marshal.h
metagrammar.h
methodobject.h Remove much dead code from ceval.c 2001-08-12 21:52:24 +00:00
modsupport.h
moduleobject.h
node.h
object.h Patch #445762: Support --disable-unicode 2001-08-17 18:39:25 +00:00
objimpl.h
opcode.h Implement PEP 238 in its (almost) full glory. 2001-08-08 05:00:18 +00:00
osdefs.h
parsetok.h
patchlevel.h Merge changes from r22a2-branch back into trunk. Also, change patch 2001-08-22 19:24:42 +00:00
pgenheaders.h
py_curses.h
pydebug.h
pyerrors.h Introduce OverflowWarning -- to be issued when short int operations 2001-08-23 02:56:07 +00:00
pyfpe.h
pygetopt.h
pymactoolbox.h Split macglue.c into two: a new mactoolboxglue.c (in ./Python) 2001-08-08 13:17:31 +00:00
pymem.h
pyport.h Remove 6-year old hack to worm around a bug in "NextSpec/Sparc 3.3 2001-08-08 18:24:45 +00:00
pystate.h
Python.h
pythonrun.h ceval, PyEval_MergeCompilerFlags: wasn't merging in the 2001-08-17 20:47:47 +00:00
pythread.h
rangeobject.h
sliceobject.h
stringobject.h
structmember.h
symtable.h Remove st_nested_scopes from struct symtable, 2001-08-11 21:51:24 +00:00
sysmodule.h
token.h Implement PEP 238 in its (almost) full glory. 2001-08-08 05:00:18 +00:00
traceback.h
tupleobject.h
ucnhash.h
unicodeobject.h Patch #445762: Support --disable-unicode 2001-08-17 18:39:25 +00:00