| .. |
|
abstract.h
|
Fix a bunch of typos in documentation, docstrings and comments.
|
2003-10-20 14:01:56 +00:00 |
|
bitset.h
|
|
|
|
boolobject.h
|
Modify the Py_RETURN_* macros to be of the form `do {...} while (0)` in order
|
2003-10-19 22:58:11 +00:00 |
|
bufferobject.h
|
|
|
|
cellobject.h
|
|
|
|
ceval.h
|
Deleting cyclic object comparison.
|
2003-10-28 12:05:48 +00:00 |
|
classobject.h
|
|
|
|
cobject.h
|
Make CObjects mutable. Fixes #477441.
|
2003-10-19 18:30:01 +00:00 |
|
codecs.h
|
|
|
|
compile.h
|
|
|
|
complexobject.h
|
|
|
|
cStringIO.h
|
|
|
|
datetime.h
|
|
|
|
descrobject.h
|
|
|
|
dictobject.h
|
Expose dict_contains() and PyDict_Contains() with is about 10% faster
|
2003-11-25 21:12:14 +00:00 |
|
enumobject.h
|
Implement and apply PEP 322, reverse iteration
|
2003-11-06 14:06:48 +00:00 |
|
errcode.h
|
|
|
|
eval.h
|
|
|
|
fileobject.h
|
Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize().
|
2003-09-04 19:01:46 +00:00 |
|
floatobject.h
|
|
|
|
frameobject.h
|
|
|
|
funcobject.h
|
|
|
|
graminit.h
|
|
|
|
grammar.h
|
|
|
|
import.h
|
|
|
|
intobject.h
|
|
|
|
intrcheck.h
|
|
|
|
iterobject.h
|
|
|
|
listobject.h
|
|
|
|
longintrepr.h
|
|
|
|
longobject.h
|
|
|
|
marshal.h
|
|
|
|
metagrammar.h
|
|
|
|
methodobject.h
|
* Added a new method flag, METH_COEXIST.
|
2003-12-13 11:26:12 +00:00 |
|
modsupport.h
|
|
|
|
moduleobject.h
|
|
|
|
node.h
|
|
|
|
object.h
|
fixed buggy comment as per SF bug #827856
|
2003-11-09 16:38:39 +00:00 |
|
objimpl.h
|
|
|
|
opcode.h
|
|
|
|
osdefs.h
|
Getting rid of all the code inside #ifdef macintosh too.
|
2003-11-20 01:44:59 +00:00 |
|
parsetok.h
|
|
|
|
patchlevel.h
|
Bump the trunk to 2.4a0
|
2003-07-30 05:37:39 +00:00 |
|
pgen.h
|
|
|
|
pgenheaders.h
|
|
|
|
py_curses.h
|
|
|
|
pydebug.h
|
|
|
|
pyerrors.h
|
Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macros
|
2003-07-01 20:15:21 +00:00 |
|
pyfpe.h
|
|
|
|
pygetopt.h
|
|
|
|
pymactoolbox.h
|
Got rid of macglue.h, moved the little bit that remains relevant
|
2003-11-20 13:28:19 +00:00 |
|
pymem.h
|
|
|
|
pyport.h
|
workaround for OpenBSD compiler bug w.r.t. handling of overflows.
|
2003-09-30 14:58:59 +00:00 |
|
pystate.h
|
|
|
|
Python.h
|
* Migrate set() and frozenset() from the sandbox.
|
2003-11-16 16:17:49 +00:00 |
|
pythonrun.h
|
|
|
|
pythread.h
|
|
|
|
rangeobject.h
|
|
|
|
setobject.h
|
* Checkin remaining documentation
|
2003-11-24 02:57:33 +00:00 |
|
sliceobject.h
|
|
|
|
stringobject.h
|
Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macros
|
2003-07-01 20:15:21 +00:00 |
|
structmember.h
|
Getting rid of all the code inside #ifdef macintosh too.
|
2003-11-20 01:44:59 +00:00 |
|
structseq.h
|
|
|
|
symtable.h
|
|
|
|
sysmodule.h
|
|
|
|
token.h
|
|
|
|
traceback.h
|
|
|
|
tupleobject.h
|
Extended tuple's C API to include a new function, PyTuple_Pack() that is
|
2003-10-12 18:24:34 +00:00 |
|
ucnhash.h
|
|
|
|
unicodeobject.h
|
|
|
|
weakrefobject.h
|
SF bug 839548: Bug in type's GC handling causes segfaults.
|
2003-11-20 21:21:46 +00:00 |