.. |
Makefile
|
…
|
|
Python.h
|
On SGI, we need to define _SGI_MP_SOURCE before including errno.h when
|
1998-05-26 18:38:07 +00:00 |
abstract.h
|
Renamed PySequence_In() to PySequence_Contains().
|
1998-05-22 00:47:25 +00:00 |
bitset.h
|
…
|
|
cStringIO.h
|
Remove the last bits of log from the leading comments.
|
1997-12-08 15:16:08 +00:00 |
ceval.h
|
Add missing prototypes for PyEval_CallFunction() and PyEval_CallMethod().
|
1998-08-08 20:53:36 +00:00 |
classobject.h
|
Move the definition of PyMethodObject to classobject.h, so it can define
|
1998-07-10 15:46:33 +00:00 |
cobject.h
|
New CObject from Jim Fulton, adds PyCObject_FromVoidPtrAndDesc() and
|
1997-10-21 19:48:35 +00:00 |
compile.h
|
…
|
|
complexobject.h
|
…
|
|
config.h
|
…
|
|
dictobject.h
|
Subsumed mappingobject.h in dictobject.h.
|
1997-05-13 21:23:32 +00:00 |
errcode.h
|
Add E_INDENT -- new error to check for bad indentation
|
1998-04-09 21:37:20 +00:00 |
eval.h
|
…
|
|
fileobject.h
|
flushline and writestring can now return an error
|
1997-05-22 22:23:46 +00:00 |
floatobject.h
|
Add cast to PyFloat_AS_DOUBLE macro, as suggested by Marc Lemburg.
|
1997-08-02 02:40:58 +00:00 |
frameobject.h
|
Massive changes for separate thread state management.
|
1997-05-05 20:56:21 +00:00 |
funcobject.h
|
Add macros for direct access to the members of CFunction objects.
|
1998-07-10 15:47:08 +00:00 |
graminit.h
|
Added assert grammar.
|
1997-04-02 05:24:08 +00:00 |
grammar.h
|
Added prototype for PyGrammar_RemoveAccelerators().
|
1997-08-12 14:57:08 +00:00 |
import.h
|
Changes for BeOS, QNX and long long, by Chris Herborth.
|
1998-08-04 22:46:29 +00:00 |
intobject.h
|
Add cast to PyInt_AS_LONG macro, as suggested by Marc Lemburg.
|
1997-08-02 02:41:13 +00:00 |
intrcheck.h
|
This fix (across 4 files in 3 directories) solves a subtle problem with
|
1997-11-14 22:24:28 +00:00 |
listobject.h
|
Fred's right -- we need PyList_SET_ITEM().
|
1998-04-24 18:22:02 +00:00 |
longintrepr.h
|
…
|
|
longobject.h
|
Changes for BeOS, QNX and long long, by Chris Herborth.
|
1998-08-04 22:46:29 +00:00 |
marshal.h
|
…
|
|
metagrammar.h
|
…
|
|
methodobject.h
|
Marc-Andre Lemburg's patch to move the typedef for PyCFunctionObject
|
1998-07-10 15:21:55 +00:00 |
modsupport.h
|
Define new macro Py_InitModule3(name, methods, doc) which calls
|
1998-06-27 18:21:59 +00:00 |
moduleobject.h
|
Add internal routine _PyModule_Clear(), which does approximately what
|
1998-02-19 20:51:52 +00:00 |
mymalloc.h
|
Completely disable the declarations for malloc() and friends. Use
|
1997-08-21 16:13:37 +00:00 |
mymath.h
|
Mac CodeWarrior has faulty declaration for hypot, which we hide with a
|
1998-04-28 16:02:29 +00:00 |
myproto.h
|
Oops, rename2.h was included by some other headers.
|
1997-05-07 23:50:40 +00:00 |
myselect.h
|
…
|
|
mytime.h
|
…
|
|
node.h
|
…
|
|
object.h
|
Add new spares to the end of the type object struct.
|
1998-04-23 19:16:44 +00:00 |
objimpl.h
|
Oops, another forgotten renaming: varobject -> PyVarObject.
|
1997-05-15 21:31:03 +00:00 |
opcode.h
|
Get rid of some obsolete opcodes.
|
1998-07-07 14:58:39 +00:00 |
osdefs.h
|
Use the proper OS2 test symbol: PYOS_OS2.
|
1997-12-05 21:39:25 +00:00 |
parsetok.h
|
…
|
|
patchlevel.h
|
Upgrade patchlevel to 1.5.2a1.
|
1998-08-05 21:16:18 +00:00 |
pgenheaders.h
|
…
|
|
pydebug.h
|
Added Tabcheck flag.
|
1998-04-10 17:59:44 +00:00 |
pyerrors.h
|
New global variables: PyExc_EnvironmentError and PyExc_OSError
|
1998-07-23 15:57:34 +00:00 |
pyfpe.h
|
Some patches to Lee Busby's fpectl mods that accidentally didn't make it
|
1997-10-20 23:50:01 +00:00 |
pystate.h
|
Move 'dict' struct member to end of struct. This ensures binary
|
1998-04-13 20:24:05 +00:00 |
pythonrun.h
|
- Add Py_GetPythonHome() and Py_SetPythonHome(), intended to allow
|
1998-02-06 22:28:05 +00:00 |
pythread.h
|
Changes for BeOS, QNX and long long, by Chris Herborth.
|
1998-08-04 22:46:29 +00:00 |
rangeobject.h
|
…
|
|
rename1.h
|
…
|
|
rename2.h
|
Oops, another forgotten renaming: varobject -> PyVarObject.
|
1997-05-15 21:31:03 +00:00 |
sliceobject.h
|
…
|
|
stringobject.h
|
…
|
|
structmember.h
|
…
|
|
sysmodule.h
|
Add
|
1998-05-12 14:58:52 +00:00 |
thread.h
|
Changes for BeOS, QNX and long long, by Chris Herborth.
|
1998-08-04 22:46:29 +00:00 |
token.h
|
…
|
|
traceback.h
|
…
|
|
tupleobject.h
|
…
|
|