| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-41842: Add codecs.unregister() function (GH-22360) | Hai Shi | 2020-09-28 | 1 | -0/+8 |
|
|
* | Issue #29058: All stable API extensions added after Python 3.2 are now | Serhiy Storchaka | 2016-12-27 | 1 | -0/+4 |
|
|
* | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 | Martin Panter | 2015-11-02 | 1 | -2/+2 |
|\ |
|
| * | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -2/+2 |
|
|
* | | Removed unintentional trailing spaces in non-external and non-generated C files. | Serhiy Storchaka | 2015-03-18 | 1 | -3/+3 |
|
|
* | | Issue #19676: Added the "namereplace" error handler. | Serhiy Storchaka | 2014-11-25 | 1 | -0/+3 |
|/ |
|
* | Issue #22166: clear codec caches in test_codecs | Nick Coghlan | 2014-09-15 | 1 | -0/+4 |
|
|
* | Close #20404: blacklist non-text encodings in io.TextIOWrapper | Nick Coghlan | 2014-02-04 | 1 | -0/+20 |
|
|
* | Issue #19526: Exclude all new API from the stable ABI. | Martin v. Löwis | 2014-01-03 | 1 | -1/+1 |
|
|
* | Issue #19619: Blacklist non-text codecs in method API | Nick Coghlan | 2013-11-22 | 1 | -0/+27 |
|
|
* | Fix build under Windows | Antoine Pitrou | 2011-10-15 | 1 | -1/+1 |
|
|
* | Issue #13088: Add shared Py_hexdigits constant to format a number into base 16 | Victor Stinner | 2011-10-14 | 1 | -0/+2 |
|
|
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -0/+2 |
|
|
* | #10439: document PyCodec C APIs. | Georg Brandl | 2010-11-20 | 1 | -4/+4 |
|
|
* | Move the codec decode type checks to bytes/bytearray.decode(). | Marc-André Lemburg | 2008-06-06 | 1 | -1/+12 |
|
|
* | Merge part of the trunk changes into the p3yk branch. This merges from 43030 | Thomas Wouters | 2006-04-21 | 1 | -4/+18 |
|
|
* | PEP 293 implemention (from SF patch http://www.python.org/sf/432401) | Walter Dörwald | 2002-09-02 | 1 | -0/+30 |
|
|
* | Excise DL_EXPORT from Include. | Mark Hammond | 2002-08-12 | 1 | -8/+8 |
|
|
* | Changing the CNRI copyright notice according to CNRI's instructions. | Guido van Rossum | 2000-08-03 | 1 | -1/+1 |
|
|
* | M.-A. Lemburg <mal@lemburg.com>: | Fred Drake | 2000-05-09 | 1 | -7/+75 |
|
|
* | Python Codec Registry and support functions, by Marc-Andre Lemburg. | Guido van Rossum | 2000-03-10 | 1 | -0/+55 |
|
|