summaryrefslogtreecommitdiff
path: root/Modules/_codecsmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 81860 via svnmerge fromAntoine Pitrou2010-06-091-98/+98
* Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing formatVictor Stinner2010-06-081-16/+0
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-377/+377
* Merged revisions 79779 via svnmerge fromPhilip Jenvey2010-04-051-1/+1
* Merged revisions 72404-72406 via svnmerge fromWalter Dörwald2009-05-061-1/+2
* Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-...Benjamin Peterson2009-03-211-1/+1
* Issue #4874: Most builtin decoders now reject unicode input.Antoine Pitrou2009-01-221-14/+14
* merge from trunkBenjamin Peterson2008-10-111-1/+1
* Merged revisions 65654 via svnmerge fromMartin v. Löwis2008-08-131-152/+127
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-2/+14
* Renamed PyString to PyBytesChristian Heimes2008-05-261-13/+13
* Merged revisions 59056-59076 via svnmerge fromChristian Heimes2007-11-201-6/+13
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-10/+9
* Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le andWalter Dörwald2007-08-161-0/+204
* Merged revisions 56443-56466 via svnmerge fromGuido van Rossum2007-07-201-4/+5
* Change readbuffer_encode() and charbuffer_encode() toWalter Dörwald2007-06-221-8/+4
* Make identifiers str (not str8) objects throughout.Martin v. Löwis2007-06-101-1/+1
* Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirrorWalter Dörwald2007-05-181-11/+47
* Get rid of all #ifdef Py_USING_UNICODE (it is always present now).Guido van Rossum2007-05-031-18/+0
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-1/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-5/+10
* Merge the rest of the trunk.Thomas Wouters2006-06-081-0/+10
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-51/+15
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-11/+7
* Merge ssize_t branch.Martin v. Löwis2006-02-151-23/+48
* Whitespace cleanup.Walter Dörwald2005-11-021-27/+27
* SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complainWalter Dörwald2005-08-301-2/+2
* Build with --disable-unicode again. Fixes #1158607.Martin v. Löwis2005-03-081-0/+14
* SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now supportWalter Dörwald2004-09-071-24/+57
* Change some declarations from ``char *`` to ``const char *``. Also addedBrett Cannon2004-07-101-6/+8
* Add generic codecs.encode() and .decode() APIs that don't imposeMarc-André Lemburg2004-07-101-4/+72
* Fix for [ 543344 ] Interpreter crashes when recoding; suggestedMarc-André Lemburg2003-02-041-1/+3
* Add docstrings to register, lookup, register_errorWalter Dörwald2002-10-311-4/+36
* PEP 293 implemention (from SF patch http://www.python.org/sf/432401)Walter Dörwald2002-09-021-0/+28
* Patch #505705: Remove eval in pickle and cPickle.Martin v. Löwis2002-08-141-1/+45
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-1/+1
* Patch #569753: Remove support for WIN16.Martin v. Löwis2002-06-301-5/+5
* Patch #477750: Use METH_ constants in Modules.Martin v. Löwis2002-01-171-29/+29
* Patch #435971: UTF-7 codec by Brian Quinlan.Marc-André Lemburg2001-09-201-0/+42
* Patch #445762: Support --disable-unicodeMartin v. Löwis2001-08-171-0/+4
* experimental UCS-4 support: don't assume that MS_WIN32 impliesFredrik Lundh2001-06-261-3/+3
* Fix for bug [ #433047 ] missing args to PyArg_ParseTupleMarc-André Lemburg2001-06-171-2/+2
* Added a true unicode_internal_encode function and fixed theMarc-André Lemburg2000-09-211-9/+43
* Changing the CNRI copyright notice according to CNRI's instructions.Guido van Rossum2000-08-031-1/+1
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* Modified the encode interfaces of all builtin codecs to acceptMarc-André Lemburg2000-07-051-50/+105
* Marc-Andre Lemburg:Guido van Rossum2000-03-281-0/+46
* Internal module _codecs -- Provides access to the codec registry andGuido van Rossum2000-03-101-0/+529