<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/test/test_pathlib.py, branch benjamin-interp-initialize</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-33635: Handling Bad file descriptor in Path.is_file and related. (GH-8542)</title>
<updated>2018-08-27T21:33:45+00:00</updated>
<author>
<name>Przemysław Spodymek</name>
<email>przemyslaw@spodymek.com</email>
</author>
<published>2018-08-27T21:33:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=216b745eafa7cd4a683a8405dcfbd7f5567f504c'/>
<id>216b745eafa7cd4a683a8405dcfbd7f5567f504c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34333: Fix %-formatting in Path.with_suffix() (GH-8663)</title>
<updated>2018-08-11T05:45:06+00:00</updated>
<author>
<name>Berker Peksag</name>
<email>berker.peksag@gmail.com</email>
</author>
<published>2018-08-11T05:45:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=423d05f6f59b24c91b9ef6b2e4ac130316764382'/>
<id>423d05f6f59b24c91b9ef6b2e4ac130316764382</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33522: Enable CI builds on Visual Studio Team Services (#6865)</title>
<updated>2018-05-16T21:50:29+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@microsoft.com</email>
</author>
<published>2018-05-16T21:50:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e5f41d2f1e0b8b8e61d5fa427c19bd1ea90fd9a3'/>
<id>e5f41d2f1e0b8b8e61d5fa427c19bd1ea90fd9a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32601: Let test_expanduser use the same user if no others found. (GH-5246)</title>
<updated>2018-05-14T14:00:37+00:00</updated>
<author>
<name>Anders Kaseorg</name>
<email>andersk@mit.edu</email>
</author>
<published>2018-05-14T14:00:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5c0d462689e1a69537eaeba6ab94e3ff3524fc31'/>
<id>5c0d462689e1a69537eaeba6ab94e3ff3524fc31</id>
<content type='text'>
This happens in the NixOS build sandbox, for example, where the only
other user is nobody with home directory /.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This happens in the NixOS build sandbox, for example, where the only
other user is nobody with home directory /.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32964: Reuse a testing implementation of the path protocol in tests. (#5930)</title>
<updated>2018-03-02T09:53:51+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-03-02T09:53:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b21d155f57d284aecf9092a9bd24258293965c2f'/>
<id>b21d155f57d284aecf9092a9bd24258293965c2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350)</title>
<updated>2017-11-12T16:31:07+00:00</updated>
<author>
<name>xdegaye</name>
<email>xdegaye@gmail.com</email>
</author>
<published>2017-11-12T16:31:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=92c2ca7633c881a56157f2fb8b2e1b8c7114e5fb'/>
<id>92c2ca7633c881a56157f2fb8b2e1b8c7114e5fb</id>
<content type='text'>
Access to mkfifo(), mknod() and hard link creation is controled
by SELinux on Android.
Also remove test.support.android_not_root.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Access to mkfifo(), mknod() and hard link creation is controled
by SELinux on Android.
Also remove test.support.android_not_root.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30897: Add is_mount() to pathlib.Path (#2669)</title>
<updated>2017-08-01T22:35:45+00:00</updated>
<author>
<name>Cooper Lees</name>
<email>me@cooperlees.com</email>
</author>
<published>2017-08-01T22:35:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=173ff4a58a6b337fe8a0eb44f211f33f278d3d5f'/>
<id>173ff4a58a6b337fe8a0eb44f211f33f278d3d5f</id>
<content type='text'>
* Add in is_mount() call to pathlib.Path similiar to os.path.ismount(path)
* Add tests for is_mount()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add in is_mount() call to pathlib.Path similiar to os.path.ismount(path)
* Add tests for is_mount()</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893)</title>
<updated>2017-06-07T15:29:17+00:00</updated>
<author>
<name>Antoine Pietri</name>
<email>seirl@users.noreply.github.com</email>
</author>
<published>2017-06-07T15:29:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=add98eb4fe41baeaa70fbd4ccc020833740609a4'/>
<id>add98eb4fe41baeaa70fbd4ccc020833740609a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263)</title>
<updated>2017-04-24T06:05:00+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-04-24T06:05:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2e576f5aec1f8f23f07001e2eb3db9276851a4fc'/>
<id>2e576f5aec1f8f23f07001e2eb3db9276851a4fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089)</title>
<updated>2017-04-13T18:08:15+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>armin.rigo@gmail.com</email>
</author>
<published>2017-04-13T18:08:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=22a594a0047d7706537ff2ac676cdc0f1dcb329c'/>
<id>22a594a0047d7706537ff2ac676cdc0f1dcb329c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
