- 23 Ock, 2010 2 kayıt (commit)
-
-
Mark Dickinson yazdı
dtoa.c fix from upstream that fixes incorrectly rounded results for certain subnormals that are also halfway cases.
-
Mark Dickinson yazdı
this fixes the first bug described in issue #7743.
-
- 22 Ock, 2010 2 kayıt (commit)
-
-
Mark Dickinson yazdı
in issue 7743).
-
Mark Dickinson yazdı
-
- 20 Ock, 2010 3 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
and exit points. 2. Simplify bigcomp comparison loop. 3. Don't set ERANGE on _Py_dg_strtod underflow (it was set inconsistently anyway). 4. Remove unused dsign field from BCinfo struct.
-
- 17 Ock, 2010 2 kayıt (commit)
-
-
Mark Dickinson yazdı
private memory allocation scheme in dtoa.c, along with a piece of code that caches powers of 5 for future use. This makes it easier to detect dtoa.c memory leaks with Valgrind or similar tools. Patch by Stefan Krah.
-
Mark Dickinson yazdı
-
- 16 Ock, 2010 3 kayıt (commit)
-
-
Mark Dickinson yazdı
Fix multiple uses of variable 'L' in _Py_dg_strtod, where one use requires an unsigned long and the other a signed long. See also r77421.
-
Mark Dickinson yazdı
conversion (see bug 5 in the issue tracker).
-
Mark Dickinson yazdı
Also remove some now unused variables, and add comments clarifying the possible outputs of the parsing section of _Py_dg_strtod. Thanks Eric Smith for reviewing.
-
- 15 Ock, 2010 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 14 Ock, 2010 4 kayıt (commit)
-
-
Brett Cannon yazdı
Py3K warnings are DeprecationWarning by default this was causing -3 to essentially be a no-op. Now DeprecationWarning is only silenced if -3 is not used. Closes issue #7700. Thanks Ezio Melotti and Florent Xicluna for patch help.
-
Mark Dickinson yazdı
Issue 7632: fix incorrect rounding for long input strings with values very close to a power of 2. (See Bug 4 in the tracker discussion.)
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
Fix off-by-one error introduced in r77483. I have a test for this, but it currently fails due to a different dtoa.c bug; I'll add the test once that bug is fixed.
-
- 13 Ock, 2010 5 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
- 12 Ock, 2010 2 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
crashes in debug builds, for certain long numeric strings corresponding to subnormal values.
-
- 11 Ock, 2010 3 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
-
Alexandre Vassalotti yazdı
-
Mark Dickinson yazdı
-
- 10 Ock, 2010 3 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Brett Cannon yazdı
This was originally suggested by Guido, discussed on the stdlib-sig mailing list, and given the OK by Guido directly to me. What this change essentially means is that Python has taken a policy of silencing warnings that are only of interest to developers by default. This should prevent users from seeing warnings which are triggered by an application being run against a new interpreter before the app developer has a chance to update their code. Closes issue #7319. Thanks to Antoine Pitrou, Ezio Melotti, and Brian Curtin for helping with the issue.
-
Brett Cannon yazdı
r77400.
-
- 09 Ock, 2010 1 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
-
- 04 Ock, 2010 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 01 Ock, 2010 2 kayıt (commit)
-
-
Mark Dickinson yazdı
to integer PyArg_Parse* format codes into a TypeError. Add a DeprecationWarning for floats passed with the 'L' format code, which didn't previously have a warning.
-
Benjamin Peterson yazdı
-
- 30 Ara, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Also, add a note to the docs about the better behavior of T_OBJECT_EX as compared to T_OBJECT.
-
- 28 Ara, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
#7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring.
-
- 21 Ara, 2009 1 kayıt (commit)
-
-
Mark Dickinson yazdı
pymath.c to Modules/_math.c.
-
- 13 Ara, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 03 Ara, 2009 1 kayıt (commit)
-
-
Mark Dickinson yazdı
in a Py_ssize_t, not an int.
-
- 02 Ara, 2009 1 kayıt (commit)
-
-
Mark Dickinson yazdı
arithmetic.
-