Changes between Version 4 and Version 5 of Ticket #17854
- Timestamp:
- 03/01/15 18:49:16 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17854 – Description
v4 v5 1 1 Move `c_lib` code to Cython modules, or refactor code to no longer use `c_lib`: 2 2 3 * #17180: Move and fix rational reconstruction 4 * #10103: Remove gmp_globals and gmp.pxi 3 5 * #17668: Replace PY_NEW and PY_NEW_SAME_TYPE by __new__() method 4 6 * #17726: Replace PY_TYPE() by type() 5 7 * #17725: Replace PY_TYPE_CHECK_EXACT 6 8 * #17800: Replace PY_TYPE_CHECK and IS_INSTANCE by isinstance 9 * #17862: Remove use of PY_IS_NUMERIC 7 10 * #17625: Remove init_csage_module() 8 11 * #17789: Remove c_lib/src/ZZ_pylong.cpp … … 10 13 * #17788: PARI: store GEN as mpz/mpq 11 14 * #17784: Modernize NTL error handler 12 * #17819: Use uintmax_t for Integer.divisors 13 * #17862: Remove use of PY_IS_NUMERIC 15 * #17819: Use unsigned long for Integer.divisors