<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc, 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-37383: Updates docs to reflect AsyncMock call_count after await. (#15761)</title>
<updated>2019-09-09T16:54:13+00:00</updated>
<author>
<name>Lisa Roach</name>
<email>lisaroach14@gmail.com</email>
</author>
<published>2019-09-09T16:54:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b9f65f01fd761da7799f36d29b54518399d3458e'/>
<id>b9f65f01fd761da7799f36d29b54518399d3458e</id>
<content type='text'>
* bpo-351428: Updates documentation to reflect AsyncMock call_count after await.

* Adds skip and fixes warning.

* Removes extra &gt;&gt;&gt;.

* Adds ... in front of await mock().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-351428: Updates documentation to reflect AsyncMock call_count after await.

* Adds skip and fixes warning.

* Removes extra &gt;&gt;&gt;.

* Adds ... in front of await mock().
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36502: Update link to UAX #44, the Unicode doc on the UCD. (GH-15301)</title>
<updated>2019-09-09T16:37:13+00:00</updated>
<author>
<name>Greg Price</name>
<email>gnprice@gmail.com</email>
</author>
<published>2019-09-09T16:37:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=64c6ac74e254d31f93fcc74bf02b3daa7d3e3f25'/>
<id>64c6ac74e254d31f93fcc74bf02b3daa7d3e3f25</id>
<content type='text'>
The link we have points to the version from Unicode 6.0.0, dated 2010.
There have been numerous updates to it since then:
  https://www.unicode.org/reports/tr44/#Modifications

Change the link to one that points to the current version. Also, use HTTPS.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The link we have points to the version from Unicode 6.0.0, dated 2010.
There have been numerous updates to it since then:
  https://www.unicode.org/reports/tr44/#Modifications

Change the link to one that points to the current version. Also, use HTTPS.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37995: Add an option to ast.dump() to produce a multiline output. (GH-15631)</title>
<updated>2019-09-09T16:33:13+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2019-09-09T16:33:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=850573b836d5b82d1a1ebe75a635aaa0a3dff997'/>
<id>850573b836d5b82d1a1ebe75a635aaa0a3dff997</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)</title>
<updated>2019-09-09T15:54:34+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2019-09-09T15:54:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=370138ba9c29595df773cc057d17ea26fb6f21bd'/>
<id>370138ba9c29595df773cc057d17ea26fb6f21bd</id>
<content type='text'>
Co-Authored-By: Ammar Askar &lt;ammar_askar@hotmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Ammar Askar &lt;ammar_askar@hotmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify that shutil's copy functions can accept path-like values (GH-15141)</title>
<updated>2019-09-09T15:51:56+00:00</updated>
<author>
<name>Boris Verhovsky</name>
<email>boris.verk@gmail.com</email>
</author>
<published>2019-09-09T15:51:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9488a5289de2ceecdfd2098cd70d215f96c4e745'/>
<id>9488a5289de2ceecdfd2098cd70d215f96c4e745</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix docs bz.open default mode (GH-15100)</title>
<updated>2019-09-09T15:49:47+00:00</updated>
<author>
<name>Richard Sanger</name>
<email>rsangerarj@gmail.com</email>
</author>
<published>2019-09-09T15:49:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bb668f798a78af0fd99675a4c7e0d949591f4f2b'/>
<id>bb668f798a78af0fd99675a4c7e0d949591f4f2b</id>
<content type='text'>
bz2.open()'s default mode is rb, not r</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bz2.open()'s default mode is rb, not r</pre>
</div>
</content>
</entry>
<entry>
<title>Minor changes in Doc/faq/library. (#15449)</title>
<updated>2019-09-09T15:00:43+00:00</updated>
<author>
<name>Antoine</name>
<email>43954001+awecx@users.noreply.github.com</email>
</author>
<published>2019-09-09T15:00:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=88b24f96aedbe546d7d3248089d94e874edc0e11'/>
<id>88b24f96aedbe546d7d3248089d94e874edc0e11</id>
<content type='text'>
* Minor changes.

* Update Doc/faq/library.rst

Co-Authored-By: Kyle Stanley &lt;aeros167@gmail.com&gt;

* Apply suggestions from aeros167.

* Update Doc/faq/library.rst

Co-Authored-By: Kyle Stanley &lt;aeros167@gmail.com&gt;

* Apply suggestions from aeros167 + re-add a "a" that was accidentally deleted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Minor changes.

* Update Doc/faq/library.rst

Co-Authored-By: Kyle Stanley &lt;aeros167@gmail.com&gt;

* Apply suggestions from aeros167.

* Update Doc/faq/library.rst

Co-Authored-By: Kyle Stanley &lt;aeros167@gmail.com&gt;

* Apply suggestions from aeros167 + re-add a "a" that was accidentally deleted.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Add references to AsyncMock in unittest.mock.patch (#13681)</title>
<updated>2019-09-09T14:18:06+00:00</updated>
<author>
<name>Mario Corchero</name>
<email>mcorcherojim@bloomberg.net</email>
</author>
<published>2019-09-09T14:18:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f5e7f39d2916ed150e80381faed125f405a11e11'/>
<id>f5e7f39d2916ed150e80381faed125f405a11e11</id>
<content type='text'>
Update the docs as patch can now return an AsyncMock if the patched
object is an async function.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the docs as patch can now return an AsyncMock if the patched
object is an async function.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38053 Update documentation for plistlib (GH-15727)</title>
<updated>2019-09-09T14:13:43+00:00</updated>
<author>
<name>Jon Janzen</name>
<email>jjjonjanzen@gmail.com</email>
</author>
<published>2019-09-09T14:13:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=24b11b8c95e96cf9c93fb7fc253e6e96506f2d77'/>
<id>24b11b8c95e96cf9c93fb7fc253e6e96506f2d77</id>
<content type='text'>
* Update documentation for plistlib

-  Update "Mac OS X" to "Apple" since plists are used more widely than just macOS
-  Re-add the UID class documentation (oops, removed in GH-15615)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update documentation for plistlib

-  Update "Mac OS X" to "Apple" since plists are used more widely than just macOS
-  Re-add the UID class documentation (oops, removed in GH-15615)</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37662: Documented venv.EnvBuilder.upgrade_dependencies(). (GH-15768)</title>
<updated>2019-09-09T13:50:38+00:00</updated>
<author>
<name>Vinay Sajip</name>
<email>vinay_sajip@yahoo.co.uk</email>
</author>
<published>2019-09-09T13:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=264e034f990240e2aa379d8484b15b9e70c1fad5'/>
<id>264e034f990240e2aa379d8484b15b9e70c1fad5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
