COMMITS
/ Lib/codecs.py July 10, 2025
S
gh-52876: Implement missing parameter in `codecs.StreamReaderWriter` functions (#136498)
Stan Ulbrych committed
April 30, 2025
I
gh-133036: Deprecate codecs.open (#133038)
Inada Naoki committed
July 15, 2024
S
gh-121785: Remove unused code from codecs.py (GH-121787)
Sebastian Rittau committed
June 13, 2024
V
gh-120417: Add #noqa to used imports in the stdlib (#120421)
Victor Stinner committed
September 29, 2023
F
gh-66143: Allow copying and pickling of CodecInfo object (GH-109235)
Furkan Onder committed
September 10, 2023
S
gh-50644: Forbid pickling of codecs streams (GH-109180)
Serhiy Storchaka committed
October 21, 2022
July 2, 2022
O
gh-93096: Remove `python -m codecs` (gh-94233)
Oleg Iarygin committed
January 6, 2021
B
bpo-14014: Clarify StreamWriter.reset() documentation (GH-13716)
Berker Peksag committed
August 11, 2020
V
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)
Victor Stinner committed
March 2, 2020
C
May 31, 2019
A
bpo-33361: Fix bug with seeking in StreamRecoders (GH-8278)
Ammar Askar committed
May 22, 2019
J
bpo-33482: fix codecs.StreamRecoder.writelines (GH-6779)
Jelle Zijlstra committed
October 20, 2018
A
bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842)
Alexey Izbyshev committed
November 28, 2017
S
bpo-32110: codecs.StreamReader.read(n) now returns not more than n (#4499)
Serhiy Storchaka committed
June 16, 2017
V
bpo-29783: Replace codecs.open() with io.open() (#599)
Victor Stinner committed
November 2, 2015
M
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter committed
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
July 30, 2015
B
Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs.
Berker Peksag committed
B
Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs.
Berker Peksag committed
April 3, 2015
S
Escaped backslashes in docstrings.
Serhiy Storchaka committed
S
Escaped backslashes in docstrings.
Serhiy Storchaka committed
January 25, 2015
S
Issue #22286: The "backslashreplace" error handlers now works with
Serhiy Storchaka committed
January 18, 2015
S
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka committed
S
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka committed
January 6, 2015
N
Merge issue 19548 changes from 3.4
Nick Coghlan committed
N
Issue 19548: update codecs module documentation
Nick Coghlan committed
December 20, 2014
S
Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.
Serhiy Storchaka committed
S
Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.
Serhiy Storchaka committed
November 25, 2014
S
Issue #19676: Added the "namereplace" error handler.
Serhiy Storchaka committed
July 22, 2014
S
Issue #22032: __qualname__ instead of __name__ is now always used to format
Serhiy Storchaka committed
January 26, 2014
S
Issue #8260: The read(), readline() and readlines() methods of
Serhiy Storchaka committed
November 22, 2013
N
Issue #19619: Blacklist non-text codecs in method API
Nick Coghlan committed
June 16, 2013
A
Describe 'surrogateescape' in the documentation.
Andrew Kuchling committed
October 1, 2012
T
Issue16097 Fix small typo in comment (patch by Wael Al Jishi)
Tim Golden committed
June 16, 2012
A
Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels.
Antoine Pitrou committed
September 28, 2011
E
#13012: use splitlines(keepends=True/False) instead of splitlines(0/1).
Ezio Melotti committed
December 2, 2010
May 22, 2010
V
Merged revisions 81471-81472 via svnmerge from
Victor Stinner committed
V
Merged revisions 81459 via svnmerge from
Victor Stinner committed
March 18, 2008
K
Make TextIOWrapper's seek/tell work properly with stateful decoders;
Ka-Ping Yee committed
March 17, 2008
K
Document the expected convention for getstate() (as explained to me by Guido).
Ka-Ping Yee committed
December 2, 2007
G
#1535: rename __builtin__ module to builtins.
Georg Brandl committed
May 4, 2007
W
Make the BOM constants in codecs.py bytes.
Walter Dörwald committed
May 2, 2007
G
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum committed
April 21, 2007
G
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl committed
April 16, 2007
W
Apply SF patch #1698994: Add getstate() and setstate()
Walter Dörwald committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed