summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_builtin.py
Commit message (Expand)AuthorAgeFilesLines
* Use decorators.Guido van Rossum2005-01-161-3/+4
* Whitespace normalization.Tim Peters2004-12-071-13/+13
* SF patch #1077353: add key= argument to min and maxRaymond Hettinger2004-12-031-4/+75
* Improve test coverage.Raymond Hettinger2004-09-301-0/+3
* Checkin Tim's fix to an error discussed on python-dev.Raymond Hettinger2004-09-261-0/+5
* Subclasses of string can no longer be interned. The semantics ofJeremy Hylton2004-08-071-0/+17
* SF bug #1004669: Type returned from .keys() is not checkedRaymond Hettinger2004-08-071-0/+9
* Completed the patch for Bug #215126.Raymond Hettinger2004-08-021-0/+25
* * Fix missing return after error message is set.Raymond Hettinger2004-07-061-0/+1
* SF Bug #215126: Over restricted type checking on eval() functionRaymond Hettinger2004-07-021-1/+55
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
* Fix input() builtin function to respect compiler flags.Hye-Shik Chang2004-02-021-0/+13
* Guido grants a Christmas wish:Raymond Hettinger2003-12-171-2/+35
* - Removed FutureWarnings related to hex/oct literals and conversionsGuido van Rossum2003-11-291-3/+2
* * 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