summaryrefslogtreecommitdiff
path: root/Modules/_codecsmodule.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)Serhiy Storchaka2017-03-121-26/+26
* Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)Steve Dower2016-09-081-4/+4
* Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec ...Steve Dower2016-09-061-0/+36
* - Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-92/+91
|\
| * Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-92/+91
* | Issues #26716, #26057: Regenerate Argument Clinic code.Serhiy Storchaka2016-04-141-15/+15
|\ \ | |/
* | Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject().Serhiy Storchaka2016-04-131-186/+45
|/
* Issue #24824: Signatures of codecs.encode() and codecs.decode() now areSerhiy Storchaka2015-08-091-6/+6
* Fixed compilation on Windows for issue #20173.Serhiy Storchaka2015-05-121-1/+1
* Issue #20173: Converted the _codecs module to Argument Clinic.Serhiy Storchaka2015-05-121-615/+629
* Issue #23501: Argumen Clinic now generates code into separate files by default.Serhiy Storchaka2015-04-031-29/+2
* Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, andSerhiy Storchaka2015-03-201-6/+9
* Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()Serhiy Storchaka2015-02-031-9/+15
|\
| * Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()Serhiy Storchaka2015-02-031-9/+15
* | Merge issue 19548 changes from 3.4Nick Coghlan2015-01-071-3/+3
|\ \ | |/
| * Issue 19548: update codecs module documentationNick Coghlan2015-01-071-3/+3
* | Merge fix for issue #22166 from 3.4Nick Coghlan2014-09-151-0/+54
|\ \ | |/
| * Issue #22166: clear codec caches in test_codecsNick Coghlan2014-09-151-0/+54
* | Issue #22207: Fix "comparison between signed and unsigned integers" warning inVictor Stinner2014-08-171-1/+1
* | Issue #21488: Add support of keyword arguments for codecs.encode and codecs.d...Victor Stinner2014-05-141-6/+10
|/
* Issue #18722: Remove uses of the "register" keyword in C code.Antoine Pitrou2013-08-131-3/+3
* Issue #16096: Fix several occurrences of potential signed integer overflow. ...Mark Dickinson2012-10-061-2/+2
* #13406: fix more deprecation warnings and move the deprecation of unicode-int...Ezio Melotti2011-11-171-5/+5
* #13406: silence deprecation warnings in test_codecs.Ezio Melotti2011-11-161-1/+1
* Plug some (unlikely) refleaks.Antoine Pitrou2011-11-121-15/+45
* Fix and deprecated the unicode_internal codecVictor Stinner2011-11-101-4/+16
* Fix build on WindowsVictor Stinner2011-11-101-0/+4
* Port encoders from Py_UNICODE API to unicode object API.Martin v. Löwis2011-11-101-76/+46
* Port UCS1 and charmap codecs to new API.Martin v. Löwis2011-11-021-5/+1
* Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignoreVictor Stinner2011-10-181-0/+50
* Issue #13088: Add shared Py_hexdigits constant to format a number into base 16Victor Stinner2011-10-141-3/+2
* Implement PEP 393.Martin v. Löwis2011-09-281-5/+3
* Issue #9642: Uniformize the tests on the availability of the mbcs codecVictor Stinner2011-07-041-5/+5
* 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