| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert #2990 patch; it's not necessary as Armin showed. | Georg Brandl | 2008-05-29 | 1 | -7/+5 |
|
|
* | #2990: prevent inconsistent state while updating method cache. | Georg Brandl | 2008-05-28 | 1 | -5/+7 |
|
|
* | #2989: add PyType_Modified(). | Georg Brandl | 2008-05-28 | 1 | -10/+9 |
|
|
* | Renamed bytesobject.c to bytearrayobject.c | Christian Heimes | 2008-05-26 | 3 | -8054/+8054 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 35 | -1094/+1094 |
|
|
* | First step of the C API rename: | Christian Heimes | 2008-05-26 | 4 | -241/+241 |
|
|
* | #2592: delegate nb_index and the floor/truediv slots in weakref.proxy. | Georg Brandl | 2008-05-20 | 1 | -0/+10 |
|
|
* | Revert copy_reg -> copyreg rename. | Georg Brandl | 2008-05-20 | 1 | -3/+3 |
|
|
* | #2353: raise Py3k warning in file.xreadlines(). | Georg Brandl | 2008-05-17 | 1 | -3/+12 |
|
|
* | Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6. | Alexandre Vassalotti | 2008-05-16 | 1 | -1/+1 |
|
|
* | Don't allow keyword arguments to reversed(). | Georg Brandl | 2008-05-16 | 1 | -1/+4 |
|
|
* | Make generator repr consistent with function and code object repr. | Georg Brandl | 2008-05-16 | 1 | -1/+1 |
|
|
* | #2863: add gen.__name__ and add this name to generator repr(). | Georg Brandl | 2008-05-15 | 1 | -2/+32 |
|
|
* | #2831: add start argument to enumerate(). Patch by Scott Dial and me. | Georg Brandl | 2008-05-13 | 1 | -5/+23 |
|
|
* | #2809 followup: even better split docstring. | Georg Brandl | 2008-05-11 | 2 | -4/+4 |
|
|
* | Addresses issue 2802: 'n' formatting for integers. | Eric Smith | 2008-05-11 | 5 | -3/+154 |
|
|
* | #2809: elaborate str.split docstring a bit. | Georg Brandl | 2008-05-11 | 2 | -3/+5 |
|
|
* | Added module stub for copy_reg renaming in 3.0. | Alexandre Vassalotti | 2008-05-11 | 1 | -22/+22 |
|
|
* | Backport fast alternate io.BytesIO implementation. | Alexandre Vassalotti | 2008-05-09 | 1 | -2/+2 |
|
|
* | Issue #2801: fix bug in float.is_integer where ValueError | Mark Dickinson | 2008-05-09 | 1 | -0/+1 |
|
|
* | Frozensets do not benefit from autoconversion. | Raymond Hettinger | 2008-05-08 | 1 | -3/+3 |
|
|
* | A little reformating of Py3k warnings | Benjamin Peterson | 2008-04-27 | 7 | -18/+16 |
|
|
* | Use PyErr_WarnPy3k throughout | Benjamin Peterson | 2008-04-27 | 10 | -49/+26 |
|
|
* | I finally got the time to update and merge Mark's and my trunk-math branch. T... | Christian Heimes | 2008-04-18 | 5 | -729/+167 |
|
|
* | Fix for possible signed overflow: the behaviour of -LONG_MIN is | Mark Dickinson | 2008-04-15 | 1 | -6/+19 |
|
|
* | Prevent namespace pollution, add static for internal functions | Neal Norwitz | 2008-04-15 | 2 | -5/+5 |
|
|
* | Backport manually r62342 from the py3k branch to the trunk. | Alexandre Vassalotti | 2008-04-14 | 1 | -17/+23 |
|
|
* | get rid of assert (size >= 0) now that an explicit if (size < 0) is in the code. | Gregory P. Smith | 2008-04-10 | 3 | -3/+0 |
|
|
* | Raise SystemError when size < 0 is passed into PyString_FromStringAndSize, | Gregory P. Smith | 2008-04-09 | 3 | -0/+18 |
|
|
* | Bug #2388: Fix gcc warnings when compiling with --enable-unicode=ucs4. | Martin v. Löwis | 2008-04-07 | 3 | -6/+25 |
|
|
* | Make file objects as thread safe as the underlying libc FILE* implementation. | Gregory P. Smith | 2008-04-06 | 1 | -81/+164 |
|
|
* | Fix compiler warning about finite() missing on Solaris. | Neal Norwitz | 2008-03-28 | 2 | -0/+8 |
|
|
* | Revert r61969 which added casts to Py_CHARMASK to avoid compiler warnings. | Neal Norwitz | 2008-03-28 | 2 | -7/+7 |
|
|
* | Pluralss only need one s, not 2 (intss -> ints) | Neal Norwitz | 2008-03-27 | 2 | -2/+2 |
|
|
* | Fix warnings about using char as an array subscript. This is not portable | Neal Norwitz | 2008-03-27 | 2 | -7/+7 |
|
|
* | Fix memory leaks | Neal Norwitz | 2008-03-27 | 1 | -2/+6 |
|
|
* | Fix bytes so it works on 64-bit platforms. | Neal Norwitz | 2008-03-27 | 1 | -14/+5 |
|
|
* | Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,... | Christian Heimes | 2008-03-26 | 9 | -2/+4489 |
|
|
* | Move declarations to block start. | Georg Brandl | 2008-03-25 | 1 | -4/+4 |
|
|
* | Fix tabs. | Georg Brandl | 2008-03-25 | 2 | -2/+2 |
|
|
* | Make Py3k warnings consistent w.r.t. punctuation; also respect the | Georg Brandl | 2008-03-25 | 9 | -33/+42 |
|
|
* | #2355: py3k warning for buffer(). | Georg Brandl | 2008-03-25 | 1 | -0/+5 |
|
|
* | Try to fix a bunch of compiler warnings on Win64. | Neal Norwitz | 2008-03-25 | 1 | -1/+1 |
|
|
* | Issue2469: Correct a typo I introduced at r61793: compilation error with UCS4... | Amaury Forgeot d'Arc | 2008-03-24 | 1 | -1/+1 |
|
|
* | #1477: ur'\U0010FFFF' raised in narrow unicode builds. | Amaury Forgeot d'Arc | 2008-03-23 | 1 | -4/+42 |
|
|
* | Remove compiler warnings (on Alpha at least) about using chars as | Neal Norwitz | 2008-03-23 | 1 | -4/+4 |
|
|
* | #2348: add py3k warning for file.softspace. | Georg Brandl | 2008-03-21 | 1 | -2/+34 |
|
|
* | #2346/#2347: add py3k warning for __methods__ and __members__. Patch by Jack ... | Georg Brandl | 2008-03-21 | 2 | -1/+18 |
|
|
* | Remove unnecessary traceback save/restore pair. | Raymond Hettinger | 2008-03-19 | 1 | -4/+2 |
|
|
* | Issue 2354: Fix-up compare warning. Patch contributed by Jeff Balogh. | Raymond Hettinger | 2008-03-19 | 1 | -1/+1 |
|
|