<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython.git/Python, branch 3.2</title>
<subtitle>
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/'/>
<entry>
<title>add some overflow checks before multiplying (closes #23165)</title>
<updated>2015-01-04T22:03:17+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2015-01-04T22:03:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=7daca0b76bcd0b1bfc411416db3e91c3a10e90d9'/>
<id>7daca0b76bcd0b1bfc411416db3e91c3a10e90d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update for copyright for 2015</title>
<updated>2015-01-01T00:09:36+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2015-01-01T00:09:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=68ef6e8e37a1d6d56f2e33ddff4d39fa11263143'/>
<id>68ef6e8e37a1d6d56f2e33ddff4d39fa11263143</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright year update, add version to licenses.</title>
<updated>2014-10-04T12:16:59+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-10-04T12:16:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=04fd17267f90bdae8745ce87a6adf03df8e7ea2f'/>
<id>04fd17267f90bdae8745ce87a6adf03df8e7ea2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright update to 2013.</title>
<updated>2013-03-23T15:06:13+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2013-03-23T15:06:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=9799480cfa3cae5a0ab6fd0c279f08bf6e328953'/>
<id>9799480cfa3cae5a0ab6fd0c279f08bf6e328953</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#17178: update any()/all() docstrings to document their behavior with empty iterables.  Patch by Ankur Ankan.</title>
<updated>2013-02-15T21:35:14+00:00</updated>
<author>
<name>Ezio Melotti</name>
<email>ezio.melotti@gmail.com</email>
</author>
<published>2013-02-15T21:35:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=6b8e2d5d7b82000f170f6301f25773f12172d456'/>
<id>6b8e2d5d7b82000f170f6301f25773f12172d456</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #5308: Raise ValueError when marshalling too large object (a sequence</title>
<updated>2013-02-13T10:08:15+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-02-13T10:08:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=f1474570e6d6697a505fd4679db1bdbae5994510'/>
<id>f1474570e6d6697a505fd4679db1bdbae5994510</id>
<content type='text'>
with size &gt;= 2**31), instead of producing illegal marshal data.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with size &gt;= 2**31), instead of producing illegal marshal data.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError</title>
<updated>2013-02-10T15:36:00+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-02-10T15:36:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=1f8207a1c4d96368be0b4b6218c694233683c8fd'/>
<id>1f8207a1c4d96368be0b4b6218c694233683c8fd</id>
<content type='text'>
and a full traceback including line number.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and a full traceback including line number.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.</title>
<updated>2013-02-09T22:11:27+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2013-02-09T22:11:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=2bfd030dc8b6d0beccb8676711dbb52daf9111af'/>
<id>2bfd030dc8b6d0beccb8676711dbb52daf9111af</id>
<content type='text'>
I've left a couple of them in: zlib (third-party lib), getaddrinfo.c
(doesn't include Python.h, and probably obsolete), _sre.c (legitimate
use for the re.LOCALE flag).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I've left a couple of them in: zlib (third-party lib), getaddrinfo.c
(doesn't include Python.h, and probably obsolete), _sre.c (legitimate
use for the re.LOCALE flag).
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #16455: On FreeBSD and Solaris, if the locale is C, the</title>
<updated>2013-01-03T00:08:58+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-01-03T00:08:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=fddd1bd42cfdf9043da96f8ff669502d8d36d897'/>
<id>fddd1bd42cfdf9043da96f8ff669502d8d36d897</id>
<content type='text'>
ASCII/surrogateescape codec is now used, instead of the locale encoding, to
decode the command line arguments. This change fixes inconsistencies with
os.fsencode() and os.fsdecode() because these operating systems announces an
ASCII locale encoding, whereas the ISO-8859-1 encoding is used in practice.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ASCII/surrogateescape codec is now used, instead of the locale encoding, to
decode the command line arguments. This change fixes inconsistencies with
os.fsencode() and os.fsdecode() because these operating systems announces an
ASCII locale encoding, whereas the ISO-8859-1 encoding is used in practice.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #16416: Fix compilation error</title>
<updated>2012-12-03T13:11:57+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2012-12-03T13:11:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=b970be1e1322f6261fed9894923c1bfc35844b21'/>
<id>b970be1e1322f6261fed9894923c1bfc35844b21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
