index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_int.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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