summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_int.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 81551 via svnmerge fromMark Dickinson2010-05-261-0/+6
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81551 | mark.dickinson | 2010-05-26 20:06:33 +0100 (Wed, 26 May 2010) | 1 line Issue #8825: additional testcases for int(string, 0) and long(string, 0). ........
* Moved testing of builtin types out of test_builtin and into type specific ↵Benjamin Peterson2008-05-031-0/+331
modules