..
Python.h
Add the 'bool' type and its values 'False' and 'True', as described in
2002-04-03 22:41:51 +00:00
abstract.h
Implement PyObject_DelItemString. Fixes #498915 .
2002-01-05 10:50:30 +00:00
bitset.h
…
boolobject.h
Add standard header preamble and footer, a-la intobject.h. Main purpose is extern "C" for C++ programs.
2002-04-06 03:58:41 +00:00
bufferobject.h
…
cStringIO.h
Removed old Digital Creations copyright/license notices (with
2002-04-04 17:52:50 +00:00
cellobject.h
Cells are not VAR objects.
2002-02-28 23:46:34 +00:00
ceval.h
…
classobject.h
PyMethodObject(): Update the comment about im_class based upon a
2001-12-07 21:54:33 +00:00
cobject.h
…
codecs.h
…
compile.h
Removed more hair in support of future-generator stmts.
2002-04-12 01:20:10 +00:00
complexobject.h
…
descrobject.h
Patch #536908 : Add missing #include guards/extern "C".
2002-03-30 08:57:12 +00:00
dictobject.h
Get rid of USE_CACHE_ALIGNED. It has no function anymore.
2002-04-11 20:41:18 +00:00
errcode.h
…
eval.h
…
fileobject.h
Py_UniversalNewlineFread(): Many changes.
2002-04-21 07:29:14 +00:00
floatobject.h
…
frameobject.h
…
funcobject.h
…
graminit.h
…
grammar.h
…
import.h
…
intobject.h
Add the 'bool' type and its values 'False' and 'True', as described in
2002-04-03 22:41:51 +00:00
intrcheck.h
…
iterobject.h
Patch #536908 : Add missing #include guards/extern "C".
2002-03-30 08:57:12 +00:00
listobject.h
…
longintrepr.h
For clarity, change _longobject to build directly from PyObject_VAR_HEAD
2002-03-02 04:33:09 +00:00
longobject.h
…
marshal.h
…
metagrammar.h
…
methodobject.h
Introduce two new flag bits that can be set in a PyMethodDef method
2002-03-28 05:33:33 +00:00
modsupport.h
…
moduleobject.h
…
node.h
…
object.h
Change the type of the tp_free from 'destructor' to 'freefunc'.
2002-04-12 01:57:06 +00:00
objimpl.h
_PyObject_DebugDumpStats: renamed to _PyObject_DebugMallocStats.
2002-04-13 08:29:14 +00:00
opcode.h
Patch #494783 : Rename cmp_op enumerators.
2002-01-01 19:59:11 +00:00
osdefs.h
OS/2 EMX port changes (Include part of patch #450267 ):
2002-02-26 11:20:01 +00:00
parsetok.h
Disable the parser hacks that enabled the "yield" keyword using a future
2002-03-22 23:53:36 +00:00
patchlevel.h
Change the version string from "2.2+" to "2.3a0". disutils peels off
2002-02-02 00:08:15 +00:00
pgenheaders.h
Moving pymalloc along.
2002-04-22 02:33:27 +00:00
py_curses.h
Patch #477752 : Drop old-style getargs from curses.
2002-01-17 23:08:27 +00:00
pydebug.h
…
pyerrors.h
…
pyfpe.h
…
pygetopt.h
…
pymactoolbox.h
…
pymem.h
Moving pymalloc along.
2002-04-22 02:33:27 +00:00
pyport.h
First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz with
2002-04-12 07:22:56 +00:00
pystate.h
…
pythonrun.h
Removed more hair in support of future-generator stmts.
2002-04-12 01:20:10 +00:00
pythread.h
Remove the unused & broken PyThread_*_sema() functions and related constants.
2002-01-19 22:02:55 +00:00
rangeobject.h
…
sliceobject.h
…
stringobject.h
Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols.
2002-03-29 03:29:08 +00:00
structmember.h
…
structseq.h
…
symtable.h
…
sysmodule.h
…
token.h
…
traceback.h
[Bug #528914 ] PyTraceBack_Store/Fetch were deleted in 1997, but their
2002-03-19 16:02:35 +00:00
tupleobject.h
…
ucnhash.h
…
unicodeobject.h
Apply patch diff.txt from SF feature request
2002-04-22 17:42:37 +00:00
weakrefobject.h
…