<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/fileutils.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>Fixes incorrect use of GetLastError where errno should be used.</title>
<updated>2015-03-14T18:38:27+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@microsoft.com</email>
</author>
<published>2015-03-14T18:38:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=41e7244c062e5acbb10582d12d3a03caa892f435'/>
<id>41e7244c062e5acbb10582d12d3a03caa892f435</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 (closes #23165)</title>
<updated>2015-01-04T22:05:39+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2015-01-04T22:05:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=10ecaa24162382bdf5e21170b27206188ec9b25f'/>
<id>10ecaa24162382bdf5e21170b27206188ec9b25f</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.2 (closes #23165)</title>
<updated>2015-01-04T22:03:59+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2015-01-04T22:03:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=72c2a0f60a7f15d89a53d96804312c353be7fdf2'/>
<id>72c2a0f60a7f15d89a53d96804312c353be7fdf2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f18bf6fd2d2f0d7db6a5e5b4d86b709dd2b5ce6d'/>
<id>f18bf6fd2d2f0d7db6a5e5b4d86b709dd2b5ce6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #22258: Fix the the internal function set_inheritable() on Illumos.</title>
<updated>2014-09-02T09:41:04+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-09-02T09:41:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=282124b8c4a277d634435c3a2fb2353abd567c31'/>
<id>282124b8c4a277d634435c3a2fb2353abd567c31</id>
<content type='text'>
This platform exposes the function ioctl(FIOCLEX), but calling it fails with
errno is ENOTTY: "Inappropriate ioctl for device". set_inheritable() now falls
back to the slower fcntl() (F_GETFD and then F_SETFD).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This platform exposes the function ioctl(FIOCLEX), but calling it fails with
errno is ENOTTY: "Inappropriate ioctl for device". set_inheritable() now falls
back to the slower fcntl() (F_GETFD and then F_SETFD).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from 3.3.</title>
<updated>2014-01-20T14:35:38+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2014-01-20T14:35:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=34e4628453a01330a41c0d0baddc1408a38e5de4'/>
<id>34e4628453a01330a41c0d0baddc1408a38e5de4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H.</title>
<updated>2014-01-20T14:31:08+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2014-01-20T14:31:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6c01e38677550839d10b558b1a9e0e615d6e4a81'/>
<id>6c01e38677550839d10b558b1a9e0e615d6e4a81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fileutils.c: use MAXPATHLEN instead of PATH_MAX</title>
<updated>2013-11-15T17:14:11+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-11-15T17:14:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b11d6cb711cb9b14d3580581d61bec224042feb5'/>
<id>b11d6cb711cb9b14d3580581d61bec224042feb5</id>
<content type='text'>
PATH_MAX is not declared on IRIX nor Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PATH_MAX is not declared on IRIX nor Windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>(Merge 3.3) fileutils.c: use MAXPATHLEN instead of PATH_MAX</title>
<updated>2013-11-15T17:14:33+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-11-15T17:14:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c31ebb60f975b231e8f2fff7af72204bf3309ed0'/>
<id>c31ebb60f975b231e8f2fff7af72204bf3309ed0</id>
<content type='text'>
PATH_MAX is not declared on IRIX nor Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PATH_MAX is not declared on IRIX nor Windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add unused third arg for the benefit of Valgrind.</title>
<updated>2013-11-14T14:35:47+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2013-11-14T14:35:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=49d047935720c04d674baed60dba8e832e0243f7'/>
<id>49d047935720c04d674baed60dba8e832e0243f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
