<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/getargs.c, branch v3.5.0b2</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>Fixed error message for the "u#" format code.</title>
<updated>2015-04-19T18:13:00+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-04-19T18:13:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=db46fea8b63582e76a29f9dd23882523a474b600'/>
<id>db46fea8b63582e76a29f9dd23882523a474b600</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed error message for the "u#" format code.</title>
<updated>2015-04-19T18:11:30+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-04-19T18:11:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d6e53dab8677fae3f6d00053b0102f8031751587'/>
<id>d6e53dab8677fae3f6d00053b0102f8031751587</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22581: Use more "bytes-like object" throughout the docs and comments.</title>
<updated>2014-12-05T20:26:10+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-12-05T20:26:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=92bf919ed0da8d7f112f9659e6065976e382bae1'/>
<id>92bf919ed0da8d7f112f9659e6065976e382bae1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22581: Use more "bytes-like object" throughout the docs and comments.</title>
<updated>2014-12-05T20:25:22+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-12-05T20:25:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b757c83ec626442a8804b9417790443bf13b4fc8'/>
<id>b757c83ec626442a8804b9417790443bf13b4fc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#16518: Bring error messages in harmony with docs ("bytes-like object")</title>
<updated>2014-10-05T15:47:01+00:00</updated>
<author>
<name>R David Murray</name>
<email>rdmurray@bitdance.com</email>
</author>
<published>2014-10-05T15:47:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=861470c83607a4312d3c65bce3e18414b965e586'/>
<id>861470c83607a4312d3c65bce3e18414b965e586</id>
<content type='text'>
Some time ago we changed the docs to consistently use the term 'bytes-like
object' in all the contexts where bytes, bytearray, memoryview, etc are used.
This patch (by Ezio Melotti) completes that work by changing the error
messages that previously reported that certain types did "not support the
buffer interface" to instead say that a bytes-like object is required.  (The
glossary entry for bytes-like object references the discussion of the buffer
protocol in the docs.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some time ago we changed the docs to consistently use the term 'bytes-like
object' in all the contexts where bytes, bytearray, memoryview, etc are used.
This patch (by Ezio Melotti) completes that work by changing the error
messages that previously reported that certain types did "not support the
buffer interface" to instead say that a bytes-like object is required.  (The
glossary entry for bytes-like object references the discussion of the buffer
protocol in the docs.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22215: Now ValueError is raised instead of TypeError when str or bytes</title>
<updated>2014-09-06T17:07:17+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-09-06T17:07:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d8a1447c9980be5f1d8ae806f7aecd814b1cd6f6'/>
<id>d8a1447c9980be5f1d8ae806f7aecd814b1cd6f6</id>
<content type='text'>
argument contains not permitted null character or byte.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
argument contains not permitted null character or byte.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22156: Fix "comparison between signed and unsigned integers" compiler</title>
<updated>2014-08-15T21:30:40+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-08-15T21:30:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=98ea54c35c37e4f9a7d7a923a7ccd792f4b7ff90'/>
<id>98ea54c35c37e4f9a7d7a923a7ccd792f4b7ff90</id>
<content type='text'>
warnings in the Python/ subdirectory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
warnings in the Python/ subdirectory.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove dynamic initializer lists for c89 compliance (closes #20595)</title>
<updated>2014-02-11T15:09:27+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2014-02-11T15:09:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=40be9e5100b652f93d6dcc2724615c8e57530e47'/>
<id>40be9e5100b652f93d6dcc2724615c8e57530e47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #20294: Argument Clinic now supports argument parsing for __new__ and</title>
<updated>2014-01-19T07:50:21+00:00</updated>
<author>
<name>Larry Hastings</name>
<email>larry@hastings.org</email>
</author>
<published>2014-01-19T07:50:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b7ccb204236dca49f3d8d119aa84631f519add09'/>
<id>b7ccb204236dca49f3d8d119aa84631f519add09</id>
<content type='text'>
__init__ functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
__init__ functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>PY_FORMAT_SIZE_T should not be used with PyErr_Format(), PyErr_Format("%zd") is</title>
<updated>2013-11-18T01:05:31+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-11-18T01:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cb29ec5f74506add92cc8103b31c0abb1d99afcb'/>
<id>cb29ec5f74506add92cc8103b31c0abb1d99afcb</id>
<content type='text'>
portable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
portable
</pre>
</div>
</content>
</entry>
</feed>
