| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Improve test coverage. Hope the test_file changes work the same on windows. | Neal Norwitz | 2005-11-27 | 1 | -0/+13 |
|
|
* | improve test coverage in Python/pystrtod.c and Python/mystrtoul.c. | Neal Norwitz | 2005-11-22 | 1 | -0/+29 |
|
|
* | Disable a few other tests, that can't work if Python is compiled without | Walter Dörwald | 2005-08-03 | 1 | -5/+14 |
|
|
* | Make subclasses of int, long, complex, float, and unicode perform type | Brett Cannon | 2005-04-26 | 1 | -0/+97 |
|
|
* | Add two new functions, any() and all(). | Raymond Hettinger | 2005-03-11 | 1 | -0/+36 |
|
|
* | Use decorators. | Guido van Rossum | 2005-01-16 | 1 | -3/+4 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-12-07 | 1 | -13/+13 |
|
|
* | SF patch #1077353: add key= argument to min and max | Raymond Hettinger | 2004-12-03 | 1 | -4/+75 |
|
|
* | Improve test coverage. | Raymond Hettinger | 2004-09-30 | 1 | -0/+3 |
|
|
* | Checkin Tim's fix to an error discussed on python-dev. | Raymond Hettinger | 2004-09-26 | 1 | -0/+5 |
|
|
* | Subclasses of string can no longer be interned. The semantics of | Jeremy Hylton | 2004-08-07 | 1 | -0/+17 |
|
|
* | SF bug #1004669: Type returned from .keys() is not checked | Raymond Hettinger | 2004-08-07 | 1 | -0/+9 |
|
|
* | Completed the patch for Bug #215126. | Raymond Hettinger | 2004-08-02 | 1 | -0/+25 |
|
|
* | * Fix missing return after error message is set. | Raymond Hettinger | 2004-07-06 | 1 | -0/+1 |
|
|
* | SF Bug #215126: Over restricted type checking on eval() function | Raymond Hettinger | 2004-07-02 | 1 | -1/+55 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -2/+2 |
|
|
* | Fix input() builtin function to respect compiler flags. | Hye-Shik Chang | 2004-02-02 | 1 | -0/+13 |
|
|
* | Guido grants a Christmas wish: | Raymond Hettinger | 2003-12-17 | 1 | -2/+35 |
|
|
* | - Removed FutureWarnings related to hex/oct literals and conversions | Guido van Rossum | 2003-11-29 | 1 | -3/+2 |
|
|
* | * Migrate set() and frozenset() from the sandbox. | Raymond Hettinger | 2003-11-16 | 1 | -3/+2 |
|
|
* | Deleting cyclic object comparison. | Armin Rigo | 2003-10-28 | 1 | -6/+6 |
|
|
* | Make a copy of L before appending, so the global L remains | Walter Dörwald | 2003-08-15 | 1 | -4/+4 |
|
|
* | As discussed on python-dev, changed builtin.zip() to handle zero arguments | Raymond Hettinger | 2003-08-02 | 1 | -1/+2 |
|
|
* | Port test_complex.py to unittest. | Walter Dörwald | 2003-06-18 | 1 | -56/+0 |
|
|
* | Used sets.Set() to compare unordered sequences. | Raymond Hettinger | 2003-05-02 | 1 | -11/+3 |
|
|
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -3/+1 |
|
|
* | Adding new built-in function sum, with docs and tests. | Alex Martelli | 2003-04-22 | 1 | -0/+21 |
|
|
* | Add a few errors tests for range(). | Walter Dörwald | 2003-04-15 | 1 | -0/+6 |
|
|
* | test_range(): The C code changed to raise TypeError in one of these | Tim Peters | 2003-04-15 | 1 | -1/+1 |
|
|
* | Patch by Chad Netzer (with significant change): | Guido van Rossum | 2003-04-11 | 1 | -0/+35 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-02-19 | 1 | -15/+15 |
|
|
* | Change filtertuple() to use tp_as_sequence->sq_item | Walter Dörwald | 2003-02-10 | 1 | -2/+1 |
|
|
* | Change filterstring() and filterunicode(): If the | Walter Dörwald | 2003-02-10 | 1 | -13/+27 |
|
|
* | patch #683515: "Add unicode support to compile(), eval() and exec" | Just van Rossum | 2003-02-10 | 1 | -0/+4 |
|
|
* | patch 680474 that fixes bug 679880: compile/eval/exec refused utf-8 bom | Just van Rossum | 2003-02-09 | 1 | -0/+4 |
|
|
* | Make sure filter() never returns tuple, str or unicode | Walter Dörwald | 2003-02-04 | 1 | -0/+23 |
|
|
* | Add a test that checks that filter() honors the sq_item slot for | Walter Dörwald | 2003-02-04 | 1 | -0/+13 |
|
|
* | filterstring() and filterunicode() in Python/bltinmodule.c | Walter Dörwald | 2003-02-04 | 1 | -0/+21 |
|
|
* | Fix SF bug# 676155, RuntimeWarning with tp_compare | Neal Norwitz | 2003-01-28 | 1 | -0/+1 |
|
|
* | Fix comment typos | Walter Dörwald | 2003-01-27 | 1 | -3/+4 |
|
|
* | Patch #636005: Filter unicode into unicode. | Martin v. Löwis | 2003-01-25 | 1 | -0/+6 |
|
|
* | Combine test_b1.py and test_b2.py into test_builtin.py, | Walter Dörwald | 2003-01-19 | 1 | -9/+1075 |
|
|
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -3/+3 |
|
|
* | Initial revision | Guido van Rossum | 1992-01-27 | 1 | -0/+13 |
|
|