cpython/Python
Mark Dickinson a25b1312c9 Merged revisions 75982 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75982 | mark.dickinson | 2009-10-31 10:11:28 +0000 (Sat, 31 Oct 2009) | 5 lines

  Issue #6603: Fix --with-tsc build failures on x86-64 that resulted
  from a gcc inline assembler peculiarity. (gcc's "A" constraint
  apparently means 'rax or rdx' in 64-bit mode, not edx:eax
  or rdx:rax as one might expect.)
........
2009-10-31 10:18:44 +00:00
..
Python-ast.c update ast version 2009-07-17 19:11:02 +00:00
_warnings.c Merged revisions 72487-72488,72879 via svnmerge from 2009-07-21 04:30:03 +00:00
asdl.c
ast.c in wide builds, avoid storing high unicode characters from source code with surrogates 2009-10-28 21:59:39 +00:00
bltinmodule.c Merged revisions 75714 via svnmerge from 2009-10-26 14:19:42 +00:00
ceval.c Merged revisions 75982 via svnmerge from 2009-10-31 10:18:44 +00:00
codecs.c Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
compile.c Remove the uses of WITHOUT_COMPLEX introduced in r75471 2009-10-18 16:41:32 +00:00
dtoa.c Refactor to remove duplicated nan/inf parsing code in 2009-05-20 22:05:25 +00:00
dup2.c
dynload_aix.c
dynload_dl.c
dynload_hpux.c
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c Merged revisions 72698-72699 via svnmerge from 2009-05-17 04:21:53 +00:00
formatter_unicode.c Remove the uses of WITHOUT_COMPLEX introduced in r75471 2009-10-18 16:41:32 +00:00
frozen.c
frozenmain.c
future.c The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! 2009-04-01 05:08:41 +00:00
getargs.c Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway) 2009-10-18 14:25:35 +00:00
getcompiler.c
getcopyright.c
getcwd.c
getopt.c
getplatform.c
getversion.c
graminit.c fix an ambiguity in the grammar from the implementation of extended unpacking 2009-09-27 02:43:28 +00:00
import.c Merged revisions 74841 via svnmerge from 2009-10-04 20:32:25 +00:00
importdl.c
importdl.h
makeopcodetargets.py
marshal.c Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway) 2009-10-18 14:25:35 +00:00
modsupport.c Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway) 2009-10-18 14:25:35 +00:00
mysnprintf.c Removed unused #include. 2009-04-07 22:55:31 +00:00
mystrtoul.c
opcode_targets.h Merged revisions 72912,72920,72940 via svnmerge from 2009-06-28 03:18:59 +00:00
peephole.c Peephole constant folding had missed UNARY_POSITIVE. 2009-10-22 11:22:50 +00:00
pyarena.c
pyctype.c Include files missed in r72044. 2009-04-27 20:54:42 +00:00
pyfpe.c
pymath.c The SSE2 detection and enabling could potentially cause 2009-04-18 20:17:52 +00:00
pystate.c
pystrcmp.c
pystrtod.c Move some comments to more appropriate places 2009-10-26 14:36:29 +00:00
pythonrun.c Merged revisions 75570 via svnmerge from 2009-10-20 21:52:47 +00:00
sigcheck.c
strdup.c
structmember.c
symtable.c Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from 2009-06-28 19:19:51 +00:00
sysmodule.c Merged revisions 73665,73693,73704-73705,73707,73712-73713,73824 via svnmerge from 2009-07-17 11:43:26 +00:00
thread.c Disable support for Irix threads 2009-10-24 20:43:49 +00:00
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pth.h
thread_pthread.h
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c Merged revisions 72487-72488,72879 via svnmerge from 2009-07-21 04:30:03 +00:00