- 26 Kas, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 15 Ara, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
supports all None default values present in decimal.py. These values were largely undocumented.
-
- 18 Kas, 2012 4 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
- 31 Eki, 2012 2 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
- 30 Agu, 2012 2 kayıt (commit)
-
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
- 11 May, 2012 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 23 Mar, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
inherits from TypeError. Cleanup in module initialization to make repeated import failures robust.
-
- 21 Mar, 2012 2 kayıt (commit)
-
-
Stefan Krah yazdı
-
Stefan Krah yazdı
up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application.
-
- 14 Ock, 2012 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 04 Tem, 2011 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage.
-
Senthil Kumaran yazdı
-
- 12 Ock, 2011 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
- 08 Ock, 2011 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 21 Kas, 2010 2 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Raymond Hettinger yazdı
-
- 07 Kas, 2010 3 kayıt (commit)
-
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86286 | mark.dickinson | 2010-11-07 11:24:44 +0000 (Sun, 07 Nov 2010) | 1 line Issue 10297: Add missing import in decimal example snippet. ........
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86286 | mark.dickinson | 2010-11-07 11:24:44 +0000 (Sun, 07 Nov 2010) | 1 line Issue 10297: Add missing import in decimal example snippet. ........
-
Mark Dickinson yazdı
-
- 17 Agu, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 11 Haz, 2010 1 kayıt (commit)
-
-
Mark Dickinson yazdı
objects (Fraction, float, complex, int) now all function as expected.
-
- 29 May, 2010 4 kayıt (commit)
-
-
Stefan Krah yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r81600 | stefan.krah | 2010-05-29 14:59:18 +0200 (Sat, 29 May 2010) | 9 lines Merged revisions 81598 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81598 | stefan.krah | 2010-05-29 14:54:35 +0200 (Sat, 29 May 2010) | 1 line Fix typo ........ ................
-
Stefan Krah yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81598 | stefan.krah | 2010-05-29 14:54:35 +0200 (Sat, 29 May 2010) | 1 line Fix typo ........
-
Stefan Krah yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81598 | stefan.krah | 2010-05-29 14:54:35 +0200 (Sat, 29 May 2010) | 1 line Fix typo ........
-
Stefan Krah yazdı
-
- 22 May, 2010 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 04 Nis, 2010 5 kayıt (commit)
-
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79768 | ezio.melotti | 2010-04-05 02:21:53 +0300 (Mon, 05 Apr 2010) | 1 line Fix markup in decimal.rst. ........
-
Ezio Melotti yazdı
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79756 | mark.dickinson | 2010-04-04 23:09:21 +0100 (Sun, 04 Apr 2010) | 6 lines Add versionchanged entry for Decimal(float) construction. Also add an example of constructing a Decimal directly from a float, update the quickstart tutorial, and tweak another couple of sentences. ........
-
Mark Dickinson yazdı
Also add an example of constructing a Decimal directly from a float, update the quickstart tutorial, and tweak another couple of sentences.
-
Ezio Melotti yazdı
-
- 03 Nis, 2010 1 kayıt (commit)
-
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79583 | mark.dickinson | 2010-04-02 09:53:22 +0100 (Fri, 02 Apr 2010) | 7 lines Issue #2531: Make float-to-decimal comparisons return correct results. Float to decimal comparison operations now return a result based on the numeric values of the operands. Decimal.__hash__ has also been fixed so that Decimal and float values that compare equal have equal hash value. ........ r79588 | mark.dickinson | 2010-04-02 11:17:07 +0100 (Fri, 02 Apr 2010) | 2 lines Issue #7279: Make comparisons involving a Decimal sNaN signal InvalidOperation. ........ r79589 | mark.dickinson | 2010-04-02 11:35:12 +0100 (Fri, 02 Apr 2010) | 6 lines Issue #7279: Make Decimal('nan') hashable. Decimal('snan') remains unhashable. Also rewrite the Decimal __hash__ method so that it doesn't rely on float('inf') being valid: float('inf') could raise an exception on platforms not using IEEE 754 arithmetic. ........
-
- 02 Nis, 2010 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-