| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031) | Zackery Spytz | 2022-02-03 | 1 | -9/+18 |
|
|
* | bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) | Serhiy Storchaka | 2020-05-26 | 1 | -4/+1 |
|
|
* | bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) | Serhiy Storchaka | 2019-06-01 | 1 | -6/+60 |
|
|
* | bpo-36048: Use __index__() instead of __int__() for implicit conversion if av... | Serhiy Storchaka | 2019-02-25 | 1 | -1/+2 |
|
|
* | bpo-31619: Fixed a ValueError when convert a string with large number of unde... | Serhiy Storchaka | 2017-10-03 | 1 | -0/+8 |
|
|
* | bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() an... | Serhiy Storchaka | 2017-03-06 | 1 | -4/+4 |
|
|
* | bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486) | Serhiy Storchaka | 2017-03-05 | 1 | -2/+4 |
|
|
* | Issue #26331: Implement the parsing part of PEP 515. | Brett Cannon | 2016-09-09 | 1 | -0/+21 |
|
|
* | Issue #26984: int() now always returns an instance of exact int. | Serhiy Storchaka | 2016-08-21 | 1 | -1/+4 |
|
|
* | Issue #24731: Fixed crash on converting objects with special methods | Serhiy Storchaka | 2015-11-25 | 1 | -0/+7 |
|\ |
|
| * | Issue #24731: Fixed crash on converting objects with special methods | Serhiy Storchaka | 2015-11-25 | 1 | -0/+7 |
|
|
* | | Issue #24802: Merge null termination fixes from 3.4 into 3.5 | Martin Panter | 2015-11-07 | 1 | -10/+34 |
|\ \
| |/ |
|
| * | Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary | Martin Panter | 2015-11-07 | 1 | -10/+34 |
|
|
* | | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -4/+1 |
|/ |
|
* | Issue #17576: Deprecation warning emitted now when __int__() or __index__() | Serhiy Storchaka | 2013-12-11 | 1 | -25/+51 |
|\ |
|
| * | Issue #17576: Deprecation warning emitted now when __int__() or __index__() | Serhiy Storchaka | 2013-12-11 | 1 | -25/+51 |
|
|
* | | Issue #16741: Fix an error reporting in int(). | Serhiy Storchaka | 2013-08-03 | 1 | -16/+31 |
|\ \
| |/ |
|
| * | Issue #16741: Fix an error reporting in int(). | Serhiy Storchaka | 2013-08-03 | 1 | -16/+31 |
|
|
* | | Issue #17715: Merge fix from 3.3. | Mark Dickinson | 2013-04-13 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Issue #17715: Add missing NULL Check to PyNumber_Long. | Mark Dickinson | 2013-04-13 | 1 | -0/+6 |
|
|
* | | Issue #16772: in int(x, base), non-integer bases must have an __index__ method. | Mark Dickinson | 2013-01-27 | 1 | -0/+17 |
|
|
* | | Issue #16761: Raise TypeError when int() called with base argument only. | Serhiy Storchaka | 2012-12-28 | 1 | -10/+2 |
|\ \
| |/ |
|
| * | Issue #16761: Raise TypeError when int() called with base argument only. | Serhiy Storchaka | 2012-12-28 | 1 | -10/+2 |
| |\ |
|
| | * | Issue #16761: Raise TypeError when int() called with base argument only. | Serhiy Storchaka | 2012-12-28 | 1 | -0/+8 |
|
|
* | | | Issue #16793. Replace deprecated unittest asserts with modern counterparts. | Serhiy Storchaka | 2012-12-27 | 1 | -10/+10 |
|\ \ \
| |/ / |
|
| * | | Issue #16793. Replace deprecated unittest asserts with modern counterparts. | Serhiy Storchaka | 2012-12-27 | 1 | -10/+10 |
|
|
* | | | Issue #16792: Mark small ints test as CPython-only. | Serhiy Storchaka | 2012-12-27 | 1 | -4/+8 |
|\ \ \
| |/ / |
|
| * | | Issue #16792: Mark small ints test as CPython-only. | Serhiy Storchaka | 2012-12-27 | 1 | -4/+8 |
| |\ \
| | |/ |
|
| | * | Issue #16792: Mark small ints test as CPython-only. | Serhiy Storchaka | 2012-12-27 | 1 | -4/+9 |
|
|
* | | | Test for issue16772 and redoes the previous fix to accept __index__-aware | Gregory P. Smith | 2012-12-26 | 1 | -0/+24 |
|/ / |
|
* | | Issue #16045: add more unit tests for built-in int() | Andrew Svetlov | 2012-12-23 | 1 | -2/+42 |
|
|
* | | Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Sto... | Mark Dickinson | 2012-09-27 | 1 | -0/+12 |
|/ |
|
* | Issue #10557: Fixed error messages from float() and other numeric | Alexander Belopolsky | 2010-12-04 | 1 | -1/+14 |
|
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -1/+1 |
|
|
* | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -6/+7 |
|
|
* | Issue #7435: Remove duplicate int/long tests, and other | Mark Dickinson | 2009-12-05 | 1 | -0/+1 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -6/+6 |
|
|
* | Issue #3236: Return small longs from PyLong_FromString. | Martin v. Löwis | 2008-06-30 | 1 | -0/+3 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -1/+1 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 1 | -0/+304 |
|
|