summaryrefslogtreecommitdiff
path: root/Lib/test/test_int.py
Commit message (Expand)AuthorAgeFilesLines
* [3.7] gh-96710: Make the test timing more lenient for the int/str DoS regress...Miss Islington (bot)2022-10-111-6/+8
* [3.7] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (GH-96504)Gregory P. Smith2022-09-061-0/+196
* 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-061-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-281-10/+10
|\ \ \ | |/ /
| * | Issue #16793. Replace deprecated unittest asserts with modern counterparts.Serhiy Storchaka2012-12-281-10/+10
* | | Issue #16792: Mark small ints test as CPython-only.Serhiy Storchaka2012-12-281-4/+8
|\ \ \ | |/ /
| * | Issue #16792: Mark small ints test as CPython-only.Serhiy Storchaka2012-12-281-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-251-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
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-0/+304