.. |
Python.h
|
Merge of descr-branch back into trunk.
|
2001-08-02 04:15:00 +00:00 |
abstract.h
|
Generalize operator.indexOf (PySequence_Index) to work with any
|
2001-09-08 04:00:12 +00:00 |
bitset.h
|
…
|
|
bufferobject.h
|
…
|
|
cStringIO.h
|
…
|
|
cellobject.h
|
…
|
|
ceval.h
|
Merge of descr-branch back into trunk.
|
2001-08-02 04:15:00 +00:00 |
classobject.h
|
Add PyMethod_Function(), PyMethod_Self(), PyMethod_Class() back.
|
2001-09-05 22:52:50 +00:00 |
cobject.h
|
…
|
|
codecs.h
|
…
|
|
compile.h
|
Refactor future feature handling
|
2001-08-10 21:38:04 +00:00 |
complexobject.h
|
Again perhaps the end of [#460020] bug or feature: unicode() and subclasses.
|
2001-09-12 19:12:49 +00:00 |
descrobject.h
|
Rename 'getset' to 'property'.
|
2001-09-06 21:56:42 +00:00 |
dictobject.h
|
Add PyDict_Merge(a, b, override):
|
2001-08-10 20:28:28 +00:00 |
errcode.h
|
…
|
|
eval.h
|
Merge of descr-branch back into trunk.
|
2001-08-02 04:15:00 +00:00 |
fileobject.h
|
SF bug [#460467] file objects should be subclassable.
|
2001-09-13 05:38:56 +00:00 |
floatobject.h
|
More for SF bug [#460020] bug or feature: unicode() and subclasses
|
2001-09-10 21:28:20 +00:00 |
frameobject.h
|
Make frames a PyVarObject instead of a PyObject.
|
2001-08-29 23:45:25 +00:00 |
funcobject.h
|
Merge of descr-branch back into trunk.
|
2001-08-02 04:15:00 +00:00 |
graminit.h
|
…
|
|
grammar.h
|
…
|
|
import.h
|
…
|
|
intobject.h
|
SF bug #460020: bug or feature: unicode() and subclasses.
|
2001-09-10 20:52:51 +00:00 |
intrcheck.h
|
…
|
|
iterobject.h
|
…
|
|
listobject.h
|
Merge of descr-branch back into trunk.
|
2001-08-02 04:15:00 +00:00 |
longintrepr.h
|
SF bug #460020: bug or feature: unicode() and subclasses.
|
2001-09-10 20:52:51 +00:00 |
longobject.h
|
SF bug #460020: bug or feature: unicode() and subclasses.
|
2001-09-10 20:52:51 +00:00 |
marshal.h
|
…
|
|
metagrammar.h
|
…
|
|
methodobject.h
|
Remove much dead code from ceval.c
|
2001-08-12 21:52:24 +00:00 |
modsupport.h
|
Merge of descr-branch back into trunk.
|
2001-08-02 04:15:00 +00:00 |
moduleobject.h
|
SF bug [#460467] file objects should be subclassable.
|
2001-09-13 05:38:56 +00:00 |
node.h
|
…
|
|
object.h
|
At Guido's suggestion, here's a new C API function, PyObject_Dir(), like
|
2001-09-04 22:08:56 +00:00 |
objimpl.h
|
Fix the names of _PyObject_GC_TRACK and _PyObject_GC_UNTRACK when the GC is
|
2001-09-03 15:44:48 +00:00 |
opcode.h
|
Implement PEP 238 in its (almost) full glory.
|
2001-08-08 05:00:18 +00:00 |
osdefs.h
|
…
|
|
parsetok.h
|
…
|
|
patchlevel.h
|
Bumping version numbers.
|
2001-09-07 18:23:30 +00:00 |
pgenheaders.h
|
Repair more now-obsolete references to config.h.
|
2001-07-26 21:34:59 +00:00 |
py_curses.h
|
…
|
|
pydebug.h
|
Add warning mode for classic division, almost exactly as specified in
|
2001-08-31 17:40:15 +00:00 |
pyerrors.h
|
Introduce OverflowWarning -- to be issued when short int operations
|
2001-08-23 02:56:07 +00:00 |
pyfpe.h
|
…
|
|
pygetopt.h
|
…
|
|
pymactoolbox.h
|
Prototype for PyMac_GetFullPathname().
|
2001-09-10 22:09:30 +00:00 |
pymem.h
|
Repair more now-obsolete references to config.h.
|
2001-07-26 21:34:59 +00:00 |
pyport.h
|
Rework the way we try to check for libm overflow, given that C99 no longer
|
2001-09-05 22:36:56 +00:00 |
pystate.h
|
Add a low-level API to access interpreters, for David Beazley.
|
2001-07-19 12:19:27 +00:00 |
pythonrun.h
|
Add warning mode for classic division, almost exactly as specified in
|
2001-08-31 17:40:15 +00:00 |
pythread.h
|
…
|
|
rangeobject.h
|
…
|
|
sliceobject.h
|
…
|
|
stringobject.h
|
More on SF bug [#460020] bug or feature: unicode() and subclasses.
|
2001-09-11 01:41:59 +00:00 |
structmember.h
|
…
|
|
symtable.h
|
Remove st_nested_scopes from struct symtable,
|
2001-08-11 21:51:24 +00:00 |
sysmodule.h
|
…
|
|
token.h
|
Implement PEP 238 in its (almost) full glory.
|
2001-08-08 05:00:18 +00:00 |
traceback.h
|
…
|
|
tupleobject.h
|
More on SF bug [#460020] bug or feature: unicode() and subclasses.
|
2001-09-10 23:37:46 +00:00 |
ucnhash.h
|
…
|
|
unicodeobject.h
|
Possibly the end of SF [#460020] bug or feature: unicode() and subclasses.
|
2001-09-11 03:07:38 +00:00 |