summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_builtin.py
Commit message (Expand)AuthorAgeFilesLines
* 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