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
/
codecs.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Escaped backslashes in docstrings.
Serhiy Storchaka
2015-04-03
1
-1/+1
|
\
|
*
Escaped backslashes in docstrings.
Serhiy Storchaka
2015-04-03
1
-1/+1
*
|
Issue #22286: The "backslashreplace" error handlers now works with
Serhiy Storchaka
2015-01-25
1
-3/+6
*
|
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
1
-1/+1
|
\
\
|
|
/
|
*
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
1
-1/+1
*
|
Merge issue 19548 changes from 3.4
Nick Coghlan
2015-01-06
1
-41/+30
|
\
\
|
|
/
|
*
Issue 19548: update codecs module documentation
Nick Coghlan
2015-01-06
1
-41/+30
*
|
Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.
Serhiy Storchaka
2014-12-20
1
-0/+6
|
\
\
|
|
/
|
*
Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.
Serhiy Storchaka
2014-12-20
1
-1/+7
*
|
Issue #19676: Added the "namereplace" error handler.
Serhiy Storchaka
2014-11-25
1
-0/+3
*
|
Issue #22032: __qualname__ instead of __name__ is now always used to format
Serhiy Storchaka
2014-07-22
1
-2/+2
|
/
*
Issue #8260: The read(), readline() and readlines() methods of
Serhiy Storchaka
2014-01-26
1
-7/+6
*
Issue #19619: Blacklist non-text codecs in method API
Nick Coghlan
2013-11-22
1
-1/+13
*
Describe 'surrogateescape' in the documentation.
Andrew Kuchling
2013-06-16
1
-0/+1
*
Issue16097 Fix small typo in comment (patch by Wael Al Jishi)
Tim Golden
2012-10-01
1
-1/+1
*
Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels.
Antoine Pitrou
2012-06-16
1
-4/+1
*
#13012: use splitlines(keepends=True/False) instead of splitlines(0/1).
Ezio Melotti
2011-09-28
1
-7/+7
*
#7475: add (un)transform method to bytes/bytearray and str, add back codecs t...
Georg Brandl
2010-12-02
1
-10/+13
*
Merged revisions 81471-81472 via svnmerge from
Victor Stinner
2010-05-22
1
-3/+10
*
Merged revisions 81459 via svnmerge from
Victor Stinner
2010-05-22
1
-0/+4
*
Make TextIOWrapper's seek/tell work properly with stateful decoders;
Ka-Ping Yee
2008-03-18
1
-9/+16
*
Document the expected convention for getstate() (as explained to me by Guido).
Ka-Ping Yee
2008-03-17
1
-1/+3
*
#1535: rename __builtin__ module to builtins.
Georg Brandl
2007-12-02
1
-2/+2
*
Make the BOM constants in codecs.py bytes.
Walter Dörwald
2007-05-04
1
-11/+11
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-1/+1
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-5/+5
*
Apply SF patch #1698994: Add getstate() and setstate()
Walter Dörwald
2007-04-16
1
-11/+55
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-2/+2
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-3/+30
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-5/+31
*
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters
2006-04-21
1
-11/+172
*
If size is specified, try to read at least size characters.
Walter Dörwald
2006-03-06
1
-1/+4
*
Whitespace normalization.
Tim Peters
2005-12-25
1
-2/+2
*
Patch #1268314: Cache lines in StreamReader.readlines for performance.
Martin v. Löwis
2005-09-18
1
-0/+37
*
SF bug #1235646: codecs.StreamRecoder.next() now reencodes the data it reads
Walter Dörwald
2005-09-01
1
-1/+3
*
Return complete lines from codec stream readers
Martin v. Löwis
2005-08-24
1
-3/+17
*
Make attributes and local variables in the StreamReader str objects instead
Walter Dörwald
2005-07-20
1
-5/+7
*
Fix comment.
Walter Dörwald
2005-04-21
1
-2/+2
*
If the data read from the bytestream in readline() ends in a '\r' read one more
Walter Dörwald
2005-04-21
1
-12/+4
*
Fix typos.
Walter Dörwald
2005-04-04
1
-2/+2
*
Fix for SF bug #1175396: readline() will now read one more character, if
Walter Dörwald
2005-04-04
1
-0/+9
*
typo
Skip Montanaro
2005-03-16
1
-1/+1
*
Add default value for "whence" argument.
Walter Dörwald
2005-03-14
1
-1/+1
*
Reset internal buffers when seek() is called. This fixes SF bug #1156259.
Walter Dörwald
2005-03-14
1
-1/+11
*
Build with --disable-unicode again. Fixes #1158607.
Martin v. Löwis
2005-03-08
1
-5/+13
*
Fix and test for SF bug #1098990: codec readline() splits lines apart.
Walter Dörwald
2005-01-10
1
-2/+2
*
The changes to the stateful codecs in 2.4 resulted in StreamReader.readline()
Walter Dörwald
2004-12-21
1
-30/+41
*
SF #1048865: Fix a trivial typo that breaks StreamReader.readlines()
Hye-Shik Chang
2004-10-17
1
-1/+1
*
SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support
Walter Dörwald
2004-09-07
1
-43/+69
*
Ignore sizehint argument. Fixes SF #844561.
Marc-André Lemburg
2004-02-26
1
-10/+4
[next]