- 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 12 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
complexobject.c. Also remove length restriction on unicode inputs to the complex constructor.
-
Mark Dickinson yazdı
floatobject.c. Also, remove limitation on length of unicode inputs to float().
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
integer of type off_t. Also, don't assume that long long is available.
-
Antoine Pitrou yazdı
Reported by Mark D.
-
Eric Smith yazdı
-
Mark Dickinson yazdı
Backport pystrtod.c from py3k.
-
Eric Smith yazdı
-
Eric Smith yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
- 25 Eki, 2009 2 kayıt (commit)
-
-
Mark Dickinson yazdı
Initial patch by Gregory Smith; some tweaks added.
-
Georg Brandl yazdı
-
- 24 Eki, 2009 3 kayıt (commit)
-
-
Eric Smith yazdı
Removed unused function PyFloat_AsStringEx. It is unused in floatobject.c, and it's not declared in any .h file.
-
Mark Dickinson yazdı
pieces are being assembled. To re-enable, define the preprocessor symbol PY_SHORT_FLOAT_REPR
-
Tarek Ziadé yazdı
-