summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_builtin.py
Commit message (Expand)AuthorAgeFilesLines
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-161-3/+2
* Deleting cyclic object comparison.Armin Rigo2003-10-281-6/+6
* Make a copy of L before appending, so the global L remainsWalter Dörwald2003-08-151-4/+4
* As discussed on python-dev, changed builtin.zip() to handle zero argumentsRaymond Hettinger2003-08-021-1/+2
* Port test_complex.py to unittest.Walter Dörwald2003-06-181-56/+0
* Used sets.Set() to compare unordered sequences.Raymond Hettinger2003-05-021-11/+3
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-3/+1
* Adding new built-in function sum, with docs and tests.Alex Martelli2003-04-221-0/+21
* Add a few errors tests for range().Walter Dörwald2003-04-151-0/+6
* test_range(): The C code changed to raise TypeError in one of theseTim Peters2003-04-151-1/+1
* Patch by Chad Netzer (with significant change):Guido van Rossum2003-04-111-0/+35
* Whitespace normalization.Tim Peters2003-02-191-15/+15
* Change filtertuple() to use tp_as_sequence->sq_itemWalter Dörwald2003-02-101-2/+1
* Change filterstring() and filterunicode(): If theWalter Dörwald2003-02-101-13/+27
* patch #683515: "Add unicode support to compile(), eval() and exec"Just van Rossum2003-02-101-0/+4
* patch 680474 that fixes bug 679880: compile/eval/exec refused utf-8 bomJust van Rossum2003-02-091-0/+4
* Make sure filter() never returns tuple, str or unicodeWalter Dörwald2003-02-041-0/+23
* Add a test that checks that filter() honors the sq_item slot forWalter Dörwald2003-02-041-0/+13
* filterstring() and filterunicode() in Python/bltinmodule.cWalter Dörwald2003-02-041-0/+21
* Fix SF bug# 676155, RuntimeWarning with tp_compareNeal Norwitz2003-01-281-0/+1
* Fix comment typosWalter Dörwald2003-01-271-3/+4
* Patch #636005: Filter unicode into unicode.Martin v. Löwis2003-01-251-0/+6
* Combine test_b1.py and test_b2.py into test_builtin.py,Walter Dörwald2003-01-191-9/+1075
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-3/+3
* Initial revisionGuido van Rossum1992-01-271-0/+13