This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-07-24 10:52:24 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
be48646cfaed5e5475ef060160edf40ca3d44dfd
cpython
/
Include
T
History
Barry Warsaw
226ae6ca12
Mainlining the string_methods branch. See branch revision log
...
messages for specific changes.
1999-10-12 19:54:53 +00:00
..
abstract.h
Add DLL level b/w compat for PySequence_In and PyEval_CallObject
1999-03-17 18:44:39 +00:00
bitset.h
…
bufferobject.h
…
ceval.h
Add DLL level b/w compat for PySequence_In and PyEval_CallObject
1999-03-17 18:44:39 +00:00
classobject.h
…
cobject.h
…
compile.h
…
complexobject.h
…
config.h
…
cStringIO.h
There's a macro PycString_IMPORT which the documentation listed as
1999-01-25 21:36:13 +00:00
dictobject.h
…
errcode.h
…
eval.h
…
fileobject.h
…
floatobject.h
Mainlining the string_methods branch. See branch revision log
1999-10-12 19:54:53 +00:00
frameobject.h
…
funcobject.h
…
graminit.h
…
grammar.h
…
import.h
Chris Herborth writes:
1999-01-04 16:39:38 +00:00
intobject.h
Mainlining the string_methods branch. See branch revision log
1999-10-12 19:54:53 +00:00
intrcheck.h
…
listobject.h
…
longintrepr.h
…
longobject.h
Changes for long file support by Steve Clift.
1999-01-06 18:39:42 +00:00
Makefile
…
marshal.h
…
metagrammar.h
…
methodobject.h
…
modsupport.h
New version identification scheme.
1999-01-03 12:40:24 +00:00
moduleobject.h
Add PyModule_GetFilename().
1999-02-15 14:43:11 +00:00
mymalloc.h
…
mymath.h
…
myproto.h
…
myselect.h
…
mytime.h
…
node.h
…
object.h
…
objimpl.h
…
opcode.h
…
osdefs.h
…
parsetok.h
…
patchlevel.h
Set PATCHLEVEL and PY_VERSION (string version only) to 1.5.2+ to
1999-06-09 15:16:18 +00:00
pgenheaders.h
…
pydebug.h
…
pyerrors.h
Patch by Tim Peters:
1999-06-22 14:47:32 +00:00
pyfpe.h
…
pystate.h
I can't seem to do anything right :-)
1998-12-21 20:21:19 +00:00
Python.h
New version identification scheme.
1999-01-03 12:40:24 +00:00
pythonrun.h
…
pythread.h
Conform to standard boilerplate.
1999-03-24 19:02:09 +00:00
rangeobject.h
…
rename1.h
…
rename2.h
…
sliceobject.h
…
stringobject.h
…
structmember.h
…
sysmodule.h
…
thread.h
Adding thread.h -- unused but for b/w compatibility.
1999-03-22 22:25:39 +00:00
token.h
…
traceback.h
…
tupleobject.h
…