- 20 Nis, 2011 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 04 Ara, 2010 2 kayıt (commit)
-
-
Eric Smith yazdı
Removed static function complex_format, moved it into complex_repr. Modified tests to check both str and repr, which are the same for complex.
-
Alexander Belopolsky yazdı
types. Added a new API function, PyUnicode_TransformDecimalToASCII(), which transforms non-ASCII decimal digits in a Unicode string to their ASCII equivalents.
-
- 03 Ara, 2010 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 23 Eki, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 17 Eki, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 04 Agu, 2010 1 kayıt (commit)
-
-
Mark Dickinson yazdı
(And similarly for complex numbers.)
-
- 30 May, 2010 3 kayıt (commit)
-
-
Mark Dickinson yazdı
and a complex instance. Based on a patch by Meador Inge.
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
type. Coercion for arithmetic operations was already removed in r78280, but that commit didn't remove coercion for rich comparisons.
-
- 23 May, 2010 1 kayıt (commit)
-
-
Mark Dickinson yazdı
(instances of int, float, complex, decimal.Decimal and fractions.Fraction) that makes it easy to maintain the invariant that hash(x) == hash(y) whenever x and y have equal value.
-
- 21 May, 2010 1 kayıt (commit)
-
-
Mark Dickinson yazdı
objects. (1) The comparison could incorrectly return True in some cases (2**53+1 == complex(2**53) == 2**53), breaking transivity of equality. (2) The comparison raised an OverflowError for large integers, leading to unpredictable exceptions when combining integers and complex objects in sets or dicts. Patch by Meador Inge.
-
- 09 May, 2010 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r81032 | antoine.pitrou | 2010-05-09 17:52:27 +0200 (dim., 09 mai 2010) | 9 lines Recorded merge of revisions 81029 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........ ................
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........
-
Antoine Pitrou yazdı
-
- 13 Mar, 2010 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 22 Şub, 2010 2 kayıt (commit)
-
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78319 | ezio.melotti | 2010-02-22 18:30:58 +0200 (Mon, 22 Feb 2010) | 1 line #7482: clarify error message in case of division by zero of float and complex numbers. ........
-
Ezio Melotti yazdı
-
- 21 Şub, 2010 1 kayıt (commit)
-
-
Mark Dickinson yazdı
complex.__coerce__. Thanks Meador Inge for the patch.
-
- 04 Ock, 2010 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77292 | benjamin.peterson | 2010-01-03 18:43:01 -0600 (Sun, 03 Jan 2010) | 1 line do correct lookup of the __complex__ method ........ r77293 | benjamin.peterson | 2010-01-03 19:00:47 -0600 (Sun, 03 Jan 2010) | 1 line factor out __complex__ lookup code to fix another case ........
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 28 Kas, 2009 2 kayıt (commit)
-
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r76561 | mark.dickinson | 2009-11-28 12:30:36 +0000 (Sat, 28 Nov 2009) | 5 lines Include ieeefp.h (when available) in pyport.h instead of individually in Objects/floatobject.c and Objects/complexobject.c. This should silence compiler warnings about implicit declaration of the 'finite' function on Solaris. ........
-
Mark Dickinson yazdı
Objects/floatobject.c and Objects/complexobject.c. This should silence compiler warnings about implicit declaration of the 'finite' function on Solaris.
-
- 26 Eki, 2009 3 kayıt (commit)
-
-
Mark Dickinson yazdı
complexobject.c. Also remove length restriction on unicode inputs to the complex constructor.
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
- 18 Eki, 2009 1 kayıt (commit)
-
-
Skip Montanaro yazdı
Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway)
-
- 20 May, 2009 2 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
- 17 May, 2009 3 kayıt (commit)
-
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72718 | mark.dickinson | 2009-05-17 11:38:30 +0100 (Sun, 17 May 2009) | 4 lines Issue #6044: remove confusing wording from complex -> integer and complex -> float conversion error messages. ........
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72718 | mark.dickinson | 2009-05-17 11:38:30 +0100 (Sun, 17 May 2009) | 4 lines Issue #6044: remove confusing wording from complex -> integer and complex -> float conversion error messages. ........
-
Mark Dickinson yazdı
complex -> float conversion error messages.
-
- 05 May, 2009 2 kayıt (commit)
-
-
Eric Smith yazdı
Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson.
-
Eric Smith yazdı
Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson.
-
- 03 May, 2009 3 kayıt (commit)
-
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72253 | mark.dickinson | 2009-05-03 21:59:48 +0100 (Sun, 03 May 2009) | 2 lines Eliminate some locale-dependent calls to isspace and tolower. ........
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
PyOS_double_to_string, and deprecate PyOS_ascii_strtod and PyOS_ascii_atof.
-
- 30 Nis, 2009 1 kayıt (commit)
-
-
Eric Smith yazdı
-