summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_builtin.py
Commit message (Expand)AuthorAgeFilesLines
* Skip early if stdin and stdout are not ttysAntoine Pitrou2011-11-061-0/+2
|\
| * Skip early if stdin and stdout are not ttysAntoine Pitrou2011-11-061-0/+2
| * Backport robustness fix for test_builtinAntoine Pitrou2011-11-061-21/+31
* | Try to make the tty input() tests more robustAntoine Pitrou2011-11-061-21/+31
* | Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicodeAntoine Pitrou2011-11-051-0/+70
|\ \ | |/
| * Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicodeAntoine Pitrou2011-11-051-0/+70
* | #13054: fix usage of sys.maxunicode after PEP-393.Ezio Melotti2011-10-041-2/+1
* | also make NotImplementedType callableBenjamin Peterson2011-07-291-1/+1
* | make the types of None and Ellipsis callableBenjamin Peterson2011-07-291-0/+7
* | bytes should be verboten in sum() (fixes #12654)Benjamin Peterson2011-07-291-0/+3
* | allow __dir__ to return any sequenceBenjamin Peterson2011-06-111-1/+9
* | test that object has a __dir__() implementationBenjamin Peterson2011-05-251-0/+2
* | Issue 9856: Change object.__format__ with a non-empty format string from a Pe...Eric V. Smith2011-03-121-3/+3
* | Removed fcmp and FUZZ from test.support, following the discussion on python-dev:Eli Bendersky2011-02-251-5/+8
|/
* Add an "optimize" parameter to compile() to control the optimization level, a...Georg Brandl2010-12-041-0/+29
* Issue #10518: Bring back the callable() builtin.Antoine Pitrou2010-11-271-12/+29
* merge all range tests into test_rangeBenjamin Peterson2010-11-201-178/+0
* enable test that was commented out for whatever reasonBenjamin Peterson2010-11-201-1/+1
* count() should return integers #10474Benjamin Peterson2010-11-201-0/+2
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-6/+6
* Issue #9213: Add index and count methods to range objects, needed toDaniel Stutzbach2010-09-131-0/+54
* Issue 7994: Make object.__format__() raise a PendingDeprecationWarningEric Smith2010-09-131-0/+110
* Issue #9804: ascii() now always represents unicode surrogate pairs asAntoine Pitrou2010-09-091-0/+22
* only catch AttributeError in hasattr() #9666Benjamin Peterson2010-08-241-5/+6
* cleanup importsBenjamin Peterson2010-08-231-9/+7
* Issue #665761: functools.reduce() will no longer mask exceptions otherAlexander Belopolsky2010-08-161-0/+1
* Merged revisions 81525 via svnmerge fromMark Dickinson2010-05-251-0/+18
* Issue #1533: Merge added trunk range tests to py3k. (The fix itselfMark Dickinson2010-05-051-2/+42
* Clean up the manipulation of the warnings filter in test_builtin.Brett Cannon2010-03-201-8/+5
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-4/+4
* Issue #6697: catch _PyUnicode_AsString() errors in getattr() and setattr()Victor Stinner2010-03-121-0/+2
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-14/+14
* Issue #7435: Remove duplicate int/long tests, and otherMark Dickinson2009-12-051-51/+5
* Merged revisions 76176 via svnmerge fromMark Dickinson2009-11-091-0/+22
* Merged revisions 75470 via svnmerge fromMark Dickinson2009-10-171-0/+4
* Merged revisions 74167 via svnmerge fromGeorg Brandl2009-07-221-0/+5
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-37/+37
* Issue #6334: Fix buggy internal length calculation in builtin range functionMark Dickinson2009-06-241-0/+18
* fix len() when __len__() returns a non number type #5137Benjamin Peterson2009-02-081-0/+12
* Issue #1717: remove the cmp builtin function, the C-API functionsMark Dickinson2009-02-011-3/+1
* Issue #4707: round(x, n) now returns an integer when x is an integer.Mark Dickinson2009-01-281-3/+3
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-271-19/+4
* #3946 fix PyObject_CheckBuffer on a memoryview objectBenjamin Peterson2008-09-261-0/+1
* Merged revisions 65339-65340,65342 via svnmerge fromAmaury Forgeot d'Arc2008-08-011-0/+1
* Revert 64451.Raymond Hettinger2008-06-241-27/+0
* Merge 64438: hex/oct/bin can show floats exactly.Raymond Hettinger2008-06-221-0/+27
* #2630: Implement PEP 3138.Georg Brandl2008-06-111-0/+14
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-3/+0
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-0/+3
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2