<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Objects/tupleobject.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>Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects.</title>
<updated>2015-03-10T21:32:00+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2015-03-10T21:32:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a654510150cb738b61033c32e30bd4be9f0ed6ed'/>
<id>a654510150cb738b61033c32e30bd4be9f0ed6ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the various iterators' "setstate" sliently and consistently clip the</title>
<updated>2014-03-05T15:23:07+00:00</updated>
<author>
<name>Kristján Valur Jónsson</name>
<email>sweskman@gmail.com</email>
</author>
<published>2014-03-05T15:23:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c5cc5011ac33f96a8bf28e3ba088980fd5e71d7a'/>
<id>c5cc5011ac33f96a8bf28e3ba088980fd5e71d7a</id>
<content type='text'>
index.  This avoids the possibility of setting an iterator to an invalid
state.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
index.  This avoids the possibility of setting an iterator to an invalid
state.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the various iterators' "setstate" sliently and consistently clip the</title>
<updated>2014-03-05T13:47:57+00:00</updated>
<author>
<name>Kristján Valur Jónsson</name>
<email>sweskman@gmail.com</email>
</author>
<published>2014-03-05T13:47:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=25dded041fe532fcb041b6e68582bf76b4968132'/>
<id>25dded041fe532fcb041b6e68582bf76b4968132</id>
<content type='text'>
index.  This avoids the possibility of setting an iterator to an invalid
state.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
index.  This avoids the possibility of setting an iterator to an invalid
state.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #20437: Fixed 22 potential bugs when deleting objects references.</title>
<updated>2014-02-09T11:46:20+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-02-09T11:46:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=dfe98a102ec8723d750f78ecda08a7adb9360eb1'/>
<id>dfe98a102ec8723d750f78ecda08a7adb9360eb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #20437: Fixed 21 potential bugs when deleting objects references.</title>
<updated>2014-02-09T11:33:53+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-02-09T11:33:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=505ff755d704c73ac613d3e8fed02c79c6ae555a'/>
<id>505ff755d704c73ac613d3e8fed02c79c6ae555a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19513: repr(tuple) now uses _PyUnicodeWriter for better performances</title>
<updated>2013-11-19T11:59:46+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-11-19T11:59:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=88a9cd9b57cff15b47d3aecddf56535eb32769fc'/>
<id>88a9cd9b57cff15b47d3aecddf56535eb32769fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18722: Remove uses of the "register" keyword in C code.</title>
<updated>2013-08-13T18:18:52+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2013-08-13T18:18:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9ed5f2726607c57c894af24159b6a7ccf660da7f'/>
<id>9ed5f2726607c57c894af24159b6a7ccf660da7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #9566: More long/Py_ssize_t fixes in tuple and list iterators (it_index)</title>
<updated>2013-06-24T21:59:24+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-06-24T21:59:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7660b880a583442af8ad9d5c91ce608abd4b9654'/>
<id>7660b880a583442af8ad9d5c91ce608abd4b9654</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #9566: Fix a compiler warning in tupleiter_setstate() on Windows x64</title>
<updated>2013-06-24T21:31:48+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-06-24T21:31:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2199c387297d8c5b0e4c770bdc18e23cd5a5ec8b'/>
<id>2199c387297d8c5b0e4c770bdc18e23cd5a5ec8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issuse #17932: Fix an integer overflow issue on Windows 64-bit in tuple</title>
<updated>2013-06-04T22:11:34+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-06-04T22:11:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a2d56984c72519a0ea046025876f92efcf40f2b2'/>
<id>a2d56984c72519a0ea046025876f92efcf40f2b2</id>
<content type='text'>
iterators: change the C type of tupleiterobject.it_index from long to
Py_ssize_t.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
iterators: change the C type of tupleiterobject.it_index from long to
Py_ssize_t.
</pre>
</div>
</content>
</entry>
</feed>
