- 29 Oct, 2009 7 commits
-
-
Georg Brandl authored
-
Mark Dickinson authored
arguments with more digits than the current context precision. Bug reported by Stefan Krah.
-
Mark Dickinson authored
accept ints and longs for the second argument.
-
Mark Dickinson authored
-
Mark Dickinson authored
The sensible solution seems to be to implement %lld for PyString_FromFormat(V) and PyErr_Format. See issue #7228.
-
Lars Gustäbel authored
the gzip FNAME header as required by RFC 1952.
-
Benjamin Peterson authored
The added test does not fail without the patch, but we still fix the issue of surrogates being used in wide builds where they should not be.
-
- 28 Oct, 2009 6 commits
-
-
Vinay Sajip authored
-
R. David Murray authored
-
Eric Smith authored
Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in _json.c as part of short float repr. Change made after consulting with Bob Ippolito. This completes the removal of calls to PyOS_ascii_strtod.
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Tarek Ziadé authored
-
- 27 Oct, 2009 23 commits
-
-
Tarek Ziadé authored
-
Georg Brandl authored
Make sure every run of test_intern() interns a new string, otherwise that test fails e.g. when some other test in test_builtin fails and it is rerun in verbose mode.
-
Mark Dickinson authored
-
Mark Dickinson authored
where off_t has type long (e.g., 64-bit Linux).
-
Antoine Pitrou authored
Not completely suppressed though, see issue #7222.
-
Tarek Ziadé authored
-
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 4 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
-