Closed
Conversation
…piler is xlc on AIX (pythonGH-19225) (pythonGH-19444) (cherry picked from commit 76db37b) Co-authored-by: Michael Felt <aixtools@users.noreply.github.com>
(cherry picked from commit ac2cfe6) Co-authored-by: Jimmy Yang <codingExpert123@gmail.com>
(cherry picked from commit c63629e) Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
…esource managing (pythonGH-19466) (cherry picked from commit 7ec43a7) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
I updated the error codes using the OpenSSL 1.1.1f source tree. (cherry picked from commit 3e0dd37) Co-authored-by: Benjamin Peterson <benjamin@python.org>
…thonGH-19351) (pythonGH-19483) Patcher's __exit__() is now never called if its __enter__() is failed. Returning true from __exit__() silences now the exception. (cherry picked from commit 4b222c9) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…MLParser object (pythonGH-3997) (pythonGH-19485) (cherry picked from commit 402e1cd)
…ythonGH-19490) (cherry picked from commit 909b87d) Co-authored-by: Benjamin Peterson <benjamin@python.org>
… (pythonGH-19495) (cherry picked from commit 85dd6bb) Co-authored-by: laike9m <laike9m@users.noreply.github.com> Automerge-Triggered-By: @zhangyangyu
… against old OpenSSL. (pythonGH-19506) (cherry picked from commit 584a3cf) Co-authored-by: Benjamin Peterson <benjamin@python.org>
* bpo-37531: regrtest now catchs ProcessLookupError (pythonGH-16827) Fix a warning on a race condition on TestWorkerProcess.kill(): ignore silently ProcessLookupError rather than logging an useless warning. (cherry picked from commit a661392) * bpo-38502: regrtest uses process groups if available (pythonGH-16829) test.regrtest now uses process groups in the multiprocessing mode (-jN command line option) if process groups are available: if os.setsid() and os.killpg() functions are available. (cherry picked from commit ecb035c) * bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignore (pythonGH-16989) When building Python in some uncommon platforms there are some known tests that will fail. Right now, the test suite has the ability to ignore entire tests using the -x option and to receive a filter file using the --matchfile filter. The problem with the --matchfile option is that it receives a file with patterns to accept and when you want to ignore a couple of tests and subtests, is too cumbersome to lists ALL tests that are not the ones that you want to accept and he problem with -x is that is not easy to ignore just a subtests that fail and the whole test needs to be ignored. For these reasons, add a new option to allow to ignore a list of test and subtests for these situations. (cherry picked from commit e0cd8aa) * regrtest: log timeout at startup (pythonGH-19514) Reduce also worker timeout. (cherry picked from commit 4cf65a6) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
(cherry picked from commit 96515e9) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
…ng comments (pythonGH-19488) (cherry picked from commit d42e582) Co-authored-by: Barry <barry@barrys-emacs.org>
* bpo-39667: Sync zipp 3.0 (pythonGH-18540) * bpo-39667: Improve pathlib.Path compatibility on zipfile.Path and correct performance degradation as found in zipp 3.0 * 📜🤖 Added by blurb_it. * Update docs for new zipfile.Path.open * Rely on dict, faster than OrderedDict. * Syntax edits on docs Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> (cherry picked from commit 0aeab5c) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com> * Clarify the change in behavior with a couple of workaround options. * Restore API compatibility while backporting performance improvements. Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
…ythonGH-19554) (cherry picked from commit 5565c30) Co-authored-by: Batuhan Taşkaya <batuhanosmantaskaya@gmail.com>
The names "member" and "container" for the arguments are also used in the module and shown with the help() function, and are immediately understandable in this context, contrary to "first" and "second". (cherry picked from commit a388bbd) Co-authored-by: Christoph Zwerschke <cito@online.de>
…pythonGH-19542) (cherry picked from commit a75e730) Co-authored-by: Jeffrey Quesnelle <jquesnelle@gmail.com>
It has not returned the file position after the seek. (cherry picked from commit 485e715) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
(cherry picked from commit c606624) Co-authored-by: Galden <wudenggang0@163.com> Co-authored-by: Galden <wudenggang0@163.com>
…H-19364) (pythonGH-19583) Co-authored-by: Ammar Askar <ammar@ammaraskar.com> (cherry picked from commit 12446e6)
…pythonGH-19269) Automerge-Triggered-By: @pitrou (cherry picked from commit 482259d) Co-authored-by: Furkan Önder <furkantahaonder@gmail.com>
Fixes Issue39285 The example incorrectly returned True for match. Furthermore the example is ambiguous in its usage of PureWindowsPath. Windows is case-insensitve, however the underlying match functionality utilizes fnmatch.fnmatchcase. Automerge-Triggered-By: @pitrou (cherry picked from commit c12375a) Co-authored-by: Tim Lo <timlo@users.noreply.github.com>
Typo fix: "emites" -> "emit". (cherry picked from commit df8913f) Co-authored-by: Galden <wudenggang0@163.com>
(cherry picked from commit 9b0b5d2) Co-authored-by: Barry <barry@barrys-emacs.org>
… (pythonGH-19625) The item size must be checked after encoding to bytes, not before. Automerge-Triggered-By: @pitrou. (cherry picked from commit eba9f61) Co-authored-by: Antoine Pitrou <antoine@python.org>
…19616) https://bugs.python.org/issue39942 (cherry picked from commit a25a04f) Co-authored-by: HongWeipeng <hongweichen8888@sina.com>
…honGH-19638) * Add underscores to long numbers to improve readability * Use bigger dataset in the bootstrapping example * Convert single-server queue example to more useful multi-server queue (cherry picked from commit d3a8d61)
…onGH-19642) (cherry picked from commit 783a673) Co-authored-by: Ned Deily <nad@python.org>
Icon author: Andrew Clover, bpo-1490384 (cherry picked from commit 3a69f3c) Co-authored-by: Miro Hrončok <miro@hroncok.cz>
Fix the Windows implementation of os.waitpid() for exit code larger than "INT_MAX >> 8". The exit status is now interpreted as an unsigned number.
Fix regression released in 3.9.0b4 and 3.8.4. (cherry picked from commit 38d3864) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
…ct (pythonGH-21525) (cherry picked from commit 9b01c59) Co-authored-by: Jordan Speicher <uSpike@users.noreply.github.com>
reject control chars in http method in http.client.putrequest to prevent http header injection (cherry picked from commit 8ca8a2e) Co-authored-by: AMIR <31338382+amiremohamadi@users.noreply.github.com>
Walk down the MRO backwards to find the type that originally defined the final `tp_setattro`, then make sure we are not jumping over intermediate C-level bases with the Python-level call. Automerge-Triggered-By: @gvanrossum (cherry picked from commit c53b310) Co-authored-by: scoder <stefan_ml@behnel.de>
…or (pythonGH-21474) GH-msg373510 [bpo-32528]()/pythonGH-13528 changed `asyncio.CancelledError` such that it no longer inherits from `concurrent.futures.CancelledError`. As this affects existing code, specifically when catching the latter instead of the former in exception handling, it should be documented in the "What's new in 3.8?" document. Automerge-Triggered-By: @1st1 (cherry picked from commit 2a51818) Co-authored-by: JustAnotherArchivist <JustAnotherArchivist@users.noreply.github.com>
Co-authored-by: Mark Dickinson <dickinsm@gmail.com> (cherry picked from commit 10e4664) Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <thatiparthysreenivas@gmail.com>
(cherry picked from commit 7cf1cb3) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
pythonGH-15312) These changes updates the doc to comprehensively mention the behaviour of gather.cancel() Automerge-Triggered-By: @asvetlov (cherry picked from commit d42528a) Co-authored-by: Vinay Sharma <vinay04sharma@icloud.com>
Contains security fixes for CVE-2019-20907, CVE-2020-15801, and BPO-39603.
|
The following commit authors need to sign the Contributor License Agreement: |
Closed
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
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.
📚 Documentation preview 📚: https://cpython-previews--146335.org.readthedocs.build/