<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/bltinmodule.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 #24802: Copy bytes-like objects to null-terminated buffers if necessary</title>
<updated>2015-11-07T02:32:21+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2015-11-07T02:32:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=eeb896c4116dd763efea45cb3c1b53257128f4e4'/>
<id>eeb896c4116dd763efea45cb3c1b53257128f4e4</id>
<content type='text'>
This avoids possible buffer overreads when int(), float(), compile(), exec()
and eval() are passed bytes-like objects. Similar code is removed from the
complex() constructor, where it was not reachable.

Patch by John Leitch, Serhiy Storchaka and Martin Panter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids possible buffer overreads when int(), float(), compile(), exec()
and eval() are passed bytes-like objects. Similar code is removed from the
complex() constructor, where it was not reachable.

Patch by John Leitch, Serhiy Storchaka and Martin Panter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun</title>
<updated>2015-10-10T01:25:38+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2015-10-10T01:25:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c9a6ab56cfae90c96c1361314c3c99b32e114446'/>
<id>c9a6ab56cfae90c96c1361314c3c99b32e114446</id>
<content type='text'>
Also factored out some test cases into a new PtyTests class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also factored out some test cases into a new PtyTests class.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()</title>
<updated>2015-02-02T23:21:08+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-02-02T23:21:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4fdb68491e8b2d044c9173babf625bbb815c39d1'/>
<id>4fdb68491e8b2d044c9173babf625bbb815c39d1</id>
<content type='text'>
and PyObject_AsWriteBuffer().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and PyObject_AsWriteBuffer().
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22146: Fix typo in __build_class__ error message</title>
<updated>2014-08-05T19:01:10+00:00</updated>
<author>
<name>Zachary Ware</name>
<email>zachary.ware@gmail.com</email>
</author>
<published>2014-08-05T19:01:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9b33872812582fd4891d178fb7ff95e631697660'/>
<id>9b33872812582fd4891d178fb7ff95e631697660</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19362: Tweek len() doc and docstring to expand the indicated range of</title>
<updated>2014-06-16T07:05:37+00:00</updated>
<author>
<name>Terry Jan Reedy</name>
<email>tjreedy@udel.edu</email>
</author>
<published>2014-06-16T07:05:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f2fb73f6757d569d176811e849a2732861ec6eb9'/>
<id>f2fb73f6757d569d176811e849a2732861ec6eb9</id>
<content type='text'>
arguments. Original patch by Gareth Rees.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
arguments. Original patch by Gareth Rees.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue 20620: Update the min()/max() docs for the new default argument.</title>
<updated>2014-05-19T21:20:52+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>python@rcn.com</email>
</author>
<published>2014-05-19T21:20:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2a54582d72e50ae809938122212391157ec773e9'/>
<id>2a54582d72e50ae809938122212391157ec773e9</id>
<content type='text'>
Patch provided by Berker Peksag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch provided by Berker Peksag.
</pre>
</div>
</content>
</entry>
<entry>
<title>correct len signature in docstring (closes #21294)</title>
<updated>2014-04-18T05:03:59+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2014-04-18T05:03:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5edbb7b7a431226488eb8bedf404d96b190d76cf'/>
<id>5edbb7b7a431226488eb8bedf404d96b190d76cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #20189: Four additional builtin types (PyTypeObject,</title>
<updated>2014-01-24T14:17:25+00:00</updated>
<author>
<name>Larry Hastings</name>
<email>larry@hastings.org</email>
</author>
<published>2014-01-24T14:17:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5c66189e88034ba807b10422a8750b0c71c4b62b'/>
<id>5c66189e88034ba807b10422a8750b0c71c4b62b</id>
<content type='text'>
PyMethodDescr_Type, _PyMethodWrapper_Type, and PyWrapperDescr_Type)
have been modified to provide introspection information for builtins.
Also: many additional Lib, test suite, and Argument Clinic fixes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PyMethodDescr_Type, _PyMethodWrapper_Type, and PyWrapperDescr_Type)
have been modified to provide introspection information for builtins.
Also: many additional Lib, test suite, and Argument Clinic fixes.
</pre>
</div>
</content>
</entry>
<entry>
<title>merge 3.3 (#19910)</title>
<updated>2013-12-07T01:12:51+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2013-12-07T01:12:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d45a46b60d2dc4616d681567d32482a1ad2c8c0c'/>
<id>d45a46b60d2dc4616d681567d32482a1ad2c8c0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>document that compile() can take bytes (closes #19910)</title>
<updated>2013-12-07T01:12:39+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2013-12-07T01:12:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=933142a8f238529c610edf2100c4208a8ee82805'/>
<id>933142a8f238529c610edf2100c4208a8ee82805</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
