- 29 Eki, 2009 9 kayıt (commit)
-
-
Georg Brandl yazdı
Use constants instead of magic integers for test result. Do not re-run with --verbose3 for environment changing tests.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
arguments with more digits than the current context precision. Bug reported by Stefan Krah.
-
Mark Dickinson yazdı
accept ints and longs for the second argument.
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
The sensible solution seems to be to implement %lld for PyString_FromFormat(V) and PyErr_Format. See issue #7228.
-
Lars Gustäbel yazdı
the gzip FNAME header as required by RFC 1952.
-
Benjamin Peterson yazdı
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 Eki, 2009 6 kayıt (commit)
-
-
Vinay Sajip yazdı
-
R. David Murray yazdı
-
Eric Smith yazdı
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 yazdı
-
Mark Dickinson yazdı
-
Tarek Ziadé yazdı
-
- 27 Eki, 2009 23 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Georg Brandl yazdı
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 yazdı
-
Mark Dickinson yazdı
where off_t has type long (e.g., 64-bit Linux).
-
Antoine Pitrou yazdı
Not completely suppressed though, see issue #7222.
-
Tarek Ziadé yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Add a regrtest option to re-run in verbose mode immediately after a test fails, and use that option on the buildbots.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Eric Smith yazdı
Removed PyOS_ascii_atof from marshal.c, as mentioned in issue 7117. Also brings it more in line with py3k.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Eric Smith yazdı
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
Eric Smith yazdı
Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in stropmodule as part of short float repr.
-
Eric Smith yazdı
Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in cPickle as part of short float repr.
-
- 26 Eki, 2009 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
complexobject.c. Also remove length restriction on unicode inputs to the complex constructor.
-