| .. |
|
abstract.h
|
Convert iterator __len__() methods to a private API.
|
2005-09-24 21:23:05 +00:00 |
|
asdl.h
|
Whoops, checkin consistent versions of *all* files to stop polluting
|
2005-11-13 19:14:20 +00:00 |
|
ast.h
|
use PyAPI_FUNC instead of DL_IMPORT. are we going to deprecate the old non-Py PREFIXED macros, etc?
|
2005-10-24 01:07:47 +00:00 |
|
bitset.h
|
|
|
|
boolobject.h
|
|
|
|
bufferobject.h
|
|
|
|
cellobject.h
|
Wrote down the invariants of some common objects whose structure is
|
2004-10-28 16:32:00 +00:00 |
|
ceval.h
|
PEP 342 implementation. Per Guido's comments, the generator throw()
|
2005-08-02 00:46:46 +00:00 |
|
classobject.h
|
|
|
|
cobject.h
|
|
|
|
code.h
|
Use the newer names for APIs after the AST merge
|
2005-10-21 04:23:36 +00:00 |
|
codecs.h
|
|
|
|
compile.h
|
use PyAPI_FUNC instead of DL_IMPORT. are we going to deprecate the old non-Py PREFIXED macros, etc?
|
2005-10-23 19:06:02 +00:00 |
|
complexobject.h
|
|
|
|
cStringIO.h
|
|
|
|
datetime.h
|
|
|
|
descrobject.h
|
|
|
|
dictobject.h
|
|
|
|
enumobject.h
|
|
|
|
errcode.h
|
Patch #802188: better parser error message for non-EOL following line cont.
|
2005-03-03 11:45:45 +00:00 |
|
eval.h
|
|
|
|
fileobject.h
|
|
|
|
floatobject.h
|
This is my patch:
|
2005-05-27 15:23:20 +00:00 |
|
frameobject.h
|
|
|
|
funcobject.h
|
Wrote down the invariants of some common objects whose structure is
|
2004-10-28 16:32:00 +00:00 |
|
genobject.h
|
|
|
|
graminit.h
|
PEP 342 implementation. Per Guido's comments, the generator throw()
|
2005-08-02 00:46:46 +00:00 |
|
grammar.h
|
|
|
|
import.h
|
- Changes donated by Elemental Security to make it work on AIX 5.3
|
2005-09-14 18:09:42 +00:00 |
|
intobject.h
|
Wrote down the invariants of some common objects whose structure is
|
2004-10-28 16:32:00 +00:00 |
|
intrcheck.h
|
|
|
|
iterobject.h
|
|
|
|
listobject.h
|
Wrote down the invariants of some common objects whose structure is
|
2004-10-28 16:32:00 +00:00 |
|
longintrepr.h
|
|
|
|
longobject.h
|
|
|
|
marshal.h
|
This is my patch:
|
2005-06-03 14:41:55 +00:00 |
|
metagrammar.h
|
|
|
|
methodobject.h
|
Wrote down the invariants of some common objects whose structure is
|
2004-10-28 16:32:00 +00:00 |
|
modsupport.h
|
Disallow keyword arguments for type constructors that don't use them.
|
2005-08-26 06:42:30 +00:00 |
|
moduleobject.h
|
|
|
|
node.h
|
|
|
|
object.h
|
Change the %s format specifier for str objects so that it returns a
|
2005-08-12 17:34:58 +00:00 |
|
objimpl.h
|
[ 1243081 ] repair typos
|
2005-07-22 18:39:19 +00:00 |
|
opcode.h
|
|
|
|
osdefs.h
|
|
|
|
parsetok.h
|
|
|
|
patchlevel.h
|
post 2.4 release machinations
|
2004-11-30 13:16:15 +00:00 |
|
pgen.h
|
|
|
|
pgenheaders.h
|
|
|
|
py_curses.h
|
|
|
|
pydebug.h
|
|
|
|
pyerrors.h
|
* set_new() doesn't need to zero the structure a second time after tp_alloc
|
2005-08-06 18:31:24 +00:00 |
|
pyfpe.h
|
|
|
|
pygetopt.h
|
|
|
|
pymactoolbox.h
|
SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core
|
2004-11-05 07:02:59 +00:00 |
|
pymem.h
|
|
|
|
pyport.h
|
Remove INT_MIN that came from the AST merge.
|
2005-10-21 04:33:02 +00:00 |
|
pystate.h
|
Add comments about PyThreadState and the usage of its fields.
|
2005-06-25 07:07:35 +00:00 |
|
pystrtod.h
|
|
|
|
Python-ast.h
|
Whoops, checkin consistent versions of *all* files to stop polluting
|
2005-11-13 19:14:20 +00:00 |
|
Python.h
|
Merge ast-branch to head
|
2005-10-20 19:59:25 +00:00 |
|
pythonrun.h
|
Correct error to PyRun_SimpleString macro introduced in AST merge.
|
2005-10-23 10:53:06 +00:00 |
|
pythread.h
|
|
|
|
rangeobject.h
|
Remove PyRange_New().
|
2004-12-03 11:45:13 +00:00 |
|
setobject.h
|
Numerous fix-ups to C API and docs. Added tests for C API.
|
2005-08-16 10:44:15 +00:00 |
|
sliceobject.h
|
Wrote down the invariants of some common objects whose structure is
|
2004-10-28 16:32:00 +00:00 |
|
stringobject.h
|
Wrote down the invariants of some common objects whose structure is
|
2004-10-28 16:32:00 +00:00 |
|
structmember.h
|
Patch #1115086: support PY_LONGLONG in structmember.
|
2005-03-03 23:00:26 +00:00 |
|
structseq.h
|
|
|
|
symtable.h
|
Do not pollute name block_ty, prefix with _Py_
|
2005-10-24 00:30:44 +00:00 |
|
sysmodule.h
|
|
|
|
timefuncs.h
|
|
|
|
token.h
|
|
|
|
traceback.h
|
|
|
|
tupleobject.h
|
Wrote down the invariants of some common objects whose structure is
|
2004-10-28 16:32:00 +00:00 |
|
ucnhash.h
|
|
|
|
unicodeobject.h
|
_PyUnicode_IsWhitespace(),
|
2005-10-29 02:33:18 +00:00 |
|
weakrefobject.h
|
SF 1055820: weakref callback vs gc vs threads
|
2004-10-30 23:09:22 +00:00 |