Staging
v0.5.1
https://github.com/python/cpython
Revision e42ffae8c4b23ebc75d1343448b4918897cc4bbb authored by Mark Dickinson on 21 January 2010, 19:57:43 UTC, committed by Mark Dickinson on 21 January 2010, 19:57:43 UTC
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r77670 | mark.dickinson | 2010-01-21 19:51:08 +0000 (Thu, 21 Jan 2010) | 24 lines

  Merged revisions 77614-77616,77663 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r77614 | mark.dickinson | 2010-01-20 17:36:31 +0000 (Wed, 20 Jan 2010) | 5 lines

    Various dtoa.c cleanups.  1. Despagghetify _Py_dg_strtod parsing code
    and exit points.  2. Simplify bigcomp comparison loop.  3. Don't set
    ERANGE on _Py_dg_strtod underflow (it was set inconsistently anyway).
    4. Remove unused dsign field from BCinfo struct.
  ........
    r77615 | mark.dickinson | 2010-01-20 18:02:41 +0000 (Wed, 20 Jan 2010) | 1 line

    Don't try to put a value into a NULL pointer.
  ........
    r77616 | mark.dickinson | 2010-01-20 21:23:25 +0000 (Wed, 20 Jan 2010) | 1 line

    Additional explanatory comments for _Py_dg_strtod.
  ........
    r77663 | mark.dickinson | 2010-01-21 17:02:53 +0000 (Thu, 21 Jan 2010) | 1 line

    Additional testcases for strtod.
  ........
................
1 parent b84420e
History
Tip revision: e42ffae8c4b23ebc75d1343448b4918897cc4bbb authored by Mark Dickinson on 21 January 2010, 19:57:43 UTC
Merged revisions 77670 via svnmerge from
Tip revision: e42ffae
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 705 bytes
.hgignore -rw-r--r-- 900 bytes
.hgtags -rw-r--r-- 3.9 KB
LICENSE -rw-r--r-- 14.0 KB
Makefile.pre.in -rw-r--r-- 38.8 KB
README -rw-r--r-- 6.9 KB
configure -rwxr-xr-x 684.4 KB
configure.in -rw-r--r-- 112.0 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 31.5 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 71.2 KB

README

back to top