-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
[3.8] bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550) #16559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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]>
(cherry picked from commit 264e034) Co-authored-by: Vinay Sajip <[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]>
(cherry picked from commit f1a297a) Co-authored-by: Lisa Roach <[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-15840) (#15861) https://gitlab.com/python-devs/importlib_metadata/-/tags/0.21. (cherry picked from commit 17499d8) Co-authored-by: Jason R. Coombs <[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]>
) (GH-15875) (cherry picked from commit 9121088) 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]>
Member
Author
|
Oh wow, someone gone wrong. I picked the wrong base branch. I close this PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://bugs.python.org/issue36670