<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/codecs.py, branch misc-acks-comment</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-33361: Fix bug with seeking in StreamRecoders (GH-8278)</title>
<updated>2019-05-31T19:44:00+00:00</updated>
<author>
<name>Ammar Askar</name>
<email>ammar_askar@hotmail.com</email>
</author>
<published>2019-05-31T19:44:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a6ec1ce1ac05b1258931422e96eac215b6a05459'/>
<id>a6ec1ce1ac05b1258931422e96eac215b6a05459</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33482: fix codecs.StreamRecoder.writelines (GH-6779)</title>
<updated>2019-05-22T15:18:26+00:00</updated>
<author>
<name>Jelle Zijlstra</name>
<email>jelle.zijlstra@gmail.com</email>
</author>
<published>2019-05-22T15:18:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b3be4072888a4ce054993c2801802721466ea02d'/>
<id>b3be4072888a4ce054993c2801802721466ea02d</id>
<content type='text'>
A very simple fix. I found this while writing typeshed stubs for StreamRecoder.


https://bugs.python.org/issue33482</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A very simple fix. I found this while writing typeshed stubs for StreamRecoder.


https://bugs.python.org/issue33482</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842)</title>
<updated>2018-10-20T00:22:31+00:00</updated>
<author>
<name>Alexey Izbyshev</name>
<email>izbyshev@ispras.ru</email>
</author>
<published>2018-10-20T00:22:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a2670565d8f5c502388378aba1fe73023fd8c8d4'/>
<id>a2670565d8f5c502388378aba1fe73023fd8c8d4</id>
<content type='text'>
If buffering=1 is specified for open() in binary mode, it is silently
treated as buffering=-1 (i.e., the default buffer size).
Coupled with the fact that line buffering is always supported in Python 2,
such behavior caused several issues (e.g., bpo-10344, bpo-21332).

Warn that line buffering is not supported if open() is called with
binary mode and buffering=1.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If buffering=1 is specified for open() in binary mode, it is silently
treated as buffering=-1 (i.e., the default buffer size).
Coupled with the fact that line buffering is always supported in Python 2,
such behavior caused several issues (e.g., bpo-10344, bpo-21332).

Warn that line buffering is not supported if open() is called with
binary mode and buffering=1.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32110: codecs.StreamReader.read(n) now returns not more than n (#4499)</title>
<updated>2017-11-28T23:30:00+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-11-28T23:30:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=219c2de5ad0fdac825298bed1bb251f16956c04a'/>
<id>219c2de5ad0fdac825298bed1bb251f16956c04a</id>
<content type='text'>
characters/bytes for non-negative n.  This makes it compatible with
read() methods of other file-like objects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
characters/bytes for non-negative n.  This makes it compatible with
read() methods of other file-like objects.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29783: Replace codecs.open() with io.open() (#599)</title>
<updated>2017-06-16T06:59:01+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2017-06-16T06:59:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=272d888c7b58aff5e1614e3b12e8198b92054835'/>
<id>272d888c7b58aff5e1614e3b12e8198b92054835</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5</title>
<updated>2015-11-02T04:04:57+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2015-11-02T04:04:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2eb819f7a82c7eb61f2d253894d9973f0ec21df2'/>
<id>2eb819f7a82c7eb61f2d253894d9973f0ec21df2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #25523: Correct "a" article to "an" article</title>
<updated>2015-11-02T03:37:02+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2015-11-02T03:37:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7462b64911f1e2df2de2285ddbf8b156b5cdc418'/>
<id>7462b64911f1e2df2de2285ddbf8b156b5cdc418</id>
<content type='text'>
This changes the main documentation, doc strings, source code comments, and a
couple error messages in the test suite. In some cases the word was removed
or edited some other way to fix the grammar.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes the main documentation, doc strings, source code comments, and a
couple error messages in the test suite. In some cases the word was removed
or edited some other way to fix the grammar.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs.</title>
<updated>2015-07-30T15:26:10+00:00</updated>
<author>
<name>Berker Peksag</name>
<email>berker.peksag@gmail.com</email>
</author>
<published>2015-07-30T15:26:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=41ca828580aa441baa334625a60f3975d14023eb'/>
<id>41ca828580aa441baa334625a60f3975d14023eb</id>
<content type='text'>
It should StreamWriter for Codecs.encode() and StreamReader for Codec.decode().

Patch by Nick Weinhold.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It should StreamWriter for Codecs.encode() and StreamReader for Codec.decode().

Patch by Nick Weinhold.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs.</title>
<updated>2015-07-30T15:26:35+00:00</updated>
<author>
<name>Berker Peksag</name>
<email>berker.peksag@gmail.com</email>
</author>
<published>2015-07-30T15:26:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7e94e8ea4bb14e25eecd76c9d34e97cb417f1718'/>
<id>7e94e8ea4bb14e25eecd76c9d34e97cb417f1718</id>
<content type='text'>
It should StreamWriter for Codecs.encode() and StreamReader for Codec.decode().

Patch by Nick Weinhold.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It should StreamWriter for Codecs.encode() and StreamReader for Codec.decode().

Patch by Nick Weinhold.
</pre>
</div>
</content>
</entry>
<entry>
<title>Escaped backslashes in docstrings.</title>
<updated>2015-04-03T15:13:23+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-04-03T15:13:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=50ef0f41afd313ed3c433f724e6aaa79d7e55c02'/>
<id>50ef0f41afd313ed3c433f724e6aaa79d7e55c02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
