- 27 Oct, 2009 1 commit
-
-
Eric Smith authored
Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in cPickle as part of short float repr.
-
- 26 Oct, 2009 12 commits
-
-
Benjamin Peterson authored
-
Mark Dickinson authored
complexobject.c. Also remove length restriction on unicode inputs to the complex constructor.
-
Mark Dickinson authored
floatobject.c. Also, remove limitation on length of unicode inputs to float().
-
Mark Dickinson authored
-
Mark Dickinson authored
integer of type off_t. Also, don't assume that long long is available.
-
Antoine Pitrou authored
Reported by Mark D.
-
Eric Smith authored
-
Mark Dickinson authored
Backport pystrtod.c from py3k.
-
Eric Smith authored
-
Eric Smith authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
- 25 Oct, 2009 2 commits
-
-
Mark Dickinson authored
Initial patch by Gregory Smith; some tweaks added.
-
Georg Brandl authored
-
- 24 Oct, 2009 18 commits
-
-
Eric Smith authored
Removed unused function PyFloat_AsStringEx. It is unused in floatobject.c, and it's not declared in any .h file.
-
Mark Dickinson authored
pieces are being assembled. To re-enable, define the preprocessor symbol PY_SHORT_FLOAT_REPR
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Mark Dickinson authored
Add sys.float_repr_style attribute ('short' if short float repr is in used; 'legacy' otherwise).
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Tarek Ziadé authored
-
Mark Dickinson authored
- add double endianness detection to configure script - add configure-time check to see whether we can use inline assembly to get and set x87 control word in configure script - add functions to get and set x87 control word in Python/pymath.c - add pyport.h logic to determine whether it's safe to use the short float repr or not
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Mark Dickinson authored
-
Mark Dickinson authored
Add the Python/dtoa.c file containing the main algorithms; add corresponding include file and include in Python.h; include license information for Python/dtoa.c; add dtoa.c and dtoa.h to Makefile.
-
Antoine Pitrou authored
-
Mark Dickinson authored
-
Georg Brandl authored
-
- 23 Oct, 2009 5 commits
-
-
Neil Schemenauer authored
-
Antoine Pitrou authored
-
Fred Drake authored
-
Antoine Pitrou authored
-
Georg Brandl authored
-
- 22 Oct, 2009 2 commits
-
-
Eric Smith authored
Per the discussion in issue6882, backport the try/finally work that was done to the py3k version (mostly in r59477, I think).
-
Georg Brandl authored
-