<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules/_io/stringio.c, branch 3.4</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>Various minor typos in documentation and comments</title>
<updated>2015-10-07T10:26:23+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2015-10-07T10:26:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9955a373a8ae5a3ac9108afc436199277fdedff7'/>
<id>9955a373a8ae5a3ac9108afc436199277fdedff7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #15841: The readable(), writable() and seekable() methods of BytesIO</title>
<updated>2012-09-05T18:13:48+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2012-09-05T18:13:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=11946fbe804d99d26724e65dcb061cda6666c4e9'/>
<id>11946fbe804d99d26724e65dcb061cda6666c4e9</id>
<content type='text'>
and StringIO objects now raise ValueError when the object has been closed.
Patch by Alessandro Moura.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and StringIO objects now raise ValueError when the object has been closed.
Patch by Alessandro Moura.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #15841: The readable(), writable() and seekable() methods of BytesIO</title>
<updated>2012-09-05T18:11:49+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2012-09-05T18:11:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1d857453b7065dafdc34a72c1bbb2a993782b383'/>
<id>1d857453b7065dafdc34a72c1bbb2a993782b383</id>
<content type='text'>
and StringIO objects now raise ValueError when the object has been closed.
Patch by Alessandro Moura.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and StringIO objects now raise ValueError when the object has been closed.
Patch by Alessandro Moura.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #14387: Do not include accu.h from Python.h.</title>
<updated>2012-03-22T13:42:18+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2012-03-22T13:42:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d0acb411ef6790b5ecfbd8b6be9c2d0cc1aeb4d5'/>
<id>d0acb411ef6790b5ecfbd8b6be9c2d0cc1aeb4d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix misuse of PyUnicode_GET_SIZE() =&gt; PyUnicode_GET_LENGTH()</title>
<updated>2011-11-21T01:49:52+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2011-11-21T01:49:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9e30aa52fd416e17b692c4f22e57191cdd6ec654'/>
<id>9e30aa52fd416e17b692c4f22e57191cdd6ec654</id>
<content type='text'>
And PyUnicode_GetSize() =&gt; PyUnicode_GetLength()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And PyUnicode_GetSize() =&gt; PyUnicode_GetLength()
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #13149: Speed up append-only StringIO objects.</title>
<updated>2011-11-10T20:47:38+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2011-11-10T20:47:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=de20b0b50e7b28a8f6eba8fb7e6f18063d5709b4'/>
<id>de20b0b50e7b28a8f6eba8fb7e6f18063d5709b4</id>
<content type='text'>
This is very similar to the "lazy strings" idea.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is very similar to the "lazy strings" idea.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH instead</title>
<updated>2011-10-11T20:11:42+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2011-10-11T20:11:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c4f281eba3f2b33bc0a7d7172c44f3d1237c09b3'/>
<id>c4f281eba3f2b33bc0a7d7172c44f3d1237c09b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix usage og PyUnicode_READY()</title>
<updated>2011-10-04T18:53:03+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2011-10-04T18:53:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e1335c711c555567a9951dd5c1dfde85545445d4'/>
<id>e1335c711c555567a9951dd5c1dfde85545445d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement PEP 393.</title>
<updated>2011-09-28T05:41:54+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2011-09-28T05:41:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d63a3b8beb4a0841cb59fb3515347ccaab34b733'/>
<id>d63a3b8beb4a0841cb59fb3515347ccaab34b733</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#11565: Merge with 3.1.</title>
<updated>2011-03-16T09:35:38+00:00</updated>
<author>
<name>Ezio Melotti</name>
<email>ezio.melotti@gmail.com</email>
</author>
<published>2011-03-16T09:35:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3b3499ba69341a49fc842ce0d4a2f66fcb249a04'/>
<id>3b3499ba69341a49fc842ce0d4a2f66fcb249a04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
