index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_codecs.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add tests for raw-unicode-escape codec.
Serhiy Storchaka
2013-01-29
1
-0/+51
*
Clean up escape-decode decoder tests.
Serhiy Storchaka
2013-01-29
1
-36/+40
*
Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.
Serhiy Storchaka
2013-01-29
1
-0/+84
*
Issue #16975: Fix error handling bug in the escape-decode decoder.
Serhiy Storchaka
2013-01-25
1
-0/+44
*
Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"
Serhiy Storchaka
2013-01-15
1
-5/+51
*
Issue #11461: Fix the incremental UTF-16 decoder. Original patch by
Serhiy Storchaka
2013-01-08
1
-8/+40
*
Issue #15379: Fix passing of non-BMP characters as integers for the charmap d...
Antoine Pitrou
2012-11-17
1
-0/+105
*
Issue #14579: Fix error handling bug in the utf-16 decoder.
Antoine Pitrou
2012-07-20
1
-2/+26
*
Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales.
Antoine Pitrou
2011-07-24
1
-0/+14
*
test_codecs now removes the temporay file (created by the test)
Victor Stinner
2011-05-23
1
-7/+6
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-69/+69
*
Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash
Antoine Pitrou
2010-06-11
1
-0/+25
*
#8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the te...
Georg Brandl
2010-05-24
1
-0/+2
*
Issue #6268: More bugfixes about BOM, UTF-16 and UTF-32
Victor Stinner
2010-05-22
1
-3/+39
*
Issue #6268: Fix seek() method of codecs.open(), don't read the BOM twice
Victor Stinner
2010-05-22
1
-0/+21
*
fix escape_encode to return the correct consumed size
Philip Jenvey
2010-04-05
1
-0/+3
*
#691291: codecs.open() should not convert end of lines on reading and writing.
Florent Xicluna
2010-02-26
1
-0/+15
*
use assert[Not]IsInstance where appropriate
Ezio Melotti
2010-01-24
1
-2/+2
*
Issue #6922: Fix an infinite loop when trying to decode an invalid
Georg Brandl
2009-09-17
1
-0/+12
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-4/+4
*
Issue 3739: The unicode-internal encoder now reports the number of *characters*
Walter Dörwald
2009-05-06
1
-2/+7
*
The incremental decoder for utf-7 must preserve its state between calls.
Amaury Forgeot d'Arc
2007-11-20
1
-2/+12
*
Fix for #1444: utf_8_sig.StreamReader was (indirectly through decode())
Walter Dörwald
2007-11-19
1
-0/+44
*
Fix typo in comment.
Walter Dörwald
2007-11-19
1
-1/+1
*
Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.
Walter Dörwald
2007-08-17
1
-0/+134
*
Fix utf-8-sig incremental decoder, which didn't recognise a BOM when the
Walter Dörwald
2007-04-12
1
-0/+5
*
Change decode() so that it works with a buffer (i.e. unicode(..., 'utf-8-sig'))
Walter Dörwald
2006-11-23
1
-0/+4
*
Whitespace normalization.
Tim Peters
2006-11-03
1
-2/+2
*
I'm assuming this is correct, it fixes the tests so they pass again
Neal Norwitz
2006-10-29
1
-0/+1
*
Add tests for incremental codecs with an errors
Walter Dörwald
2006-10-29
1
-0/+24
*
Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders.
Georg Brandl
2006-10-29
1
-0/+2
*
Fix the new EncodedFile test to work with big endian platforms.
Georg Brandl
2006-10-29
1
-2/+2
*
Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and
Georg Brandl
2006-10-29
1
-1/+28
*
Verify the crash due to EncodingMap not initialized does not return
Neal Norwitz
2006-06-13
1
-0/+6
*
Add a BufferedIncrementalEncoder class that can be used for implementing
Walter Dörwald
2006-04-14
1
-3/+70
*
Call encode()/decode() with final==True as the last call in the
Walter Dörwald
2006-04-14
1
-0/+4
*
Add tests for the C APIs PyCodec_IncrementalEncoder() and
Walter Dörwald
2006-03-18
1
-2/+14
*
Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass
Walter Dörwald
2006-03-15
1
-0/+57
*
If size is specified, try to read at least size characters.
Walter Dörwald
2006-03-06
1
-5/+9
*
Patch #1177307: UTF-8-Sig codec.
Martin v. Löwis
2006-01-08
1
-0/+28
*
Add tests to increase code coverage in Python/codecs.c and Python/exceptions.c.
Walter Dörwald
2005-11-17
1
-0/+19
*
Add tests for various error cases and for readbuffer_encode() and
Walter Dörwald
2005-11-17
1
-2/+67
*
Part of SF patch #1313939: Speedup charmap decoding by extending
Walter Dörwald
2005-10-06
1
-1/+36
*
SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain
Walter Dörwald
2005-08-30
1
-1/+50
*
Make IDNA return an empty string when the input is empty. Fixes #1163178.
Martin v. Löwis
2005-08-25
1
-0/+6
*
Make attributes and local variables in the StreamReader str objects instead
Walter Dörwald
2005-07-20
1
-0/+17
*
Update test to the current readline() behaviour.
Walter Dörwald
2005-04-21
1
-0/+2
*
Fix for SF bug #1175396: readline() will now read one more character, if
Walter Dörwald
2005-04-04
1
-9/+82
*
Reset internal buffers when seek() is called. This fixes SF bug #1156259.
Walter Dörwald
2005-03-14
1
-0/+15
*
Fix stupid typo: Don't read from a writer.
Walter Dörwald
2005-02-08
1
-2/+2
[next]