cpython/Python
Mark Dickinson 192ce61941 Merged revisions 76577 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76577 | mark.dickinson | 2009-11-28 16:38:16 +0000 (Sat, 28 Nov 2009) | 12 lines

  Merged revisions 76575 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r76575 | mark.dickinson | 2009-11-28 16:32:27 +0000 (Sat, 28 Nov 2009) | 5 lines

    Issue #1678380: When distinguishing between -0.0 and 0.0 in
    compiler_add_o, use copysign instead of examining the first and last
    bytes of the double.  The latter method fails for little-endian
    ARM, OABI, where doubles are little-endian but with the words swapped.
  ........
................
2009-11-28 16:39:12 +00:00
..
Python-ast.c
_warnings.c Merged revisions 74046 via svnmerge from 2009-07-17 07:02:18 +00:00
asdl.c
ast.c Merged revisions 75928 via svnmerge from 2009-10-29 01:22:38 +00:00
bltinmodule.c these builtins have to be initialized 2009-05-09 18:10:51 +00:00
ceval.c Merged revisions 75984 via svnmerge from 2009-10-31 10:20:38 +00:00
codecs.c Merged revisions 75797 via svnmerge from 2009-10-27 20:24:45 +00:00
compile.c Merged revisions 76577 via svnmerge from 2009-11-28 16:39:12 +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_atheos.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 Merged revisions 75441 via svnmerge from 2009-10-27 17:31:26 +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 Merged revisions 74278 via svnmerge from 2009-08-13 08:36:43 +00:00
getcompiler.c
getcopyright.c
getcwd.c
getopt.c
getplatform.c
getversion.c
graminit.c Merged revisions 72924 via svnmerge from 2009-05-25 21:10:36 +00:00
import.c Merged revisions 75246 via svnmerge from 2009-10-04 20:35:30 +00:00
importdl.c
importdl.h
makeopcodetargets.py
marshal.c Merged revisions 75145 via svnmerge from 2009-09-29 19:24:38 +00:00
modsupport.c Py_BuildValue's 'c' code should use byte strings #5666 2009-04-03 22:18:11 +00:00
mysnprintf.c Removed unused #include. 2009-04-07 22:55:31 +00:00
mystrtoul.c
opcode_targets.h
peephole.c Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via svnmerge from 2009-08-13 09:34:05 +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 Refactor to remove duplicated nan/inf parsing code in 2009-05-20 22:05:25 +00:00
pythonrun.c Merged revisions 76573 via svnmerge from 2009-11-28 16:16:09 +00:00
sigcheck.c
strdup.c
structmember.c
symtable.c Merged revisions 76425 via svnmerge from 2009-11-20 01:21:35 +00:00
sysmodule.c Merged revisions 74062 via svnmerge from 2009-08-13 11:51:54 +00:00
thread.c
thread_atheos.h
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