summaryrefslogtreecommitdiff
path: root/Modules/cjkcodecs/multibytecodec.c
Commit message (Expand)AuthorAgeFilesLines
* Use _PyObject_CallMethodIdObjArgs()Victor Stinner2016-12-091-2/+2
* Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSizeSerhiy Storchaka2016-11-201-2/+2
* Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-2/+2
* Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-061-1/+1
* Issue #20440: Applied yet one patch for using Py_SETREF.Serhiy Storchaka2015-12-271-2/+1
* Merge 3.4Victor Stinner2015-07-161-0/+3
|\
| * Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecsVictor Stinner2015-07-161-0/+3
* | Specify default values of semantic booleans in Argument Clinic generated sign...Serhiy Storchaka2015-05-301-4/+4
* | Issue #24001: Argument Clinic converters now use accept={type}Larry Hastings2015-05-041-4/+4
* | Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.Larry Hastings2015-04-141-18/+31
* | Issue #23501: Argumen Clinic now generates code into separate files by default.Serhiy Storchaka2015-04-031-6/+1
* | Issue #23215: Multibyte codecs with custom error handlers that ignores errorsSerhiy Storchaka2015-02-211-8/+11
|\ \ | |/
| * Issue #23215: Multibyte codecs with custom error handlers that ignores errorsSerhiy Storchaka2015-02-211-8/+11
* | Removed redundant casts to `char *`.Serhiy Storchaka2014-09-281-2/+2
* | Issue #20152: Convert _multibytecodecs to Argument Clinic.Brett Cannon2014-08-221-142/+191
|/
* Issue #19515: Remove identifiers duplicated in the same file.Victor Stinner2013-11-121-2/+2
* Issue #18408: Fix cjkcodecs decoders, add a new MBERR_EXCEPTION constant toVictor Stinner2013-07-161-0/+2
* Issue #18408: Fix CJK decoders, raise MemoryError on memory allocation failureVictor Stinner2013-07-151-1/+3
* fix indentationVictor Stinner2013-07-081-13/+13
* Close #17694: Add minimum length to _PyUnicodeWriterVictor Stinner2013-04-171-4/+5
* Issue #17693: Fix memory/reference leaksVictor Stinner2013-04-141-5/+3
* Issue #17693: CJK encoders now use the new Unicode API (PEP 393)Victor Stinner2013-04-141-76/+96
* Close #17693: Rewrite CJK decoders to use the _PyUnicodeWriter API instead ofVictor Stinner2013-04-111-90/+39
* support encoding error handlers that return bytes (closes #16585)Benjamin Peterson2012-12-021-2/+6
* unicode -> strBenjamin Peterson2012-12-021-3/+3
* Replace PyUnicode_FromUnicode(NULL, 0) by PyUnicode_New(0, 0)Victor Stinner2011-12-011-2/+2
* MultibyteCodec_Decode() catchs PyUnicode_AS_UNICODE() failuresVictor Stinner2011-12-011-0/+2
* CJK codecs checks for conversion to Py_UNICODE* failuresVictor Stinner2011-11-211-3/+10
* MultibyteCodec_Encode() checks if PyUnicode_AS_UNICODE() failedVictor Stinner2011-11-211-2/+5
* Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis2011-10-141-2/+2
* Add API for static strings, primarily good for identifiers.Martin v. Löwis2011-10-091-2/+5
* Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) callsVictor Stinner2011-05-301-4/+10
* (Merge 3.2) Issue #12100: Don't reset incremental encoders of CJK codecs atVictor Stinner2011-05-241-4/+4
|\
| * Issue #12100: Don't reset incremental encoders of CJK codecs at each call toVictor Stinner2011-05-241-4/+4
| * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-1435/+1435
* | Issue #8914: fix various warnings from the Clang static analyzer v254.Brett Cannon2011-02-221-0/+1
* | Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-1435/+1435
|/
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-051-2/+2
* Issue #5640: Fix _multibytecodec so that CJK codecs don't repeatHye-Shik Chang2009-04-021-1/+1
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-5/+5
* Followup of #4874: also fix multibytecodec.cAntoine Pitrou2009-01-221-2/+2
* merge from trunkBenjamin Peterson2008-10-111-1/+1
* Issue #3575: Incremental decoder's decode function now takes bytearrayHirokazu Yamamoto2008-08-171-2/+7
* Merged revisions 65654 via svnmerge fromMartin v. Löwis2008-08-131-3/+11
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-2/+2
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-231-2/+2
* Merged revisions 64114 via svnmerge fromAmaury Forgeot d'Arc2008-06-181-7/+31
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-6/+23
* Renamed PyString to PyBytesChristian Heimes2008-05-261-27/+27
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-4/+4