<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/formatter_unicode.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>Reverted 16efa8d27e4c after discussion with Eric.</title>
<updated>2014-04-15T12:52:21+00:00</updated>
<author>
<name>Vinay Sajip</name>
<email>vinay_sajip@yahoo.co.uk</email>
</author>
<published>2014-04-15T12:52:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=809f90f36905e7623eb98bf216c078a90a4090bd'/>
<id>809f90f36905e7623eb98bf216c078a90a4090bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Closed issue #8931: Make alternate formatting for 'c' raise an exception. Patch by Torsten Landschoff.</title>
<updated>2014-04-15T07:05:02+00:00</updated>
<author>
<name>Eric V. Smith</name>
<email>eric@trueblade.com</email>
</author>
<published>2014-04-15T07:05:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a0d107324d38ab6fc5af4c6fee272e1097f98f49'/>
<id>a0d107324d38ab6fc5af4c6fee272e1097f98f49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods.</title>
<updated>2014-04-14T15:55:10+00:00</updated>
<author>
<name>Eric V. Smith</name>
<email>eric@trueblade.com</email>
</author>
<published>2014-04-14T15:55:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2ea9712ee91e6b6a6c1b10d9c21b219bc4fbe54b'/>
<id>2ea9712ee91e6b6a6c1b10d9c21b219bc4fbe54b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add _PyUnicodeWriter_WriteASCIIString() function</title>
<updated>2013-11-19T11:54:53+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-11-19T11:54:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4a58707a340cacea6f8e6a82adfcc10a230e1185'/>
<id>4a58707a340cacea6f8e6a82adfcc10a230e1185</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18783: Removed existing mentions of Python long type in docstrings,</title>
<updated>2013-08-27T17:17:03+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-08-27T17:17:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=46e1ce214b5711e8dae63a1b5a0a7aafb371baf0'/>
<id>46e1ce214b5711e8dae63a1b5a0a7aafb371baf0</id>
<content type='text'>
error messages and comments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
error messages and comments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18783: Removed existing mentions of Python long type in docstrings,</title>
<updated>2013-08-27T16:40:23+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2013-08-27T16:40:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9594942716a8f9c557b85d31751753d89cd7cebf'/>
<id>9594942716a8f9c557b85d31751753d89cd7cebf</id>
<content type='text'>
error messages and comments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
error messages and comments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #9566: Fix a compiler warning on Windows x64</title>
<updated>2013-06-24T21:34:15+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-06-24T21:34:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=76d38502e47fbbf52b467b3952bee28ecf3ef7c2'/>
<id>76d38502e47fbbf52b467b3952bee28ecf3ef7c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(Merge 3.3) Issue #18137: Detect integer overflow on precision in</title>
<updated>2013-06-23T12:55:43+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-06-23T12:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2ab07f01a4787336600b95cdf0312a9e6e00f34e'/>
<id>2ab07f01a4787336600b95cdf0312a9e6e00f34e</id>
<content type='text'>
float.__format__() and complex.__format__().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
float.__format__() and complex.__format__().
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18137: Detect integer overflow on precision in float.__format__() and</title>
<updated>2013-06-23T12:54:30+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-06-23T12:54:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2f084ecfe78472b6a1a6c8b07472672176d4f848'/>
<id>2f084ecfe78472b6a1a6c8b07472672176d4f848</id>
<content type='text'>
complex.__format__().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
complex.__format__().
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a compilater warning on Windows 64-bit</title>
<updated>2013-05-16T22:04:56+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-05-16T22:04:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9ce59bbe43178fa033234412318c64abc817cb40'/>
<id>9ce59bbe43178fa033234412318c64abc817cb40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
