This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
f91888bb46
cpython
/
Include
History
Andrew MacIntyre
1a90117880
fix the curses module build failure on FreeBSD, reported in SF
#740234
.
2003-06-11 12:26:08 +00:00
..
Python.h
…
abstract.h
Fix broken API descriptions in comments.
2003-05-12 21:41:39 +00:00
bitset.h
…
boolobject.h
…
bufferobject.h
…
cStringIO.h
…
cellobject.h
…
ceval.h
…
classobject.h
…
cobject.h
…
codecs.h
…
compile.h
…
complexobject.h
…
datetime.h
…
descrobject.h
…
dictobject.h
Add a reference to dictnotes.txt. It does no good if you don't know it's
2003-05-03 06:51:59 +00:00
enumobject.h
…
errcode.h
…
eval.h
…
fileobject.h
Patch
#612627
: Add encoding attribute to file objects, and determine
2003-05-10 07:10:12 +00:00
floatobject.h
…
frameobject.h
…
funcobject.h
…
graminit.h
…
grammar.h
…
import.h
…
intobject.h
SF # 595026: support for masks in getargs.c.
2003-04-17 18:55:45 +00:00
intrcheck.h
…
iterobject.h
…
listobject.h
…
longintrepr.h
…
longobject.h
SF # 595026: support for masks in getargs.c.
2003-04-17 18:55:45 +00:00
marshal.h
…
metagrammar.h
…
methodobject.h
…
modsupport.h
…
moduleobject.h
…
node.h
…
object.h
After Raymond's remark, I changed the Stackless bits to
2003-05-23 12:47:36 +00:00
objimpl.h
- New C API PyGC_Collect(), same as calling gc.collect().
2003-04-17 17:29:22 +00:00
opcode.h
Revert the previous enhancement to the bytecode optimizer.
2003-04-24 05:45:23 +00:00
osdefs.h
…
parsetok.h
Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to
2003-04-17 14:55:42 +00:00
patchlevel.h
Mark CVS as 2.3b1+.
2003-04-30 22:14:27 +00:00
pgen.h
Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to
2003-04-17 14:55:42 +00:00
pgenheaders.h
…
py_curses.h
fix the curses module build failure on FreeBSD, reported in SF
#740234
.
2003-06-11 12:26:08 +00:00
pydebug.h
…
pyerrors.h
…
pyfpe.h
…
pygetopt.h
…
pymactoolbox.h
Added functions CFObj_New and CFObj_Convert, general functions to convert
2003-05-27 21:39:58 +00:00
pymem.h
…
pyport.h
Patch
#734231
: Update RiscOS support. In particular, correct
2003-05-10 07:36:56 +00:00
pystate.h
New PyGILState_ API - implements pep 311, from patch 684256.
2003-04-19 15:41:53 +00:00
pythonrun.h
…
pythread.h
New PyGILState_ API - implements pep 311, from patch 684256.
2003-04-19 15:41:53 +00:00
rangeobject.h
…
sliceobject.h
…
stringobject.h
…
structmember.h
…
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
…
ucnhash.h
…
unicodeobject.h
…
weakrefobject.h
…