- 27 Oct, 2009 17 commits
-
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Georg Brandl authored
Add a regrtest option to re-run in verbose mode immediately after a test fails, and use that option on the buildbots.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Eric Smith authored
Removed PyOS_ascii_atof from marshal.c, as mentioned in issue 7117. Also brings it more in line with py3k.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Eric Smith authored
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Eric Smith authored
Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in stropmodule as part of short float repr.
-
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 9 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
-