- 12 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Fixed 2 to 3 porting bug in pynche.ColorDB.
-
- 10 Eyl, 2014 2 kayıt (commit)
-
-
Stefan Krah yazdı
-
Stefan Krah yazdı
self-contained, this change facilitates maintenance and the Python version can be easily imported for experimentation.
-
- 09 Eyl, 2014 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 26 Agu, 2014 2 kayıt (commit)
-
-
Stefan Krah yazdı
with an external libmpdec.
-
Stefan Krah yazdı
-
- 30 Nis, 2014 1 kayıt (commit)
-
-
Stefan Krah yazdı
Decimal.quantize() method in the Python version. It had never been present in the C version.
-
- 20 Mar, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 24 Kas, 2013 1 kayıt (commit)
-
-
Stefan Krah yazdı
_decimal: o Make all "mpd_t to C integer" conversion functions available in both the 64-bit and the 32-bit versions. o Make all mixed mpd_t/C integer arithmetic functions available in the 32-bit version. o Better handling of __STDC_LIMIT_MACROS for C++ users. o Add struct tags (at the request of C++ users). 2) Check for libmpdec.so.2 if --with-system-libmpdec is used.
-
- 08 Eyl, 2013 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
Addresses issue #18438
-
- 04 Tem, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 14 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
ModuleNotFoundError.
-
- 29 May, 2013 1 kayıt (commit)
-
-
Stefan Krah yazdı
character in _decimal.c.
-
- 15 Ara, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
supports all None default values present in decimal.py. These values were largely undocumented.
-
- 31 Eki, 2012 1 kayıt (commit)
-
-
Mark Dickinson yazdı
Issue #13701: Fix decorator avoidance (due to desire for Python 2.3 compatibility) in decimal module.
-
- 24 Agu, 2012 3 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson 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 1 kayıt (commit)
-
-
Stefan Krah yazdı
up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application.
-
- 24 Eki, 2011 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 25 Agu, 2011 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 04 Haz, 2011 2 kayıt (commit)
-
-
Mark Dickinson yazdı
Issue #12080: Fix a performance issue in Decimal._power_exact that caused some corner-case Decimal.__pow__ calls to take an unreasonably long time.
-
Mark Dickinson yazdı
Issue #12080: Fix a performance issue in Decimal._power_exact that causes some corner-case Decimal.__pow__ calls to take an unreasonably long time.
-
- 22 May, 2011 1 kayıt (commit)
-
-
Mark Dickinson yazdı
Issue #12079: Decimal(0).fma(Decimal('inf'), 'not a number') should give a TypeError, not a Decimal.InvalidOperation
-
- 13 Nis, 2011 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
Forward ported changesets b4b1f557d563 and f4adc2926bf5 by Raymond Hettinger in branch '2.7'.
-
- 12 Nis, 2011 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
It was causing a failed import in the Turkish locale where the locale sensitive str.upper() method caused a name mismatch.
-
- 15 Mar, 2011 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 12 Mar, 2011 2 kayıt (commit)
-
-
Mark Dickinson yazdı
Issue 11131: Fix sign of zero result on decimal.Decimal plus and minus operations in ROUND_FLOOR rounding mode.
-
Mark Dickinson yazdı
-
- 01 Şub, 2011 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
If tested as '__main__' instead 'decimal', the tracebacks would abbreviate 'decimal.Inexact' as 'Inexact', breaking the doctests. (Reviewed by Antoine.)
-
- 30 Kas, 2010 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 27 Kas, 2010 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 25 Kas, 2010 1 kayıt (commit)
-
-
Eric Smith yazdı
Issue #7094: Add alternate ('#') flag to __format__ methods for float, complex and Decimal. Allows greater control over when decimal points appear. Added to make transitioning from %-formatting easier. '#g' still has a problem with Decimal which I'll fix soon.
-
- 21 Kas, 2010 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 18 Kas, 2010 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 17 Kas, 2010 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 08 Tem, 2010 1 kayıt (commit)
-
-
Mark Dickinson yazdı
RuntimeError produced when profiling the decimal module. This was due to a dangerous iteration over 'locals()' in Context.__init__. (Backport of r82656 from release27-maint.)
-