| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.8] bpo-37206: Unrepresentable default values no longer represented as None... | Serhiy Storchaka | 2019-09-14 | 1 | -76/+76 |
|
|
* | bpo-36297: remove "unicode_internal" codec (GH-12342) | Inada Naoki | 2019-03-18 | 1 | -81/+1 |
|
|
* | bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) | Serhiy Storchaka | 2017-03-12 | 1 | -26/+26 |
|
|
* | Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) | Steve Dower | 2016-09-08 | 1 | -4/+4 |
|
|
* | Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec ... | Steve Dower | 2016-09-07 | 1 | -0/+36 |
|
|
* | - Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 1 | -92/+91 |
|\ |
|
| * | Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 1 | -92/+91 |
|
|
* | | Issues #26716, #26057: Regenerate Argument Clinic code. | Serhiy Storchaka | 2016-04-14 | 1 | -15/+15 |
|\ \
| |/ |
|
* | | Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject(). | Serhiy Storchaka | 2016-04-13 | 1 | -186/+45 |
|/ |
|
* | Issue #24824: Signatures of codecs.encode() and codecs.decode() now are | Serhiy Storchaka | 2015-08-09 | 1 | -6/+6 |
|
|
* | Fixed compilation on Windows for issue #20173. | Serhiy Storchaka | 2015-05-12 | 1 | -1/+1 |
|
|
* | Issue #20173: Converted the _codecs module to Argument Clinic. | Serhiy Storchaka | 2015-05-12 | 1 | -615/+629 |
|
|
* | Issue #23501: Argumen Clinic now generates code into separate files by default. | Serhiy Storchaka | 2015-04-03 | 1 | -29/+2 |
|
|
* | Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and | Serhiy Storchaka | 2015-03-20 | 1 | -6/+9 |
|
|
* | Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() | Serhiy Storchaka | 2015-02-02 | 1 | -9/+15 |
|\ |
|
| * | Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() | Serhiy Storchaka | 2015-02-02 | 1 | -9/+15 |
|
|
* | | Merge issue 19548 changes from 3.4 | Nick Coghlan | 2015-01-06 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Issue 19548: update codecs module documentation | Nick Coghlan | 2015-01-06 | 1 | -3/+3 |
|
|
* | | Merge fix for issue #22166 from 3.4 | Nick Coghlan | 2014-09-15 | 1 | -0/+54 |
|\ \
| |/ |
|
| * | Issue #22166: clear codec caches in test_codecs | Nick Coghlan | 2014-09-15 | 1 | -0/+54 |
|
|
* | | Issue #22207: Fix "comparison between signed and unsigned integers" warning in | Victor Stinner | 2014-08-17 | 1 | -1/+1 |
|
|
* | | Issue #21488: Add support of keyword arguments for codecs.encode and codecs.d... | Victor Stinner | 2014-05-14 | 1 | -6/+10 |
|/ |
|
* | Issue #18722: Remove uses of the "register" keyword in C code. | Antoine Pitrou | 2013-08-13 | 1 | -3/+3 |
|
|
* | Issue #16096: Fix several occurrences of potential signed integer overflow. ... | Mark Dickinson | 2012-10-06 | 1 | -2/+2 |
|
|
* | #13406: fix more deprecation warnings and move the deprecation of unicode-int... | Ezio Melotti | 2011-11-17 | 1 | -5/+5 |
|
|
* | #13406: silence deprecation warnings in test_codecs. | Ezio Melotti | 2011-11-16 | 1 | -1/+1 |
|
|
* | Plug some (unlikely) refleaks. | Antoine Pitrou | 2011-11-12 | 1 | -15/+45 |
|
|
* | Fix and deprecated the unicode_internal codec | Victor Stinner | 2011-11-10 | 1 | -4/+16 |
|
|
* | Fix build on Windows | Victor Stinner | 2011-11-10 | 1 | -0/+4 |
|
|
* | Port encoders from Py_UNICODE API to unicode object API. | Martin v. Löwis | 2011-11-10 | 1 | -76/+46 |
|
|
* | Port UCS1 and charmap codecs to new API. | Martin v. Löwis | 2011-11-02 | 1 | -5/+1 |
|
|
* | Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore | Victor Stinner | 2011-10-18 | 1 | -0/+50 |
|
|
* | Issue #13088: Add shared Py_hexdigits constant to format a number into base 16 | Victor Stinner | 2011-10-14 | 1 | -3/+2 |
|
|
* | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -5/+3 |
|
|
* | Issue #9642: Uniformize the tests on the availability of the mbcs codec | Victor Stinner | 2011-07-04 | 1 | -5/+5 |
|
|
* | Merged revisions 81860 via svnmerge from | Antoine Pitrou | 2010-06-09 | 1 | -98/+98 |
|
|
* | Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format | Victor Stinner | 2010-06-08 | 1 | -16/+0 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -377/+377 |
|
|
* | Merged revisions 79779 via svnmerge from | Philip Jenvey | 2010-04-05 | 1 | -1/+1 |
|
|
* | Merged revisions 72404-72406 via svnmerge from | Walter Dörwald | 2009-05-06 | 1 | -1/+2 |
|
|
* | Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-... | Benjamin Peterson | 2009-03-21 | 1 | -1/+1 |
|
|
* | Issue #4874: Most builtin decoders now reject unicode input. | Antoine Pitrou | 2009-01-22 | 1 | -14/+14 |
|
|
* | merge from trunk | Benjamin Peterson | 2008-10-11 | 1 | -1/+1 |
|
|
* | Merged revisions 65654 via svnmerge from | Martin v. Löwis | 2008-08-13 | 1 | -152/+127 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -2/+14 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -13/+13 |
|
|
* | Merged revisions 59056-59076 via svnmerge from | Christian Heimes | 2007-11-20 | 1 | -6/+13 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -10/+9 |
|
|
* | Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and | Walter Dörwald | 2007-08-16 | 1 | -0/+204 |
|
|
* | Merged revisions 56443-56466 via svnmerge from | Guido van Rossum | 2007-07-20 | 1 | -4/+5 |
|
|