]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
1) Prepare libmpdec for the 2.4.0 release. None of the following changes affects
authorStefan Krah <skrah@bytereef.org>
Sun, 24 Nov 2013 18:44:57 +0000 (19:44 +0100)
committerStefan Krah <skrah@bytereef.org>
Sun, 24 Nov 2013 18:44:57 +0000 (19:44 +0100)
commit45059eb1d0788aa74ea383c89cf2f8c7a32fd2aa
treeb3b6d49eaf9541e9c53b0eef260f53e6607b69f0
parentcdac302af362f275f31c13e143f78ec682ef7b68
1) Prepare libmpdec for the 2.4.0 release.  None of the following changes affects
   _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.
Lib/decimal.py
Lib/test/test_decimal.py
Modules/_decimal/_decimal.c
Modules/_decimal/libmpdec/mpdecimal.c
Modules/_decimal/libmpdec/mpdecimal.h
setup.py