| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix #1679: "0x" was taken as a valid integer literal. | Georg Brandl | 2008-01-19 | 1 | -0/+5 |
|
|
| * | Continue rolling back pep-3141 changes that changed behavior from 2.5. This | Jeffrey Yasskin | 2008-01-05 | 1 | -13/+11 |
|
|
| * | Patch #1725 by Mark Dickinson, fixes incorrect conversion of -1e1000 | Guido van Rossum | 2008-01-05 | 1 | -0/+6 |
|
|
| * | Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just | Jeffrey Yasskin | 2008-01-03 | 1 | -1/+74 |
|
|
| * | Patch #1444529: the builtin compile() now accepts keyword arguments. | Georg Brandl | 2007-03-13 | 1 | -0/+9 |
|
|
| * | Backport from Py3k branch: | Georg Brandl | 2007-03-12 | 1 | -4/+59 |
|
|
| * | Patch #1638879: don't accept strings with embedded NUL bytes in long(). | Georg Brandl | 2007-03-06 | 1 | -0/+5 |
|
|
| * | Bug #1545497: when given an explicit base, int() did ignore NULs | Georg Brandl | 2006-10-12 | 1 | -0/+5 |
|
|
| * | Forward-port of r52136,52138: a review of overflow-detecting code. | Armin Rigo | 2006-10-04 | 1 | -2/+9 |
|
|
| * | Fix integer negation and absolute value to not rely | Martin v. Löwis | 2006-10-04 | 1 | -0/+1 |
|
|
| * | Fix and test for an infinite C recursion. | Armin Rigo | 2006-08-09 | 1 | -0/+4 |
|
|
| * | __hash__ may now return long int; the final hash | Martin v. Löwis | 2006-08-09 | 1 | -0/+9 |
|
|
| * | Whitespace normalization. | Tim Peters | 2006-08-09 | 1 | -1/+1 |
|
|
| * | Don't produce output in test_builtin. | Georg Brandl | 2006-08-06 | 1 | -2/+2 |
|
|
| * | Bug #1535165: fixed a segfault in input() and raw_input() when | Georg Brandl | 2006-08-06 | 1 | -0/+8 |
|
|
| * | Bug #1417699: Reject locale-specific decimal point in float() | Martin v. Löwis | 2006-07-03 | 1 | -3/+14 |
|
|
| * | Normalized a few cases of whitespace in function declarations. | Martin Blais | 2006-06-06 | 1 | -1/+1 |
|
|
| * | Heavily fiddled variant of patch #1442927: PyLong_FromString optimization. | Tim Peters | 2006-05-24 | 1 | -0/+75 |
|
|
| * | Bug #1334662 / patch #1335972: int(string, base) wrong answers. | Tim Peters | 2006-05-23 | 1 | -0/+78 |
|
|
| * | Bug #1473625: stop cPickle making float dumps locale dependent in protocol 0. | Georg Brandl | 2006-04-30 | 1 | -24/+12 |
|
|
| * | Fix __import__("") to raise ValueError rather than return None. | Thomas Wouters | 2006-04-04 | 1 | -0/+1 |
|
|
| * | Patch #1460496: round() now accepts keyword arguments. | Georg Brandl | 2006-03-31 | 1 | -0/+3 |
|
|
| * | Part of bug 1459808: fiddle test_input_and_raw_input() | Tim Peters | 2006-03-28 | 1 | -2/+10 |
|
|
| * | Correct test_builtin locale handling. | Georg Brandl | 2006-01-09 | 1 | -1/+1 |
|
|
| * | Get float() to be more portable across platforms. Disable hex strings. | Neal Norwitz | 2005-12-18 | 1 | -2/+4 |
|
|
| * | Test another error case in PyFloat_FromString(). | Walter Dörwald | 2005-11-29 | 1 | -0/+2 |
|
|
| * | 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 |
|
|