cpython/Include
Martin v. Löwis 423be95dcf Merged revisions 65654 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r65654 | martin.v.loewis | 2008-08-12 16:49:50 +0200 (Tue, 12 Aug 2008) | 6 lines

  Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,
  by denying s# to parse objects that have a releasebuffer procedure,
  and introducing s*.

  More module might need to get converted to use s*.
........
2008-08-13 15:53:07 +00:00
..
abstract.h Merged revisions 65654 via svnmerge from 2008-08-13 15:53:07 +00:00
asdl.h
ast.h
bitset.h
boolobject.h
bytearrayobject.h Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,63989,64014-64015,64021-64022,64063-64065,64067 via svnmerge from 2008-06-10 16:37:50 +00:00
bytes_methods.h
bytesobject.h Merged revisions 64491 via svnmerge from 2008-06-24 01:06:47 +00:00
cellobject.h
ceval.h
classobject.h
cobject.h
code.h
codecs.h Move the codec decode type checks to bytes/bytearray.decode(). 2008-06-06 12:18:17 +00:00
compile.h
complexobject.h
datetime.h
descrobject.h
dictobject.h
enumobject.h
errcode.h
eval.h
fileobject.h
floatobject.h Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from 2008-07-16 12:55:28 +00:00
frameobject.h #3021: Antoine Pitrou's Lexical exception handlers 2008-06-11 15:59:43 +00:00
funcobject.h
genobject.h
graminit.h
grammar.h
import.h Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
intobject.h
intrcheck.h
iterobject.h
listobject.h
longintrepr.h
longobject.h
marshal.h
memoryobject.h
metagrammar.h
methodobject.h #3247: get rid of Py_FindMethod 2008-07-02 22:38:47 +00:00
modsupport.h Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
moduleobject.h Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
node.h
object.h Merged revisions 65654 via svnmerge from 2008-08-13 15:53:07 +00:00
objimpl.h
opcode.h #3021: Antoine Pitrou's Lexical exception handlers 2008-06-11 15:59:43 +00:00
osdefs.h
parsetok.h
patchlevel.h Post release cleanup 2008-07-18 03:37:03 +00:00
pgen.h
pgenheaders.h
py_curses.h
pyarena.h
pydebug.h Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. 2008-06-04 13:06:58 +00:00
pyerrors.h
pyexpat.h
pyfpe.h
pygetopt.h
pymacconfig.h Merged revisions 63955 via svnmerge from 2008-07-16 02:17:56 +00:00
pymath.h
pymem.h Merged revisions 65182 via svnmerge from 2008-07-23 16:13:07 +00:00
pyport.h Merged revisions 64114 via svnmerge from 2008-06-18 00:47:36 +00:00
pystate.h Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
pystrcmp.h
pystrtod.h
Python-ast.h
Python.h Merged revisions 63955 via svnmerge from 2008-07-16 02:17:56 +00:00
pythonrun.h Merged revisions 64214 via svnmerge from 2008-06-13 01:09:34 +00:00
pythread.h Merged revisions 64212 via svnmerge from 2008-06-13 00:26:50 +00:00
rangeobject.h
setobject.h
sliceobject.h
structmember.h
structseq.h
symtable.h
sysmodule.h
timefuncs.h
token.h
traceback.h Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from 2008-07-16 12:55:28 +00:00
tupleobject.h
ucnhash.h
unicodeobject.h Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
warnings.h Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
weakrefobject.h