| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace PyUnicode_FromUnicode(NULL, 0) by PyUnicode_New(0, 0) | Victor Stinner | 2011-12-01 | 1 | -2/+2 |
|
|
* | MultibyteCodec_Decode() catchs PyUnicode_AS_UNICODE() failures | Victor Stinner | 2011-12-01 | 1 | -0/+2 |
|
|
* | CJK codecs checks for conversion to Py_UNICODE* failures | Victor Stinner | 2011-11-21 | 1 | -3/+10 |
|
|
* | MultibyteCodec_Encode() checks if PyUnicode_AS_UNICODE() failed | Victor Stinner | 2011-11-21 | 1 | -2/+5 |
|
|
* | Rename _Py_identifier to _Py_IDENTIFIER. | Martin v. Löwis | 2011-10-14 | 1 | -2/+2 |
|
|
* | Add API for static strings, primarily good for identifiers. | Martin v. Löwis | 2011-10-09 | 1 | -2/+5 |
|
|
* | Issue #12016: Multibyte CJK decoders now resynchronize faster | Victor Stinner | 2011-07-07 | 5 | -36/+36 |
|
|
* | (Merge 3.2) Issue #12016: Reindent decoders of HK and JP codecs | Victor Stinner | 2011-06-03 | 2 | -51/+52 |
|\ |
|
| * | Issue #12016: Reindent decoders of HK and JP codecs | Victor Stinner | 2011-06-03 | 2 | -51/+52 |
|
|
* | | Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) calls | Victor Stinner | 2011-05-30 | 1 | -4/+10 |
|
|
* | | (Merge 3.2) Issue #12100: Don't reset incremental encoders of CJK codecs at | Victor Stinner | 2011-05-24 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Issue #12100: Don't reset incremental encoders of CJK codecs at each call to | Victor Stinner | 2011-05-24 | 1 | -4/+4 |
|
|
| * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 11 | -4071/+4071 |
|
|
* | | Issue #8914: fix various warnings from the Clang static analyzer v254. | Brett Cannon | 2011-02-22 | 2 | -1/+2 |
|
|
* | | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 11 | -4071/+4071 |
|/ |
|
* | add a replacement API for PyCObject, PyCapsule #5630 | Benjamin Peterson | 2009-05-05 | 3 | -7/+12 |
|
|
* | Issue #5640: Fix _multibytecodec so that CJK codecs don't repeat | Hye-Shik Chang | 2009-04-02 | 1 | -1/+1 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -5/+5 |
|
|
* | Followup of #4874: also fix multibytecodec.c | Antoine Pitrou | 2009-01-22 | 1 | -2/+2 |
|
|
* | merge from trunk | Benjamin Peterson | 2008-10-11 | 1 | -1/+1 |
|
|
* | Issue #3575: Incremental decoder's decode function now takes bytearray | Hirokazu Yamamoto | 2008-08-17 | 1 | -2/+7 |
|
|
* | Merged revisions 65654 via svnmerge from | Martin v. Löwis | 2008-08-13 | 1 | -3/+11 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 2 | -3/+3 |
|
|
* | Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-... | Georg Brandl | 2008-07-23 | 1 | -2/+2 |
|
|
* | Merged revisions 64114 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-18 | 1 | -7/+31 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 2 | -9/+38 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -27/+27 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-09 | 2 | -1797/+1875 |
|
|
* | Merged revisions 59666-59679 via svnmerge from | Christian Heimes | 2008-01-03 | 1 | -1/+1 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -4/+4 |
|
|
* | Merged revisions 59488-59511 via svnmerge from | Christian Heimes | 2007-12-15 | 1 | -1/+1 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -11/+11 |
|
|
* | Stream functions like read() are supposed to return bytes, not buffer. | Amaury Forgeot d'Arc | 2007-11-22 | 1 | -17/+9 |
|
|
* | Replace PyObject_Unicode with PyObject_Str everywhere, and remove the | Thomas Heller | 2007-11-15 | 1 | -2/+2 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -18/+18 |
|
|
* | #1316: remove redundant PyLong_Check calls when PyInt_Check was already called. | Georg Brandl | 2007-10-23 | 1 | -4/+2 |
|
|
* | Fix a couple of warnings | Neal Norwitz | 2007-08-26 | 1 | -1/+1 |
|
|
* | Use unicode and remove support for some uses of str8. | Neal Norwitz | 2007-08-26 | 2 | -18/+19 |
|
|
* | Merged revisions 57152-57220 via svnmerge from | Guido van Rossum | 2007-08-20 | 1 | -7/+104 |
|
|
* | Merged revisions 56753-56781 via svnmerge from | Guido van Rossum | 2007-08-06 | 1 | -0/+1 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -14/+9 |
|
|
* | Fix another issue likely introduced by the merge. | Guido van Rossum | 2007-06-14 | 1 | -1/+1 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -1/+5 |
|
|
* | Make all the multibyte codec tests pass. | Guido van Rossum | 2007-05-17 | 1 | -6/+19 |
|
|
* | Make test_codecs work. The CJK codecs now use bytes instead of str8 for | Guido van Rossum | 2007-05-17 | 1 | -24/+27 |
|
|
* | Allow encoding names to be unicode strings. | Guido van Rossum | 2007-05-17 | 1 | -0/+5 |
|
|
* | Merged the int/long unification branch, by very crude means (sorry Thomas!). | Guido van Rossum | 2007-01-14 | 1 | -0/+9 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 3 | -42/+61 |
|
|
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -1/+2 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -16/+8 |
|
|