summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_builtin
Commit message (Collapse)AuthorAgeFilesLines
* Combine test_b1.py and test_b2.py into test_builtin.py,Walter Dörwald2003-01-191-53/+0
| | | | | | | | port the tests to PyUnit and add many tests for error cases. This increases code coverage in Python/bltinmodule.c from 75% to 92%. (From SF patch #662807, with assert_(not fcmp(x, y)) replaced with assertAlmostEqual(x, y) where possible)
* SF patch #523169, by Samuele Pedroni.Guido van Rossum2002-02-261-0/+1
| | | | | | There were never tests for the fact that list() always returns a *new* list object, even when the argument is a list, while tuple() may return a reference to the argument when it is a tuple. Now there are.
* Now that Marc-Andre has retracted unistr(), remove the tests.Guido van Rossum2001-01-191-1/+0
|
* This patch adds a new builtin unistr() which behaves like str()Marc-André Lemburg2001-01-171-0/+1
| | | | | | | | | | except that it always returns Unicode objects. A new C API PyObject_Unicode() is also provided. This closes patch #101664. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
* Added output for testsuite for new zip() builtin.Barry Warsaw2000-08-031-0/+1
|
* generated output for new testsBarry Warsaw1997-08-221-0/+2
|
* New test output for test_builtinGuido van Rossum1997-04-021-0/+1
|
* Test output files in their new locationBarry Warsaw1996-12-101-0/+48