summaryrefslogtreecommitdiff
path: root/Include/codecs.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-271-0/+4
* Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-2/+2
|\
| * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-2/+2
* | Removed unintentional trailing spaces in non-external and non-generated C files.Serhiy Storchaka2015-03-181-3/+3
* | Issue #19676: Added the "namereplace" error handler.Serhiy Storchaka2014-11-251-0/+3
|/
* Issue #22166: clear codec caches in test_codecsNick Coghlan2014-09-151-0/+4
* Close #20404: blacklist non-text encodings in io.TextIOWrapperNick Coghlan2014-02-041-0/+20
* Issue #19526: Exclude all new API from the stable ABI.Martin v. Löwis2014-01-031-1/+1
* Issue #19619: Blacklist non-text codecs in method APINick Coghlan2013-11-221-0/+27
* Fix build under WindowsAntoine Pitrou2011-10-151-1/+1
* Issue #13088: Add shared Py_hexdigits constant to format a number into base 16Victor Stinner2011-10-141-0/+2
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+2
* #10439: document PyCodec C APIs.Georg Brandl2010-11-201-4/+4
* Move the codec decode type checks to bytes/bytearray.decode().Marc-André Lemburg2008-06-061-1/+12
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-211-4/+18
* PEP 293 implemention (from SF patch http://www.python.org/sf/432401)Walter Dörwald2002-09-021-0/+30
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-8/+8
* Changing the CNRI copyright notice according to CNRI's instructions.Guido van Rossum2000-08-031-1/+1
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-05-091-7/+75
* Python Codec Registry and support functions, by Marc-Andre Lemburg.Guido van Rossum2000-03-101-0/+55