summaryrefslogtreecommitdiffstats
path: root/Modules/cjkcodecs
Commit message (Expand)AuthorAgeFilesLines
* 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-072-3/+3
* 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-112-9/+38
* Renamed PyString to PyBytesChristian Heimes2008-05-261-27/+27
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-092-1797/+1875
* Merged revisions 59666-59679 via svnmerge fromChristian Heimes2008-01-031-1/+1
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-4/+4
* Merged revisions 59488-59511 via svnmerge fromChristian Heimes2007-12-151-1/+1
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-11/+11
* Stream functions like read() are supposed to return bytes, not buffer.Amaury Forgeot d'Arc2007-11-221-17/+9
* Replace PyObject_Unicode with PyObject_Str everywhere, and remove theThomas Heller2007-11-151-2/+2
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-18/+18
* #1316: remove redundant PyLong_Check calls when PyInt_Check was already called.Georg Brandl2007-10-231-4/+2
* Fix a couple of warningsNeal Norwitz2007-08-261-1/+1
* Use unicode and remove support for some uses of str8.Neal Norwitz2007-08-262-18/+19
* Merged revisions 57152-57220 via svnmerge fromGuido van Rossum2007-08-201-7/+104
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-061-0/+1
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-14/+9
* Fix another issue likely introduced by the merge.Guido van Rossum2007-06-141-1/+1
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+5
* Make all the multibyte codec tests pass.Guido van Rossum2007-05-171-6/+19
* Make test_codecs work. The CJK codecs now use bytes instead of str8 forGuido van Rossum2007-05-171-24/+27
* Allow encoding names to be unicode strings.Guido van Rossum2007-05-171-0/+5
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-141-0/+9
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-133-42/+61
* Merge the rest of the trunk.Thomas Wouters2006-06-081-1/+2
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-16/+8
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-1/+1
* Add empty __init__ methods for stateful multibytecodec instances.Hye-Shik Chang2006-04-211-4/+28
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-213-323/+848
* Bug #1448490: Fix a bug that ISO-2022 codecs could not handleHye-Shik Chang2006-03-131-1/+1
* Check NULL if Py_InitModule fails.Hye-Shik Chang2006-03-061-1/+2
* - Modernize code to use Py_ssize_t more intensively.Hye-Shik Chang2006-03-0418-168/+131
* More unconsting.Martin v. Löwis2006-02-271-2/+2
* Merge ssize_t branch.Martin v. Löwis2006-02-151-1/+1
* Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn moduleHye-Shik Chang2005-12-121-0/+8
* Add const to several API functions that take char *.Jeremy Hylton2005-12-101-2/+2
* Change the internal "undefined codepoint" mark for CJKCodecs decodersHye-Shik Chang2005-10-061-1/+4
* SF Patch #1297028, cjkcodecs does not initialize type pointerNeal Norwitz2005-09-211-0/+4
* [ 1243081 ] repair typosGeorg Brandl2005-07-221-1/+1
* Bug #1005737, #1007249: Fix several build problems and warningsHye-Shik Chang2004-08-195-42/+45
* Remove CJKCodecs implementation of UTF-7 and UTF-8 codec whichHye-Shik Chang2004-07-281-560/+0
* Replace an extern magic to assigning declared pointer from array's.Hye-Shik Chang2004-07-181-26/+12
* Remove unused CNS-11643 mapping which shouldn't merged into main PythonHye-Shik Chang2004-07-181-11864/+0
* Repair MS compiler warning about signed-vs-unsigned mismatch. The planeTim Peters2004-07-181-2/+2
* Added a comment explaining the extern ugliness.Tim Peters2004-07-181-0/+6