| Commit message (Expand) | Author | Age | Files | Lines |
* | account for PyObject_IsInstance's new ability to fail | Benjamin Peterson | 2009-12-13 | 1 | -1/+5 |
|
|
* | Issue #6985: number of range() items should be constrained to lie | Mark Dickinson | 2009-12-03 | 1 | -4/+4 |
|
|
* | round(0, "ermintrude") succeeded instead of producing a TypeError. Fix this. | Mark Dickinson | 2009-11-24 | 1 | -4/+4 |
|
|
* | Issue #7117, continued: Change round implementation to use the correctly-rou... | Mark Dickinson | 2009-11-18 | 1 | -19/+38 |
|
|
* | a better callable replacement | Benjamin Peterson | 2009-11-17 | 1 | -1/+1 |
|
|
* | Warn against replacing PyNumber_Add with PyNumber_InPlaceAdd in sum | Mark Dickinson | 2009-10-26 | 1 | -0/+9 |
|
|
* | revert r74699 since it loses useful error information | Benjamin Peterson | 2009-09-07 | 1 | -2/+13 |
|
|
* | PyObject_GetIter can set an error for its self just fine | Benjamin Peterson | 2009-09-06 | 1 | -13/+2 |
|
|
* | when print() gets unicode arguments, sep and end should be unicode by default... | Benjamin Peterson | 2009-07-02 | 1 | -18/+74 |
|
|
* | further hint to where the open docs really are | Philip Jenvey | 2009-05-28 | 1 | -1/+1 |
|
|
* | don't ignore exceptions from _PyObject_LengthHint | Benjamin Peterson | 2009-05-09 | 1 | -1/+3 |
|
|
* | Issue #1869: Fix a couple of minor round() issues. | Mark Dickinson | 2009-04-18 | 1 | -4/+1 |
|
|
* | Issue #2396: backport the memoryview object. | Antoine Pitrou | 2009-04-02 | 1 | -1/+1 |
|
|
* | Issue 1242657: list(obj) can swallow KeyboardInterrupt. | Raymond Hettinger | 2009-02-02 | 1 | -0/+2 |
|
|
* | follup to #3473: don't duplicate the reduce code | Benjamin Peterson | 2008-08-18 | 1 | -56/+10 |
|
|
* | #3479: unichr(2**32) used to return u'\x00'. | Amaury Forgeot d'Arc | 2008-07-31 | 1 | -2/+2 |
|
|
* | Revert 64424, 64438, and 64439. | Raymond Hettinger | 2008-06-24 | 1 | -18/+1 |
|
|
* | Make bin() implementation parallel oct() and hex() so that int/long subclasse... | Raymond Hettinger | 2008-06-20 | 1 | -1/+18 |
|
|
* | Merge in release25-maint r60793: | Gregory P. Smith | 2008-06-11 | 1 | -4/+56 |
|
|
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -30/+30 |
|
|
* | Issue 2784: fix leaks in exception exit. | Raymond Hettinger | 2008-05-30 | 1 | -2/+2 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -30/+30 |
|
|
* | First step of the C API rename: | Christian Heimes | 2008-05-26 | 1 | -4/+4 |
|
|
* | revert 63425 over Guido's Febuary message about this, that I missed | Benjamin Peterson | 2008-05-17 | 1 | -27/+15 |
|
|
* | fix spelling | Benjamin Peterson | 2008-05-17 | 1 | -1/+1 |
|
|
* | add Py3k warnings to oct and hex. backport hex behavior (because it's not dif... | Benjamin Peterson | 2008-05-17 | 1 | -15/+27 |
|
|
* | #2196 hasattr now allows SystemExit and KeyboardInterrupt to propagate | Benjamin Peterson | 2008-05-12 | 1 | -3/+7 |
|
|
* | #2719: backport next() from 3k. | Georg Brandl | 2008-04-30 | 1 | -0/+42 |
|
|
* | A little reformating of Py3k warnings | Benjamin Peterson | 2008-04-27 | 1 | -6/+6 |
|
|
* | Use PyErr_WarnPy3k throughout | Benjamin Peterson | 2008-04-27 | 1 | -25/+13 |
|
|
* | Properly check for consistency with the third argument of | Georg Brandl | 2008-03-29 | 1 | -16/+16 |
|
|
* | Patch #1810 by Thomas Lee, reviewed by myself: | Georg Brandl | 2008-03-28 | 1 | -19/+44 |
|
|
* | Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,... | Christian Heimes | 2008-03-26 | 1 | -0/+8 |
|
|
* | Make Py3k warnings consistent w.r.t. punctuation; also respect the | Georg Brandl | 2008-03-25 | 1 | -6/+10 |
|
|
* | The filter() function does support a None argument in Py3.0. | Raymond Hettinger | 2008-03-19 | 1 | -7/+0 |
|
|
* | Backport of the print function, using a __future__ import. | Eric Smith | 2008-03-18 | 1 | -0/+73 |
|
|
* | Added a warning when -3 is enabled and None is passed to filter as the first ... | David Wolever | 2008-03-18 | 1 | -0/+7 |
|
|
* | Finish backporting new buffer API to Python 2.6. Left to do: memoryview obje... | Travis E. Oliphant | 2008-03-18 | 1 | -0/+1 |
|
|
* | Add a little info to the 3k deprecation warnings about what to use instead. | Neal Norwitz | 2008-02-24 | 1 | -4/+4 |
|
|
* | map(None, ...) is not supported in 3.0. | Neal Norwitz | 2008-02-24 | 1 | -3/+9 |
|
|
* | Added bin() builtin. I'm going to check in the tests in a seperate checkin, ... | Eric Smith | 2008-02-22 | 1 | -0/+13 |
|
|
* | Backport of PEP 3101, Advanced String Formatting, from py3k. | Eric Smith | 2008-02-17 | 1 | -0/+19 |
|
|
* | Move __builtins__.trunc() to math.trunc() per | Jeffrey Yasskin | 2008-02-01 | 1 | -15/+0 |
|
|
* | CallMethod is faster with a NULL third-argument than with an empty format str... | Raymond Hettinger | 2008-01-29 | 1 | -1/+1 |
|
|
* | Fix two crashers. | Guido van Rossum | 2008-01-23 | 1 | -1/+6 |
|
|
* | Added bytes and b'' as aliases for str and '' | Christian Heimes | 2008-01-18 | 1 | -0/+1 |
|
|
* | Fix C++-style comment. | Georg Brandl | 2008-01-05 | 1 | -3/+3 |
|
|
* | Continue rolling back pep-3141 changes that changed behavior from 2.5. This | Jeffrey Yasskin | 2008-01-05 | 1 | -17/+25 |
|
|
* | Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just | Jeffrey Yasskin | 2008-01-03 | 1 | -23/+30 |
|
|
* | Improve performance of built-in any()/all() by avoiding PyIter_Next() -- | Guido van Rossum | 2007-12-20 | 1 | -8/+28 |
|
|