| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #27073: Removed redundant checks in long_add and long_sub. | Serhiy Storchaka | 2016-06-03 | 1 | -2/+10 |
|
|
* | Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. | Serhiy Storchaka | 2016-05-12 | 1 | -21/+3 |
|\ |
|
| * | Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. | Serhiy Storchaka | 2016-05-12 | 1 | -21/+3 |
|
|
* | | longobject.c: fix compilation warning on Windows 64-bit | Victor Stinner | 2016-03-23 | 1 | -1/+1 |
|
|
* | | Issues #26289 and #26315: Optimize floor/modulo div for single-digit longs | Yury Selivanov | 2016-02-11 | 1 | -0/+79 |
|
|
* | | Issue #26288: Fix comment | Yury Selivanov | 2016-02-06 | 1 | -3/+3 |
|
|
* | | Issue #26288: Optimize PyLong_AsDouble. | Yury Selivanov | 2016-02-06 | 1 | -0/+7 |
|
|
* | | Issue #24731: Fixed crash on converting objects with special methods | Serhiy Storchaka | 2015-11-25 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #24731: Fixed crash on converting objects with special methods | Serhiy Storchaka | 2015-11-25 | 1 | -1/+1 |
| |\ |
|
| | * | Issue #24731: Fixed crash on converting objects with special methods | Serhiy Storchaka | 2015-11-25 | 1 | -1/+1 |
|
|
* | | | Fix compiler warnings (uninitialized variables), false alarms in fact | Victor Stinner | 2015-10-14 | 1 | -4/+2 |
|
|
* | | | Fix long_format_binary() | Victor Stinner | 2015-10-14 | 1 | -1/+1 |
|
|
* | | | Issue #25349: Optimize bytes % int | Victor Stinner | 2015-10-09 | 1 | -27/+93 |
|/ / |
|
* | | Issue #24999: In longobject.c, use two shifts instead of ">> 2*PyLong_SHIFT" to | Victor Stinner | 2015-09-19 | 1 | -4/+6 |
|
|
* | | Issue #22486: Added the math.gcd() function. The fractions.gcd() function no... | Serhiy Storchaka | 2015-05-12 | 1 | -0/+205 |
|
|
* | | #16518: Bring error messages in harmony with docs ("bytes-like object") | R David Murray | 2014-10-05 | 1 | -3/+1 |
|
|
* | | Removed redundant casts to `char *`. | Serhiy Storchaka | 2014-09-28 | 1 | -1/+1 |
|
|
* | | Issue #22156: Fix "comparison between signed and unsigned integers" compiler | Victor Stinner | 2014-08-15 | 1 | -2/+2 |
|
|
* | | Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY() | Victor Stinner | 2014-05-14 | 1 | -37/+36 |
|
|
* | | Issue #21193: Make (e.g.,) pow(2, -3, 5) raise ValueError rather than TypeErr... | Mark Dickinson | 2014-04-11 | 1 | -1/+1 |
|/ |
|
* | merge 3.3 | Benjamin Peterson | 2014-03-15 | 1 | -1/+2 |
|\ |
|
| * | fix c89 declaration order | Benjamin Peterson | 2014-03-15 | 1 | -1/+2 |
|
|
* | | merge 3.3 | Benjamin Peterson | 2014-03-15 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | don't do pointer arithmetic with signed numbers | Benjamin Peterson | 2014-03-15 | 1 | -1/+2 |
|
|
| * | Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e. | Serhiy Storchaka | 2013-12-14 | 1 | -9/+0 |
|
|
* | | Issue #17576: Deprecation warning emitted now when __int__() or __index__() | Serhiy Storchaka | 2013-12-11 | 1 | -104/+111 |
|\ \
| |/ |
|
| * | Issue #17576: Deprecation warning emitted now when __int__() or __index__() | Serhiy Storchaka | 2013-12-11 | 1 | -104/+111 |
|
|
* | | Silence expression result unused warnings with clang. | Christian Heimes | 2013-12-04 | 1 | -1/+1 |
|
|
* | | Issue #1772673: The type of `char*` arguments now changed to `const char*`. | Serhiy Storchaka | 2013-10-19 | 1 | -8/+8 |
|
|
* | | Issue #19171: speed some cases of 3-argument long pow(). | Tim Peters | 2013-10-05 | 1 | -4/+10 |
|\ \
| |/ |
|
| * | Issue #19171: speed some cases of 3-argument long pow(). | Tim Peters | 2013-10-05 | 1 | -4/+10 |
|
|
* | | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -50/+50 |
|\ \
| |/ |
|
| * | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -50/+50 |
|
|
* | | Issue #18722: Remove uses of the "register" keyword in C code. | Antoine Pitrou | 2013-08-13 | 1 | -12/+12 |
|
|
* | | Issue #16741: Fix an error reporting in int(). | Serhiy Storchaka | 2013-08-03 | 1 | -28/+59 |
|\ \
| |/ |
|
| * | Issue #16741: Fix an error reporting in int(). | Serhiy Storchaka | 2013-08-03 | 1 | -27/+62 |
|
|
* | | Minor consistency fixes for some longobject.c exception messages: | Mark Dickinson | 2013-08-03 | 1 | -4/+4 |
|
|
* | | Issue #18520: Add a new PyStructSequence_InitType2() function, same than | Victor Stinner | 2013-07-22 | 1 | -2/+4 |
|
|
* | | longobject.c: add an assertion to ensure that MEDIUM_VALUE() is only called on | Victor Stinner | 2013-07-17 | 1 | -1/+2 |
|
|
* | | Issue #18408: Rewrite NEGATE() macro in longobject.c to handle PyLong_FromLon... | Victor Stinner | 2013-07-17 | 1 | -24/+51 |
|
|
* | | Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros | Victor Stinner | 2013-06-04 | 1 | -9/+4 |
|
|
* | | Close #17694: Add minimum length to _PyUnicodeWriter | Victor Stinner | 2013-04-17 | 1 | -1/+1 |
|
|
* | | Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in... | Antoine Pitrou | 2013-02-09 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in... | Antoine Pitrou | 2013-02-09 | 1 | -2/+2 |
| |\ |
|
| | * | Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in... | Antoine Pitrou | 2013-02-09 | 1 | -2/+2 |
|
|
| * | | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-19 | 1 | -0/+18 |
| |\ \
| | |/ |
|
| | * | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-19 | 1 | -0/+18 |
|
|
* | | | Issue #16772: in int(x, base), non-integer bases must have an __index__ method. | Mark Dickinson | 2013-01-27 | 1 | -5/+0 |
|
|
* | | | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-14 | 1 | -0/+18 |
|
|
* | | | Issue #16761: Raise TypeError when int() called with base argument only. | Serhiy Storchaka | 2012-12-28 | 1 | -3/+9 |
|\ \ \
| |/ / |
|