Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Oct 3, 2019

miss-islington and others added 30 commits September 10, 2019 00:31
…H-15761)

* bpo-351428: Updates documentation to reflect AsyncMock call_count after await.

* Adds skip and fixes warning.

* Removes extra >>>.

* Adds ... in front of await mock().
(cherry picked from commit b9f65f0)

Co-authored-by: Lisa Roach <[email protected]>
Accumulate certificates in a set instead of doing a costly list contain
operation. A Windows cert store can easily contain over hundred
certificates. The old code would result in way over 5,000 comparison
operations

Signed-off-by: Christian Heimes <[email protected]>
(cherry picked from commit 359143c)

Co-authored-by: dalgarno <[email protected]>
Azure runs macOS, so we don't need Travis to do it.
(cherry picked from commit e45b217)

Co-authored-by: Benjamin Peterson <[email protected]>
…ers (GH-14660)

Add examples for mocking asynchronous iterators and asynchronous context managers.

https://bugs.python.org/issue37052
(cherry picked from commit c8dfa73)

Co-authored-by: Xtreak <[email protected]>
…Is [locks] (GH-13920)

This PR deprecate explicit loop parameters in all public asyncio APIs

This issues is split to be easier to review.

Third step: locks.py

https://bugs.python.org/issue36373
(cherry picked from commit 537877d)

Co-authored-by: Emmanuel Arias <[email protected]>
…Is [queue] (GH-13950)

This PR deprecate explicit loop parameters in all public asyncio APIs

This issues is split to be easier to review.

fourth step: queue.py

https://bugs.python.org/issue36373
(cherry picked from commit 9008be3)

Co-authored-by: Emmanuel Arias <[email protected]>
…r wrong type (GH-15838)

(cherry picked from commit 57ea335)

Co-authored-by: Jeroen Demeyer <[email protected]>
Update the docs as patch can now return an AsyncMock if the patched
object is an async function.
(cherry picked from commit f5e7f39)

Co-authored-by: Mario Corchero <[email protected]>
GH-11836)

(cherry picked from commit 734f120)

Co-authored-by: Bernt Røskar Brenna <[email protected]>
…configparser (GH-6137) (GH-15846)

Document how $ and % can be escaped in configparser.
(cherry picked from commit 9a94093)

Co-authored-by: Arun Persaud <[email protected]>
feed_eof(), feed_data(), set_exception(), and set_transport() are prefixed with underscore now.

https://bugs.python.org/issue38066
(cherry picked from commit 12c122a)

Co-authored-by: Andrew Svetlov <[email protected]>
(cherry picked from commit a511c7a)

Co-authored-by: Pablo Galindo <[email protected]>
As described in Doc/c-api/init.rst, PyEval_InitThreads() cannot be called
before Py_Initialize() function.
(cherry picked from commit 9e61066)

Co-authored-by: Kenta Murata <[email protected]>
…2 toolset installed (GH-15849)

(cherry picked from commit cd82211)

Co-authored-by: Steve Dower <[email protected]>
(cherry picked from commit 182e1d1)

Co-authored-by: Matthias <[email protected]>
In the table model used by docutils, the `cols` attribute of `tgroup`
nodes is mandatory, see [1]. It is used in texinfo builder in [2].

[1]: https://www.oasis-open.org/specs/tm9901.htmGH-AEN348
[2]: https://github.com/sphinx-doc/sphinx/blob/v2.1.2/sphinx/writers/texinfo.pyGH-L1129

* Doc: Add texinfo support to the Makefile
(cherry picked from commit c3d679f)

Co-authored-by: Dmitry Shachnev <[email protected]>
…GH-11314) (GH-15869)

* Improve doc on open's mode +

* Improve wording

* Address comment from Rémi
(cherry picked from commit c1d8c1c)

Co-authored-by: Andre Delfino <[email protected]>
* Write a message when killing a worker process
* Put a timeout on the second popen.communicate() call
  (after killing the process)
* Put a timeout on popen.wait() call
* Catch popen.kill() and popen.wait() exceptions

(cherry picked from commit de2d9ee)
In text mode, the "size" parameter indicates the number of characters, not bytes.
(cherry picked from commit faff81c)

Co-authored-by: William Andrea <[email protected]>
…tests optional (GH-15851)

(cherry picked from commit 801f925)

Co-authored-by: Steve Dower <[email protected]>
(cherry picked from commit 0518451)

Co-authored-by: Andre Delfino <[email protected]>
(cherry picked from commit b6dafe5)

Co-authored-by: Kyle Stanley <[email protected]>
@vstinner
Copy link
Member Author

vstinner commented Oct 3, 2019

Oh wow, someone gone wrong. I picked the wrong base branch. I close this PR.

@vstinner vstinner closed this Oct 3, 2019
@vstinner vstinner deleted the typeperf38 branch October 3, 2019 14:20
@vstinner vstinner restored the typeperf38 branch October 3, 2019 14:21
@vstinner vstinner deleted the typeperf38 branch October 3, 2019 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.