cpython/Include
Victor Stinner 25bb0fdb67 Merged revisions 82059,82061 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82059 | victor.stinner | 2010-06-18 01:08:50 +0200 (ven., 18 juin 2010) | 5 lines

  Issue #6543: Write the traceback in the terminal encoding instead of utf-8.
  Fix the encoding of the modules filename.

  Reindent also traceback.h, just because I hate tabs :-)
........
  r82061 | victor.stinner | 2010-06-18 01:17:37 +0200 (ven., 18 juin 2010) | 2 lines

  Issue #6543: Mention the author of the patch, Amaury Forgeot d'Arc
........
2010-06-17 23:23:37 +00:00
..
Python-ast.h
Python.h these builtins have to be initialized 2009-05-09 18:10:51 +00:00
abstract.h Recorded merge of revisions 81032 via svnmerge from 2010-05-09 16:14:21 +00:00
asdl.h
ast.h
bitset.h
bltinmodule.h these builtins have to be initialized 2009-05-09 18:10:51 +00:00
boolobject.h
bytearrayobject.h Merged revisions 77583 via svnmerge from 2010-01-17 16:20:28 +00:00
bytes_methods.h Merged revisions 72040 via svnmerge from 2009-04-27 20:39:49 +00:00
bytesobject.h
cellobject.h
ceval.h Recorded merge of revisions 81032 via svnmerge from 2010-05-09 16:14:21 +00:00
classobject.h
cobject.h add a replacement API for PyCObject, PyCapsule #5630 2009-05-05 22:31:58 +00:00
code.h Merged revisions 73782-73784 via svnmerge from 2009-07-02 22:02:15 +00:00
codecs.h
compile.h
complexobject.h Issue #1588: Add complex.__format__. 2009-04-30 01:00:33 +00:00
datetime.h Recorded merge of revisions 81032 via svnmerge from 2010-05-09 16:14:21 +00:00
descrobject.h Recorded merge of revisions 81032 via svnmerge from 2010-05-09 16:14:21 +00:00
dictobject.h Recorded merge of revisions 81032 via svnmerge from 2010-05-09 16:14:21 +00:00
dtoa.h
enumobject.h
errcode.h
eval.h
fileobject.h
floatobject.h Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. 2009-05-05 14:04:18 +00:00
frameobject.h
funcobject.h
genobject.h
graminit.h Merged revisions 72924 via svnmerge from 2009-05-25 21:10:36 +00:00
grammar.h
import.h Merged revisions 75246 via svnmerge from 2009-10-04 20:35:30 +00:00
intrcheck.h
iterobject.h
listobject.h
longintrepr.h Merged revisions 73661 via svnmerge from 2009-06-28 22:52:18 +00:00
longobject.h
marshal.h
memoryobject.h
metagrammar.h
methodobject.h
modsupport.h #5735: Modules compiled with incompatible settings (--with-pydebug when python is not) 2009-06-01 21:16:17 +00:00
moduleobject.h
node.h
object.h Recorded merge of revisions 81032 via svnmerge from 2010-05-09 16:14:21 +00:00
objimpl.h Recorded merge of revisions 81032 via svnmerge from 2010-05-09 16:14:21 +00:00
opcode.h
osdefs.h
parsetok.h
patchlevel.h version becomes 3.1.2 2010-03-20 20:47:27 +00:00
pgen.h
pgenheaders.h
py_curses.h Merged revisions 74696 via svnmerge from 2009-09-06 21:26:46 +00:00
pyarena.h
pycapsule.h Remove trailing whitespace. 2009-05-17 22:19:14 +00:00
pyctype.h Include files missed in r72044. 2009-04-27 20:54:42 +00:00
pydebug.h
pyerrors.h Recorded merge of revisions 81032 via svnmerge from 2010-05-09 16:14:21 +00:00
pyexpat.h add a replacement API for PyCObject, PyCapsule #5630 2009-05-05 22:31:58 +00:00
pyfpe.h
pygetopt.h
pymacconfig.h Recorded merge of revisions 81032 via svnmerge from 2010-05-09 16:14:21 +00:00
pymath.h Merged revisions 73661 via svnmerge from 2009-06-28 22:52:18 +00:00
pymem.h Merged revisions 78192 via svnmerge from 2010-02-14 14:09:25 +00:00
pyport.h Recorded merge of revisions 81032 via svnmerge from 2010-05-09 16:14:21 +00:00
pystate.h Merged revisions 78639 via svnmerge from 2010-03-03 23:32:07 +00:00
pystrcmp.h
pystrtod.h Refactor to remove duplicated nan/inf parsing code in 2009-05-20 22:05:25 +00:00
pythonrun.h Recorded merge of revisions 81032 via svnmerge from 2010-05-09 16:14:21 +00:00
pythread.h
rangeobject.h
setobject.h Recorded merge of revisions 81032 via svnmerge from 2010-05-09 16:14:21 +00:00
sliceobject.h Merged revisions 71734,71738-71739 via svnmerge from 2009-04-20 02:09:13 +00:00
structmember.h
structseq.h Recorded merge of revisions 81032 via svnmerge from 2010-05-09 16:14:21 +00:00
symtable.h Recorded merge of revisions 81032 via svnmerge from 2010-05-09 16:14:21 +00:00
sysmodule.h Merged revisions 81400 via svnmerge from 2010-05-21 17:33:14 +00:00
timefuncs.h
token.h
traceback.h Merged revisions 82059,82061 via svnmerge from 2010-06-17 23:23:37 +00:00
tupleobject.h
ucnhash.h add a replacement API for PyCObject, PyCapsule #5630 2009-05-05 22:31:58 +00:00
unicodeobject.h Merged revisions 81168 via svnmerge from 2010-05-14 16:08:46 +00:00
warnings.h
weakrefobject.h