| Commit message (Expand) | Author | Age | Files | Lines |
* | #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an | Antoine Pitrou | 2008-08-29 | 1 | -16/+47 |
|
|
* | Fix #3651 various memory leaks when using the buffer interface | Benjamin Peterson | 2008-08-27 | 1 | -10/+11 |
|
|
* | Merged revisions 66006 via svnmerge from | Neal Norwitz | 2008-08-24 | 1 | -3/+7 |
|
|
* | Merged revisions 65654 via svnmerge from | Martin v. Löwis | 2008-08-13 | 1 | -11/+108 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -1/+1 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -22/+22 |
|
|
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 1 | -3/+3 |
|
|
* | #2895: don't crash with bytes as keyword argument names. | Georg Brandl | 2008-05-16 | 1 | -1/+1 |
|
|
* | #2798: PyArg_ParseTuple did not correctly handle the "s" code in case of unic... | Amaury Forgeot d'Arc | 2008-05-12 | 1 | -8/+8 |
|
|
* | Fixed a memory leak introduced in r62462 | Christian Heimes | 2008-05-08 | 1 | -1/+3 |
|
|
* | Issue 2440: remove the guard around the handling of case 'n' in getargs.c's c... | Trent Nelson | 2008-04-22 | 1 | -4/+1 |
|
|
* | Issue 2440: revert r62269 and r62279. These changes were made in an effort t... | Trent Nelson | 2008-04-11 | 1 | -2/+4 |
|
|
* | Issue 2440: fix the handling of %n in Python/getargs.c's convertsimple(), ext... | Trent Nelson | 2008-04-10 | 1 | -4/+2 |
|
|
* | Add XXX comments for whoever cleans up getargs.c :) | Georg Brandl | 2008-03-21 | 1 | -0/+4 |
|
|
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,... | Christian Heimes | 2008-02-28 | 1 | -153/+108 |
|
|
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61064,... | Christian Heimes | 2008-02-26 | 1 | -6/+6 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -8/+8 |
|
|
* | Merged revisions 59239-59244 via svnmerge from | Christian Heimes | 2007-11-30 | 1 | -2/+2 |
|
|
* | PyString_AsString is permissive and accepts unicode strings. | Amaury Forgeot d'Arc | 2007-11-22 | 1 | -4/+4 |
|
|
* | Fix error messages for buffer objects to say "bytes" instead of "string". | Guido van Rossum | 2007-11-21 | 1 | -2/+2 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -183/+158 |
|
|
* | #1316: remove redundant PyLong_Check calls when PyInt_Check was already called. | Georg Brandl | 2007-10-23 | 1 | -3/+1 |
|
|
* | Remove the buffer API from PyUnicode as specified by PEP 3137. Also, | Alexandre Vassalotti | 2007-10-14 | 1 | -1/+1 |
|
|
* | Eliminate use of PyBUF_CHARACTER flag which is no longer part of the buffer i... | Travis E. Oliphant | 2007-10-13 | 1 | -2/+4 |
|
|
* | Change PyBuffer to Py_buffer to be consistent with other non-object structure... | Travis E. Oliphant | 2007-09-23 | 1 | -3/+3 |
|
|
* | Ugh, hopefully I can get this right. The code is only compiled on Win64 | Neal Norwitz | 2007-08-31 | 1 | -1/+1 |
|
|
* | Try to fix the problem of passing a non-int on Win64 right this time. | Neal Norwitz | 2007-08-31 | 1 | -2/+5 |
|
|
* | Try to fix a problem with large values on Win64. Diagnosed by Thomas Heller | Neal Norwitz | 2007-08-31 | 1 | -1/+1 |
|
|
* | Three patches from issue #1047, by Amaury Forgeot d'Arc: | Guido van Rossum | 2007-08-29 | 1 | -0/+28 |
|
|
* | Merged in py3k-buffer branch to main line. All objects now use the buffer pr... | Travis E. Oliphant | 2007-08-18 | 1 | -18/+37 |
|
|
* | Revert r56044 (which changed the %c format specifier to accept a | Walter Dörwald | 2007-07-01 | 1 | -0/+13 |
|
|
* | Change %c format specifier for PyArg_ParseTuple() so that it accepts | Walter Dörwald | 2007-06-20 | 1 | -4/+3 |
|
|
* | Be more robust around bytes for e[st]#? formats. | Guido van Rossum | 2007-05-09 | 1 | -4/+8 |
|
|
* | Checkpoint. A b it closer to working pickles and pickletools. | Guido van Rossum | 2007-05-07 | 1 | -0/+10 |
|
|
* | Change UnicodeDecodeError objects so that the 'object' attribute | Walter Dörwald | 2007-05-04 | 1 | -0/+27 |
|
|
* | Compare and hash unicode objects like their UTF-8 representations. | Guido van Rossum | 2007-05-04 | 1 | -1/+5 |
|
|
* | More coding by random modification. | Guido van Rossum | 2007-05-04 | 1 | -12/+12 |
|
|
* | Get rid of all #ifdef Py_USING_UNICODE (it is always present now). | Guido van Rossum | 2007-05-03 | 1 | -24/+0 |
|
|
* | Checkpoint. Manipulated things so that string literals are always | Guido van Rossum | 2007-04-27 | 1 | -2/+2 |
|
|
* | Merged the int/long unification branch, by very crude means (sorry Thomas!). | Guido van Rossum | 2007-01-14 | 1 | -3/+1 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -4/+5 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -2/+13 |
|
|
* | Get rid of most of the flags (in tp_flags) that keep track of various | Guido van Rossum | 2006-07-27 | 1 | -3/+1 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -9/+24 |
|
|
* | Checkpoint. 218 tests are okay; 53 are failing. Done so far: | Guido van Rossum | 2006-03-15 | 1 | -5/+6 |
|
|
* | Fix C99-ism, and add XXX to comment | Thomas Wouters | 2006-03-01 | 1 | -1/+1 |
|
|
* | Use %zd format characters for Py_ssize_t types. | Thomas Wouters | 2006-03-01 | 1 | -6/+6 |
|
|
* | Use Py_ssize_t for PyArg_UnpackTuple arguments. | Martin v. Löwis | 2006-03-01 | 1 | -2/+2 |
|
|
* | Revert backwards-incompatible const changes. | Martin v. Löwis | 2006-02-27 | 1 | -10/+11 |
|
|
* | Based on discussion with Martin and Thomas on python-checkins | Neal Norwitz | 2006-02-20 | 1 | -1/+1 |
|
|