3.7
Commits on Aug 17, 2020
-
Verified
This commit was signed with a verified signature.ned-deily Ned Deily
GPG key ID: 2D347EA6AA65421D Learn about signing commits
Commits on Aug 15, 2020
-
Verified
This commit was signed with a verified signature.ned-deily Ned Deily
GPG key ID: 2D347EA6AA65421D Learn about signing commits -
bpo-41100: additional fixes for testing on macOS 11 Big Sur Intel
Note: macOS 11 is not yet released, this release of Python is not fully supported on 11.0, and not all tests pass.
ned-deily committedAug 15, 2020 Verified
This commit was signed with a verified signature.ned-deily Ned Deily
GPG key ID: 2D347EA6AA65421D Learn about signing commits
Commits on Aug 14, 2020
-
bpo-33786: Fix asynchronous generators to handle GeneratorExit in ath…
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Aug 12, 2020
-
bpo-41455: Provide a link to how the third generation is collected in…
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (GH-21835)
(cherry picked from commit 76643c1) Co-authored-by: Ram Rachum <ram@rachum.com>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jul 19, 2020
-
bpo-39603: Prevent header injection in http methods (GH-18485) (GH-21538
) 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>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jul 18, 2020
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jul 15, 2020
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (GH-2…
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jul 13, 2020
-
bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) (G…
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jul 8, 2020
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jul 6, 2020
-
[3.7] bpo-29778: Ensure python3.dll is loaded from correct locations …
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jun 30, 2020
-
[3.7] bpo-41004: Resolve hash collisions for IPv4Interface and IPv6In…
…terface (GH-21033) (GH-21231) CVE-2020-14422 The __hash__() methods of classes IPv4Interface and IPv6Interface had issue of generating constant hash values of 32 and 128 respectively causing hash collisions. The fix uses the hash() function to generate hash values for the objects instead of XOR operation (cherry picked from commit b30ee26) Co-authored-by: Ravi Teja P <rvteja92@gmail.com> Signed-off-by: Tapas Kundu <tkundu@vmware.com>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jun 28, 2020
-
Verified
This commit was signed with a verified signature.ned-deily Ned Deily
GPG key ID: 2D347EA6AA65421D Learn about signing commits
Commits on Jun 27, 2020
-
Verified
This commit was signed with a verified signature.ned-deily Ned Deily
GPG key ID: 2D347EA6AA65421D Learn about signing commits
Commits on Jun 25, 2020
-
BPO-41100: Support macOS 11 when building (GH-21113) (GH-21155)
(cherry picked from commit 8ea6353) Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
[3.7] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (…
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was signed with a verified signature.ned-deily Ned Deily
GPG key ID: 2D347EA6AA65421D Learn about signing commits -
Verified
This commit was signed with a verified signature.ned-deily Ned Deily
GPG key ID: 2D347EA6AA65421D Learn about signing commits
Commits on Jun 18, 2020
-
Verified
This commit was signed with a verified signature.ned-deily Ned Deily
GPG key ID: 2D347EA6AA65421D Learn about signing commits
Commits on Jun 17, 2020
-
Verified
This commit was signed with a verified signature.ned-deily Ned Deily
GPG key ID: 2D347EA6AA65421D Learn about signing commits -
bpo-40204: Pin Sphinx version to 2.3.1 in Doc/Makefile
ned-deily committedJun 17, 2020 Verified
This commit was signed with a verified signature.ned-deily Ned Deily
GPG key ID: 2D347EA6AA65421D Learn about signing commits -
Update missed Python.app copyright.
ned-deily committedJun 17, 2020 Verified
This commit was signed with a verified signature.ned-deily Ned Deily
GPG key ID: 2D347EA6AA65421D Learn about signing commits -
Update macOS Python Launcher defaults to python3.
ned-deily committedJun 17, 2020 Verified
This commit was signed with a verified signature.ned-deily Ned Deily
GPG key ID: 2D347EA6AA65421D Learn about signing commits -
bpo-39580: add check for CLI installation on macOS
Adds a simple check for whether or not the package is being installed in the GUI or using installer on the command line. This addresses an issue where CLI-based software management tools (such as Munki) unexpectedly open Finder windows into a GUI session during installation runs.
ned-deily committedJun 17, 2020 Verified
This commit was signed with a verified signature.ned-deily Ned Deily
GPG key ID: 2D347EA6AA65421D Learn about signing commits -
Update the macOS installer build scripts
Change includes to fix building with Python 3.x and to build correctly on newer macOS systems with SIP.
ned-deily committedJun 17, 2020 Verified
This commit was signed with a verified signature.ned-deily Ned Deily
GPG key ID: 2D347EA6AA65421D Learn about signing commits -
Synchronize macOS installer with 3.9
ned-deily committedJun 17, 2020 Verified
This commit was signed with a verified signature.ned-deily Ned Deily
GPG key ID: 2D347EA6AA65421D Learn about signing commits
Commits on Jun 15, 2020
-
bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) (G…
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
bpo-40448: ensurepip: Do not use cache (GH-19812)
ensurepip optionally installs or upgrades 'pip' and 'setuptools' using the version of those modules bundled with Python. The internal PIP installation routine by default temporarily uses its cache, if it exists. This is undesirable as Python builds and installations may be independent of the user running the build, whilst PIP cache location is dependent on the user's environment and outside of the build environment. At the same time, there's no value in using the cache while installing bundled modules. This change disables PIP caching when used in ensurepip. (cherry picked from commit 4a3a682) Co-authored-by: Krzysztof Konopko <kkonopko@users.noreply.github.com>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
[3.7] bpo-34226: fix cgi.parse_multipart without content_length (GH-8530
) (GH-20892) In Python 3.7 the behavior of parse_multipart changed requiring CONTENT-LENGTH header, this fix remove this header as required and fix FieldStorage read_lines_to_outerboundary, by not using limit when it's negative, since by default it's -1 if not content-length and keeps substracting what was read from the file object. Also added a test case for this problem. (cherry picked from commit d8cf351) Co-authored-by: roger <rogerduran@gmail.com> Automerge-Triggered-By: @ned-deily
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jun 13, 2020
-
[3.7] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480
) (GH-20861) (cherry picked from commit dea3223) Co-authored-by: Zackery Spytz <zspytz@gmail.com> Automerge-Triggered-By: @brettcannon
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jun 12, 2020
-
bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)
Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <thatiparthysreenivas@gmail.com>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
bpo-40964: disable remote IMAP tests (GH-20836)
Remote host cyrus.andrew.cmu.edu is blocking incoming connections and is causing test suite to fail. Signed-off-by: Christian Heimes <christian@python.org>
Verified
This commit was signed with a verified signature.ned-deily Ned Deily
GPG key ID: 2D347EA6AA65421D Learn about signing commits
Commits on Jun 11, 2020
-
bpo-40025: Require _generate_next_value_ to be defined before members (…
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits