<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/test/test_multibytecodec.py, branch benjamin-interp-initialize</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>Issue #23277: Remove unused sys and os imports</title>
<updated>2016-04-24T04:31:42+00:00</updated>
<author>
<name>Berker Peksag</name>
<email>berker.peksag@gmail.com</email>
</author>
<published>2016-04-24T04:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1e8ee9b3808cd6c1a7a29c75115d1060a8ee877b'/>
<id>1e8ee9b3808cd6c1a7a29c75115d1060a8ee877b</id>
<content type='text'>
Patch by Jon Dufresne.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Jon Dufresne.
</pre>
</div>
</content>
</entry>
<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=6245cb3c015a5b9febef4d6ef30d3acfc762a79d'/>
<id>6245cb3c015a5b9febef4d6ef30d3acfc762a79d</id>
<content type='text'>
This affects documentation, code comments, and a debugging messages.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This affects documentation, code comments, and a debugging messages.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23215: Multibyte codecs with custom error handlers that ignores errors</title>
<updated>2015-02-20T23:19:58+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-02-20T23:19:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a1543cdcd65d9a2be302be0da0cfb9c53c17f806'/>
<id>a1543cdcd65d9a2be302be0da0cfb9c53c17f806</id>
<content type='text'>
consumed too much memory and raised SystemError or MemoryError.
Original patch by Aleksi Torhamo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
consumed too much memory and raised SystemError or MemoryError.
Original patch by Aleksi Torhamo.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23181: More "codepoint" -&gt; "code point".</title>
<updated>2015-01-18T09:28:37+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-01-18T09:28:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d3faf43f9ba7da0ae504c9186b10d0fa3a8eb300'/>
<id>d3faf43f9ba7da0ae504c9186b10d0fa3a8eb300</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19936: Added executable bits or shebang lines to Python scripts which</title>
<updated>2014-01-16T15:33:23+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-01-16T15:33:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8f8ec92de85b40b9e7bec81ae87f18cc3996c560'/>
<id>8f8ec92de85b40b9e7bec81ae87f18cc3996c560</id>
<content type='text'>
requires them.  Disable executable bits and shebang lines in test and
benchmark files in order to prevent using a random system python, and in
source files of modules which don't provide command line interface.  Fixed
shebang lines in the unittestgui and checkpip scripts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
requires them.  Disable executable bits and shebang lines in test and
benchmark files in order to prevent using a random system python, and in
source files of modules which don't provide command line interface.  Fixed
shebang lines in the unittestgui and checkpip scripts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19936: Added executable bits or shebang lines to Python scripts which</title>
<updated>2014-01-16T15:15:49+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-01-16T15:15:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b992a0e102c1dcc8d038983755f792c2f65a233f'/>
<id>b992a0e102c1dcc8d038983755f792c2f65a233f</id>
<content type='text'>
requires them.  Disable executable bits and shebang lines in test and
benchmark files in order to prevent using a random system python, and in
source files of modules which don't provide command line interface.  Fixed
shebang line to use python3 executable in the unittestgui script.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
requires them.  Disable executable bits and shebang lines in test and
benchmark files in order to prevent using a random system python, and in
source files of modules which don't provide command line interface.  Fixed
shebang line to use python3 executable in the unittestgui script.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #13056: Reenable test_multibytecodec.Test_StreamWriter tests</title>
<updated>2013-04-11T20:41:11+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-04-11T20:41:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=eae41af3565d2081da0b19f658297833ad977eba'/>
<id>eae41af3565d2081da0b19f658297833ad977eba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more test to more general test file, so it can test more things</title>
<updated>2012-12-02T18:04:37+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2012-12-02T18:04:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a2816c2b11aeb24b232570b4073a9644bfdd82c7'/>
<id>a2816c2b11aeb24b232570b4073a9644bfdd82c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support encoding error handlers that return bytes (closes #16585)</title>
<updated>2012-12-02T16:20:28+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2012-12-02T16:20:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=47a00f3d1a1fe3774d92e5d9263ef3bff79dd4ac'/>
<id>47a00f3d1a1fe3774d92e5d9263ef3bff79dd4ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#13054: fix usage of sys.maxunicode after PEP-393.</title>
<updated>2011-10-04T16:06:00+00:00</updated>
<author>
<name>Ezio Melotti</name>
<email>none@none</email>
</author>
<published>2011-10-04T16:06:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a9860aeb08fce7494a963746c04102d23f1cf4ac'/>
<id>a9860aeb08fce7494a963746c04102d23f1cf4ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
