summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_int.py
Commit message (Expand)AuthorAgeFilesLines
* gh-118610: Centralize power caching in `_pylong.py` (#118611)Tim Peters2024-05-081-0/+12
* gh-118164: Break a loop between _pydecimal and _pylong and optimize int to st...Serhiy Storchaka2024-05-051-10/+21
* gh-114911: Add CPUStopwatch test helper (GH-114912)Petr Viktorin2024-02-281-32/+26
* gh-114050: Fix crash when more than two arguments are passed to int() (GH-114...kcatss2024-01-181-0/+1
* Improve int test coverage (#104024)Shantanu2023-05-011-0/+20
* gh-90716: bugfixes and more tests for _pylong. (#99073)Gregory P. Smith2022-11-031-0/+39
* gh-90716: add _pylong.py module (#96673)Neil Schemenauer2022-10-261-0/+47
* gh-96512: Move int_max_str_digits setting to PyConfig (#96944)Gregory P. Smith2022-10-031-0/+20
* gh-96710: Make the test timing more lenient for the int/str DoS regression te...Gregory P. Smith2022-09-091-6/+8
* gh-95778: Correctly pre-check for int-to-str conversion (#96537)Mark Dickinson2022-09-041-0/+82
* gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)Gregory P. Smith2022-09-021-0/+114
* bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031)Zackery Spytz2022-02-031-9/+18
* bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)Serhiy Storchaka2020-05-261-4/+1
* bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)Serhiy Storchaka2019-06-011-6/+60
* bpo-36048: Use __index__() instead of __int__() for implicit conversion if av...Serhiy Storchaka2019-02-251-1/+2
* bpo-31619: Fixed a ValueError when convert a string with large number of unde...Serhiy Storchaka2017-10-031-0/+8
* bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() an...Serhiy Storchaka2017-03-061-4/+4
* bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486)Serhiy Storchaka2017-03-051-2/+4
* Issue #26331: Implement the parsing part of PEP 515.Brett Cannon2016-09-091-0/+21
* Issue #26984: int() now always returns an instance of exact int.Serhiy Storchaka2016-08-211-1/+4
* Issue #24731: Fixed crash on converting objects with special methodsSerhiy Storchaka2015-11-251-0/+7
|\
| * Issue #24731: Fixed crash on converting objects with special methodsSerhiy Storchaka2015-11-251-0/+7
* | Issue #24802: Merge null termination fixes from 3.4 into 3.5Martin Panter2015-11-071-10/+34
|\ \ | |/
| * Issue #24802: Copy bytes-like objects to null-terminated buffers if necessaryMartin Panter2015-11-071-10/+34
* | Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-4/+1
|/
* Issue #17576: Deprecation warning emitted now when __int__() or __index__()Serhiy Storchaka2013-12-111-25/+51
|\
| * Issue #17576: Deprecation warning emitted now when __int__() or __index__()Serhiy Storchaka2013-12-111-25/+51
* | Issue #16741: Fix an error reporting in int().Serhiy Storchaka2013-08-031-16/+31
|\ \ | |/
| * Issue #16741: Fix an error reporting in int().Serhiy Storchaka2013-08-031-16/+31
* | Issue #17715: Merge fix from 3.3.Mark Dickinson2013-04-131-0/+6
|\ \ | |/
| * Issue #17715: Add missing NULL Check to PyNumber_Long.Mark Dickinson2013-04-131-0/+6
* | Issue #16772: in int(x, base), non-integer bases must have an __index__ method.Mark Dickinson2013-01-271-0/+17
* | Issue #16761: Raise TypeError when int() called with base argument only.Serhiy Storchaka2012-12-281-10/+2
|\ \ | |/
| * Issue #16761: Raise TypeError when int() called with base argument only.Serhiy Storchaka2012-12-281-10/+2
| |\
| | * Issue #16761: Raise TypeError when int() called with base argument only.Serhiy Storchaka2012-12-281-0/+8
* | | Issue #16793. Replace deprecated unittest asserts with modern counterparts.Serhiy Storchaka2012-12-271-10/+10
|\ \ \ | |/ /
| * | Issue #16793. Replace deprecated unittest asserts with modern counterparts.Serhiy Storchaka2012-12-271-10/+10
* | | Issue #16792: Mark small ints test as CPython-only.Serhiy Storchaka2012-12-271-4/+8
|\ \ \ | |/ /
| * | Issue #16792: Mark small ints test as CPython-only.Serhiy Storchaka2012-12-271-4/+8
| |\ \ | | |/
| | * Issue #16792: Mark small ints test as CPython-only.Serhiy Storchaka2012-12-271-4/+9
* | | Test for issue16772 and redoes the previous fix to accept __index__-awareGregory P. Smith2012-12-261-0/+24
|/ /
* | Issue #16045: add more unit tests for built-in int()Andrew Svetlov2012-12-231-2/+42
* | Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Sto...Mark Dickinson2012-09-271-0/+12
|/
* Issue #10557: Fixed error messages from float() and other numericAlexander Belopolsky2010-12-041-1/+14
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-1/+1
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-6/+7
* Issue #7435: Remove duplicate int/long tests, and otherMark Dickinson2009-12-051-0/+1
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-6/+6
* Issue #3236: Return small longs from PyLong_FromString.Martin v. Löwis2008-06-301-0/+3
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1