<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/getargs.c, branch zooba-patch-1</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>[2.7] bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192). (GH-8255)</title>
<updated>2018-07-11T16:49:17+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-07-11T16:49:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ef19fd200d0768919f1658466f8b6080b191fba0'/>
<id>ef19fd200d0768919f1658466f8b6080b191fba0</id>
<content type='text'>
(cherry picked from commit 504373c59b48f1ea12132d515459022730db6047)

Also backport tests for skipitem() and handling errors.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 504373c59b48f1ea12132d515459022730db6047)

Also backport tests for skipitem() and handling errors.</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23908: os functions, open() and the io.FileIO constructor now reject</title>
<updated>2016-07-01T20:34:44+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-07-01T20:34:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3c9ce74c218703ed75a11f71ed215559fa0c4257'/>
<id>3c9ce74c218703ed75a11f71ed215559fa0c4257</id>
<content type='text'>
unicode paths with embedded null character on Windows instead of silently
truncate them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
unicode paths with embedded null character on Windows instead of silently
truncate them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #26198: Fixed error messages for some argument parsing errors.</title>
<updated>2016-02-07T23:05:48+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-02-07T23:05:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=36ae29c759fb7854345b61a18958e00635ee8e04'/>
<id>36ae29c759fb7854345b61a18958e00635ee8e04</id>
<content type='text'>
Fixed the documented about buffer overflow error for "es#" and "et#" format
units.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed the documented about buffer overflow error for "es#" and "et#" format
units.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641</title>
<updated>2012-09-10T11:16:45+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@cheimes.de</email>
</author>
<published>2012-09-10T11:16:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d8edcb65056d8301f9371d61e3322bb02b74540d'/>
<id>d8edcb65056d8301f9371d61e3322bb02b74540d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #10538. Put a reference to the source object in the Py_buffer when</title>
<updated>2012-03-22T16:35:37+00:00</updated>
<author>
<name>Kristján Valur Jónsson</name>
<email>kristjan@ccpgames.com</email>
</author>
<published>2012-03-22T16:35:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=50b6778bda03096075b85af455a24750df6dc7e6'/>
<id>50b6778bda03096075b85af455a24750df6dc7e6</id>
<content type='text'>
converting the old buffer for PyArgs_ParseTuple with *s
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
converting the old buffer for PyArgs_ParseTuple with *s
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file</title>
<updated>2011-05-03T13:09:24+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2011-05-03T13:09:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0a92d1849e17dd4008f0d190ecc47b5c55260f3b'/>
<id>0a92d1849e17dd4008f0d190ecc47b5c55260f3b</id>
<content type='text'>
doesn't have PY_SSIZE_T_CLEAN define and the size doesn't fit in an int (length
bigger than 2^31-1 bytes).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
doesn't have PY_SSIZE_T_CLEAN define and the size doesn't fit in an int (length
bigger than 2^31-1 bytes).
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #8651: Fix "z#" format of PyArg_Parse*() function: the size was not</title>
<updated>2011-05-03T13:06:11+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2011-05-03T13:06:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=645b9f67aef1f6c8921cf5f8bbe6db3fa94418bc'/>
<id>645b9f67aef1f6c8921cf5f8bbe6db3fa94418bc</id>
<content type='text'>
written if PY_SSIZE_T_CLEAN is defined.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
written if PY_SSIZE_T_CLEAN is defined.
</pre>
</div>
</content>
</entry>
<entry>
<title>Untabify C files. Will watch buildbots.</title>
<updated>2010-05-09T14:46:46+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2010-05-09T14:46:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c83ea137d7e717f764e2f31fc2544f522de7d857'/>
<id>c83ea137d7e717f764e2f31fc2544f522de7d857</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>14 years later, we still don't know what it's for.</title>
<updated>2010-04-06T15:38:25+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2010-04-06T15:38:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=72ec2e2bdf4a861b85ed7e4b038b134d8b4e4ea4'/>
<id>72ec2e2bdf4a861b85ed7e4b038b134d8b4e4ea4</id>
<content type='text'>
Spotted by the PyPy developers.

Original commit is:

branch:      trunk
user:        guido
date:        Mon Aug 19 21:32:04 1996 +0200
files:       Python/getargs.c
description:
[svn r6499] Support for keyword arguments (PyArg_ParseTupleAndKeywords) donated by
Geoff Philbrick &lt;philbric@delphi.hks.com&gt; (slightly changed by me).

Also a little change to make the file acceptable to K&amp;R C compilers
(HPUX, SunOS 4.x).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Spotted by the PyPy developers.

Original commit is:

branch:      trunk
user:        guido
date:        Mon Aug 19 21:32:04 1996 +0200
files:       Python/getargs.c
description:
[svn r6499] Support for keyword arguments (PyArg_ParseTupleAndKeywords) donated by
Geoff Philbrick &lt;philbric@delphi.hks.com&gt; (slightly changed by me).

Also a little change to make the file acceptable to K&amp;R C compilers
(HPUX, SunOS 4.x).
</pre>
</div>
</content>
</entry>
<entry>
<title>Backported PyCapsule from 3.1, and converted most uses of</title>
<updated>2010-03-25T00:54:54+00:00</updated>
<author>
<name>Larry Hastings</name>
<email>larry@hastings.org</email>
</author>
<published>2010-03-25T00:54:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=402b73fb8d54ec2b24b52fdd77d389d903fa6c44'/>
<id>402b73fb8d54ec2b24b52fdd77d389d903fa6c44</id>
<content type='text'>
CObject to PyCapsule.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CObject to PyCapsule.
</pre>
</div>
</content>
</entry>
</feed>
