.. |
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
|
Fix name problem in previous checkin: Dict not List
|
2003-12-26 17:17:49 +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
|
FreeBSD 5.x uses different wchar_t/win_t guards than earlier versions
|
2003-06-29 15:46:21 +00:00 |
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
|
Remove support for SunOS 4.
|
2004-01-17 14:19:44 +00:00 |
pystate.h
|
Add PyThreadState_SetAsyncExc(long, PyObject *).
|
2003-06-28 21:53:52 +00:00 |
Python.h
|
Changed the UCHAR_MAX error msg a bit: we don't really assume anything
|
2003-12-22 18:10:51 +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
|
Fix for SF [ 734869 ] Lambda functions in list comprehensions
|
2003-05-21 17:34:50 +00:00 |
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
|
Add rsplit method for str and unicode builtin types.
|
2003-12-15 18:49:53 +00:00 |
weakrefobject.h
|
SF bug 839548: Bug in type's GC handling causes segfaults.
|
2003-11-20 21:21:46 +00:00 |