<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules/_stat.c, branch travis-macOS</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>bpo-37834: Normalise handling of reparse points on Windows (GH-15231)</title>
<updated>2019-08-21T22:27:33+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2019-08-21T22:27:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=df2d4a6f3d5da2839c4fc11d31511c8e028daf2c'/>
<id>df2d4a6f3d5da2839c4fc11d31511c8e028daf2c</id>
<content type='text'>
bpo-37834: Normalise handling of reparse points on Windows
* ntpath.realpath() and nt.stat() will traverse all supported reparse points (previously was mixed)
* nt.lstat() will let the OS traverse reparse points that are not name surrogates (previously would not traverse any reparse point)
* nt.[l]stat() will only set S_IFLNK for symlinks (previous behaviour)
* nt.readlink() will read destinations for symlinks and junction points only

bpo-1311: os.path.exists('nul') now returns True on Windows
* nt.stat('nul').st_mode is now S_IFCHR (previously was an error)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bpo-37834: Normalise handling of reparse points on Windows
* ntpath.realpath() and nt.stat() will traverse all supported reparse points (previously was mixed)
* nt.lstat() will let the OS traverse reparse points that are not name surrogates (previously would not traverse any reparse point)
* nt.[l]stat() will only set S_IFLNK for symlinks (previous behaviour)
* nt.readlink() will read destinations for symlinks and junction points only

bpo-1311: os.path.exists('nul') now returns True on Windows
* nt.stat('nul').st_mode is now S_IFCHR (previously was an error)</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #21741: Add st_file_attributes to os.stat_result on Windows.</title>
<updated>2014-06-19T14:46:37+00:00</updated>
<author>
<name>Zachary Ware</name>
<email>zachary.ware@gmail.com</email>
</author>
<published>2014-06-19T14:46:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=63f277b6944d583596675970666bbf4152b83349'/>
<id>63f277b6944d583596675970666bbf4152b83349</id>
<content type='text'>
Patch by Ben Hoyt.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Ben Hoyt.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #11016: Don't define macros and constants that are already set by pyport.h</title>
<updated>2013-06-23T22:13:14+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@cheimes.de</email>
</author>
<published>2013-06-23T22:13:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5b2f18411b49b27ce2f36e567b0096f6e50de562'/>
<id>5b2f18411b49b27ce2f36e567b0096f6e50de562</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #11016: Detect integer conversion on conversion from Python int to C mode_t</title>
<updated>2013-06-23T20:57:43+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-06-23T20:57:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1ce46d99dbe13e57544e404966c57072d1dcf8e1'/>
<id>1ce46d99dbe13e57544e404966c57072d1dcf8e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a typo in S_ISDIR, S_ISCHR, S_ISBLK and S_ISREG.</title>
<updated>2013-06-23T20:57:02+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@cheimes.de</email>
</author>
<published>2013-06-23T20:57:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=858c9471558845a3767480eea8905752282f3a27'/>
<id>858c9471558845a3767480eea8905752282f3a27</id>
<content type='text'>
Add extra braces to S_IS*() macros
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add extra braces to S_IS*() macros
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #11016: Try to fix compilaton of the new _stat.c module on Windows</title>
<updated>2013-06-22T23:49:42+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-06-22T23:49:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c6ebd16a203b84de020fb236f32e8c58db92718d'/>
<id>c6ebd16a203b84de020fb236f32e8c58db92718d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #11016: Add C implementation of the stat module as _stat</title>
<updated>2013-06-22T19:05:02+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@cheimes.de</email>
</author>
<published>2013-06-22T19:05:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c77d9f38c2e1435c2d20af353abbb624f2767ba6'/>
<id>c77d9f38c2e1435c2d20af353abbb624f2767ba6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
