<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/codecs.c, branch zooba-patch-1</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>Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc</title>
<updated>2016-04-15T02:14:19+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2016-04-15T02:14:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6a8163a928f9ff04242580c09216431ddd39cdbc'/>
<id>6a8163a928f9ff04242580c09216431ddd39cdbc</id>
<content type='text'>
This affects documentation and code comments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This affects documentation and code comments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19543: Emit deprecation warning for known non-text encodings.</title>
<updated>2015-05-31T17:21:00+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-05-31T17:21:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c7797dc7482035ee166ca2e941b623382b92e1fc'/>
<id>c7797dc7482035ee166ca2e941b623382b92e1fc</id>
<content type='text'>
Backported issues #19619: encode() and decode() methods and constructors
of str, unicode and bytearray classes now emit deprecation warning for known
non-text encodings when Python is ran with the -3 option.

Backported issues #20404: io.TextIOWrapper (and hence io.open()) now uses the
internal codec marking system added to emit deprecation warning for known non-text
encodings at stream construction time when Python is ran with the -3 option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backported issues #19619: encode() and decode() methods and constructors
of str, unicode and bytearray classes now emit deprecation warning for known
non-text encodings when Python is ran with the -3 option.

Backported issues #20404: io.TextIOWrapper (and hence io.open()) now uses the
internal codec marking system added to emit deprecation warning for known non-text
encodings at stream construction time when Python is ran with the -3 option.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #24102: Fixed exception type checking in standard error handlers.</title>
<updated>2015-05-18T13:08:38+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-05-18T13:08:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=14e10a19f783d1f896e74d563fe3ef17e7cd8435'/>
<id>14e10a19f783d1f896e74d563fe3ef17e7cd8435</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed compilation error introduced in 3f7519f633ed (issue #22518).</title>
<updated>2014-10-04T11:51:44+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-10-04T11:51:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fb7c38040e6ac57ec71e0fec634ce2f30de84c7f'/>
<id>fb7c38040e6ac57ec71e0fec634ce2f30de84c7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22518: Fixed integer overflow issues in "backslashreplace" and</title>
<updated>2014-10-04T11:14:41+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-10-04T11:14:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d524922bdc2b8db02df70ff10ccac0285dfa2014'/>
<id>d524922bdc2b8db02df70ff10ccac0285dfa2014</id>
<content type='text'>
"xmlcharrefreplace" error handlers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"xmlcharrefreplace" error handlers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed reference leak in the "backslashreplace" error handler.</title>
<updated>2014-09-23T16:58:57+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-09-23T16:58:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7d96a09aca160f721820c2a63fcd3bfe100c050e'/>
<id>7d96a09aca160f721820c2a63fcd3bfe100c050e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace"</title>
<updated>2013-08-20T17:08:53+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-08-20T17:08:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a9885e93eeecf799893dcfed59146f98859031f1'/>
<id>a9885e93eeecf799893dcfed59146f98859031f1</id>
<content type='text'>
error handler on 64-bit platforms.  Patch by Yogesh Chaudhari.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
error handler on 64-bit platforms.  Patch by Yogesh Chaudhari.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #15866: The xmlcharrefreplace error handler no more produces two XML</title>
<updated>2013-08-06T13:56:26+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-08-06T13:56:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e822b034e766e03cd8fbe7ab52fbc2d46fff6d33'/>
<id>e822b034e766e03cd8fbe7ab52fbc2d46fff6d33</id>
<content type='text'>
entities for a non-BMP character on narrow build.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
entities for a non-BMP character on narrow build.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales.</title>
<updated>2011-07-24T00:51:01+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2011-07-24T00:51:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4cfae027b39d14a5a43f337c1a38b42d7461dd3a'/>
<id>4cfae027b39d14a5a43f337c1a38b42d7461dd3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Untabify C files. Will watch buildbots.</title>
<updated>2010-05-09T14:46:46+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2010-05-09T14:46:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c83ea137d7e717f764e2f31fc2544f522de7d857'/>
<id>c83ea137d7e717f764e2f31fc2544f522de7d857</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
