| Commit message (Expand) | Author | Age | Files | Lines |
* | [2.7] bpo-38945: UU Encoding: Don't let newline in filename corrupt the outpu... | Matthew Rollings | 2019-12-03 | 1 | -0/+4 |
|
|
* | Issue #27076: Doc, comment and test function name spelling fixes | Martin Panter | 2016-05-26 | 1 | -1/+1 |
|
|
* | Issue #16473: Fix byte transform codec documentation; test quotetabs=True | Martin Panter | 2015-09-12 | 1 | -1/+1 |
|
|
* | Issue #19543: Emit deprecation warning for known non-text encodings. | Serhiy Storchaka | 2015-05-31 | 7 | -0/+7 |
|
|
* | Avoid deprecation warnings. | Serhiy Storchaka | 2015-01-31 | 1 | -1/+1 |
|
|
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -0/+0 |
|
|
* | Issue #6213: Implement getstate() and setstate() methods of utf-8-sig and | Victor Stinner | 2010-07-28 | 2 | -3/+25 |
|
|
* | #8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the te... | Georg Brandl | 2010-05-24 | 2 | -0/+703 |
|
|
* | Fix my last commit (r81471) about codecs | Victor Stinner | 2010-05-22 | 2 | -6/+6 |
|
|
* | Issue #6268: More bugfixes about BOM, UTF-16 and UTF-32 | Victor Stinner | 2010-05-22 | 2 | -14/+26 |
|
|
* | set svn:eol-style on various files | Benjamin Peterson | 2010-03-08 | 1 | -311/+309 |
|
|
* | #1757126: fix typo with the cyrillic_asian alias | Philip Jenvey | 2009-11-17 | 1 | -1/+1 |
|
|
* | replace has_key with 'in' operator | Benjamin Peterson | 2009-10-09 | 1 | -1/+1 |
|
|
* | replace callable() | Benjamin Peterson | 2009-10-09 | 1 | -6/+6 |
|
|
* | #1616979: Add the cp720 (Arabic DOS) encoding. | Amaury Forgeot d'Arc | 2009-07-13 | 1 | -0/+311 |
|
|
* | Fixed bug #1915: Python compiles with --enable-unicode=no again. However seve... | Christian Heimes | 2008-01-23 | 1 | -1/+2 |
|
|
* | The incremental decoder for utf-7 must preserve its state between calls. | Amaury Forgeot d'Arc | 2007-11-20 | 1 | -13/+10 |
|
|
* | Fix for #1444: utf_8_sig.StreamReader was (indirectly through decode()) | Walter Dörwald | 2007-11-19 | 1 | -5/+11 |
|
|
* | Fix #883466: don't allow Unicode as arguments to quopri and uu codecs. | Georg Brandl | 2007-09-03 | 2 | -4/+6 |
|
|
* | Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. | Walter Dörwald | 2007-08-17 | 4 | -0/+228 |
|
|
* | Fix utf-8-sig incremental decoder, which didn't recognise a BOM when the | Walter Dörwald | 2007-04-12 | 1 | -7/+12 |
|
|
* | Make the __import__ call in encodings.__init__ absolute with a level 0 call. | Brett Cannon | 2007-02-16 | 1 | -4/+4 |
|
|
* | Update the encoding package's search function to use absolute imports when | Brett Cannon | 2007-02-15 | 1 | -2/+4 |
|
|
* | Patch #1634778: add missing encoding aliases for iso8859_15 and | Georg Brandl | 2007-01-27 | 1 | -0/+4 |
|
|
* | Change decode() so that it works with a buffer (i.e. unicode(..., 'utf-8-sig')) | Walter Dörwald | 2006-11-23 | 1 | -1/+1 |
|
|
* | Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders. | Georg Brandl | 2006-10-29 | 2 | -8/+51 |
|
|
* | Bug #1446043: correctly raise a LookupError if an encoding name given | Georg Brandl | 2006-09-30 | 1 | -1/+1 |
|
|
* | importing types is not necessary if we use isinstance | Neal Norwitz | 2006-08-25 | 1 | -2/+2 |
|
|
* | Correction of patch #1455898: In the mbcs decoder, set final=False | Martin v. Löwis | 2006-08-02 | 1 | -19/+11 |
|
|
* | Make import/lookup of mbcs fail on non-Windows systems. | Martin v. Löwis | 2006-06-15 | 1 | -4/+8 |
|
|
* | Patch #1455898: Incremental mode for "mbcs" codec. | Martin v. Löwis | 2006-06-14 | 1 | -3/+4 |
|
|
* | errors is an attribute in the incremental decoder | Walter Dörwald | 2006-06-13 | 1 | -3/+3 |
|
|
* | Fix passing errors to the encoder and decoder functions. | Walter Dörwald | 2006-06-13 | 2 | -4/+4 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-06-04 | 45 | -45/+0 |
|
|
* | Patch #1359618: Speed-up charmap encoder. | Martin v. Löwis | 2006-06-04 | 45 | -11441/+180 |
|
|
* | Add a BufferedIncrementalEncoder class that can be used for implementing | Walter Dörwald | 2006-04-14 | 1 | -6/+72 |
|
|
* | Make error message less misleading for u"a..b".encode("idna"). | Walter Dörwald | 2006-04-14 | 1 | -3/+3 |
|
|
* | Make raise statements PEP 8 compatible. | Walter Dörwald | 2006-04-14 | 1 | -11/+11 |
|
|
* | Whitespace. | Walter Dörwald | 2006-03-27 | 24 | -0/+72 |
|
|
* | Patch #1443155: Add the incremental codecs support for CJK codecs. | Hye-Shik Chang | 2006-03-26 | 24 | -432/+480 |
|
|
* | Instead of relative imports, use (implicitly) absolute ones. | Guido van Rossum | 2006-03-15 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-03-15 | 48 | -50/+4 |
|
|
* | Fix typo. | Walter Dörwald | 2006-03-15 | 1 | -2/+2 |
|
|
* | Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass | Walter Dörwald | 2006-03-15 | 90 | -375/+1706 |
|
|
* | Use relative imports in a few places where I noticed the need. | Guido van Rossum | 2006-03-15 | 1 | -1/+2 |
|
|
* | Avoid forward-declaring the methods array. | Martin v. Löwis | 2006-03-10 | 1 | -1/+1 |
|
|
* | Update Unicode database to Unicode 4.1. | Martin v. Löwis | 2006-03-09 | 1 | -1/+2 |
|
|
* | Fix the encodings package codec search function to only search | Marc-André Lemburg | 2006-02-19 | 1 | -1/+1 |
|
|
* | Patch #1177307: UTF-8-Sig codec. | Martin v. Löwis | 2006-01-08 | 1 | -0/+57 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-12-25 | 61 | -32998/+32953 |
|
|