Skip to content
Permalink
Branch: 3.7
Commits on Dec 20, 2019
  1. bpo-38918: Add __module__ entry for function & method type in inspect…

    miss-islington and parthsharma2 committed Dec 20, 2019
    … docs table (GH-17408)
    
    Adds` __module__ ` entries for function & method types in inspect docs table.
    
    https://bugs.python.org/issue38918
    (cherry picked from commit f522a6d)
    
    Co-authored-by: Parth Sharma <parthsharma2@users.noreply.github.com>
Commits on Dec 19, 2019
  1. [3.7] bpo-38316: Fix co_stacksize documentation (GH-16983). (GH-17660)

    isidentical authored and miss-islington committed Dec 19, 2019
    (cherry picked from commit d587272)
    
    Co-authored-by: Batuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
    
    
    
    
    
    https://bugs.python.org/issue38316
    
    
    
    Automerge-Triggered-By: @vstinner
  2. Post release updates

    ned-deily committed Dec 19, 2019
  3. Merge tag 'v3.7.6' into 3.7

    ned-deily committed Dec 19, 2019
Commits on Dec 18, 2019
  1. bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (G…

    miss-islington and vstinner committed Dec 18, 2019
    …H-17652) (GH-17655)
    
    Fix test_ressources_gced_in_workers() of test_concurrent_futures:
    explicitly stop the manager to prevent leaking a child process
    running in the background after the test completes.
    
    (cherry picked from commit 673c393)
    (cherry picked from commit b0eb046)
    
    Co-authored-by: Victor Stinner <vstinner@python.org>
  2. 3.7.6

    ned-deily committed Dec 18, 2019
  3. bpo-38295: prevent test_relative_path of test_py_compile failure on m…

    miss-islington and ned-deily committed Dec 17, 2019
    …acOS Catalina (GH-17636)
    
    (cherry picked from commit bf3aa10)
    
    Co-authored-by: Ned Deily <nad@python.org>
  4. Fix warnings in test_asyncio.test_base_events (GH-17577) (GH-17580)

    2 people authored and ned-deily committed Dec 17, 2019
    Co-authored-by: tirkarthi
    (cherry picked from commit 1988344)
    
    Co-authored-by: Kyle Stanley <aeros167@gmail.com>
  5. [3.7] Add whatsnew for removal of asyncio.loop.create_datagram_endpoi…

    aeros authored and ned-deily committed Dec 17, 2019
    …nt()'s *reuse_address* parameter (GH-17595). (GH-17631)
    
    (cherry picked from commit f501db2)
    
    Co-authored-by: Kyle Stanley <aeros167@gmail.com>
  6. Add PYTHONUTF8 to commandline usage. (GH-17587) (GH-17599)

    methane authored and ned-deily committed Dec 14, 2019
    Co-Authored-By: Victor Stinner <vstinner@python.org>
    (cherry picked from commit 95826c7)
Commits on Dec 17, 2019
  1. bpo-38295: prevent test_relative_path of test_py_compile failure on m…

    miss-islington and ned-deily committed Dec 17, 2019
    …acOS Catalina (GH-17636)
    
    (cherry picked from commit bf3aa10)
    
    Co-authored-by: Ned Deily <nad@python.org>
  2. Fix warnings in test_asyncio.test_base_events (GH-17577) (GH-17580)

    2 people authored and ned-deily committed Dec 17, 2019
    Co-authored-by: tirkarthi
    (cherry picked from commit 1988344)
    
    Co-authored-by: Kyle Stanley <aeros167@gmail.com>
  3. [3.7] Add whatsnew for removal of asyncio.loop.create_datagram_endpoi…

    aeros authored and ned-deily committed Dec 17, 2019
    …nt()'s *reuse_address* parameter (GH-17595). (GH-17631)
    
    (cherry picked from commit f501db2)
    
    Co-authored-by: Kyle Stanley <aeros167@gmail.com>
Commits on Dec 14, 2019
  1. bpo-39035: travis: Don't use beta group (GH-17604)

    methane committed Dec 14, 2019
  2. [3.7] Fix elif start column offset when there is an else following (G…

    pablogsal and lysnikolaou committed Dec 14, 2019
    …H-17596) (GH-17601)
    
    (cherry picked from commit 5936a4c)
    
    Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
  3. Add PYTHONUTF8 to commandline usage. (GH-17587) (GH-17599)

    methane authored and vstinner committed Dec 14, 2019
    Co-Authored-By: Victor Stinner <vstinner@python.org>
    (cherry picked from commit 95826c7)
Commits on Dec 13, 2019
  1. bpo-36406: Handle namespace packages in doctest (GH-12520) (GH-17592)

    2 people authored and brettcannon committed Dec 13, 2019
    (cherry picked from commit 8289e27)
    
    Co-authored-by: Xtreak <tir.karthi@gmail.com>
  2. [3.7] bpo-39031: Include elif keyword when producing lineno/col-offse…

    pablogsal and lysnikolaou committed Dec 13, 2019
    …t info for if_stmt (GH-17582) (#17584)
    
    When parsing an "elif" node, lineno and col_offset of the node now point to the "elif" keyword and not to its condition, making it consistent with the "if" node.
    
    https://bugs.python.org/issue39031
    
    Automerge-Triggered-By: @pablogsal.
    (cherry picked from commit 025a602)
    
    Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Commits on Dec 11, 2019
  1. Post release updates

    ned-deily committed Dec 11, 2019
  2. 3.7.6rc1

    ned-deily committed Dec 11, 2019
  3. bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (

    ned-deily and aeros committed Dec 11, 2019
    GH-17311) (GH-17570)
    
    (cherry picked from commit ab513a3)
    
    Co-authored-by: Kyle Stanley <aeros167@gmail.com>
Commits on Dec 10, 2019
  1. bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416)

    miss-islington and JohnnyNajera committed Dec 10, 2019
    This has happened on some versions of Ubuntu.
    (cherry picked from commit bbc4162)
    
    Co-authored-by: JohnnyNajera <58344607+JohnnyNajera@users.noreply.github.com>
Commits on Dec 9, 2019
  1. bpo-38944: Escape key now closes IDLE completion windows. (GH-17419)

    miss-islington and JohnnyNajera committed Dec 9, 2019
    (cherry picked from commit 232689b)
    
    Co-authored-by: JohnnyNajera <58344607+JohnnyNajera@users.noreply.github.com>
  2. bpo-34776: Fix dataclasses to support __future__ "annotations" mode (G…

    2 people authored and ambv committed Dec 9, 2019
    …H-9518) (#17532)
    
    (cherry picked from commit d219cc4)
    
    Co-authored-by: Yury Selivanov <yury@magic.io>
  3. bpo-39006: Fix asyncio when the ssl module is missing (GH-17524)

    miss-islington and vstinner committed Dec 9, 2019
    Fix asyncio when the ssl module is missing: only check for
    ssl.SSLSocket instance if the ssl module is available.
    (cherry picked from commit 82b4950)
    
    Co-authored-by: Victor Stinner <vstinner@python.org>
  4. bpo-38916: Document array.array deprecation (GH-17523)

    miss-islington and vstinner committed Dec 9, 2019
    array.array: Document that tostring() and fromstring() deprecated
    aliases will be removed in Python 3.9.
    (cherry picked from commit 0381ea7)
    
    Co-authored-by: Victor Stinner <vstinner@python.org>
  5. bpo-38673: dont switch to ps2 if the line starts with comment or whit…

    2 people authored and ned-deily committed Dec 9, 2019
    …espace (GH-17421) (GH-17522)
    
    https://bugs.python.org/issue38673
    (cherry picked from commit 109fc27)
    
    Co-authored-by: Batuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
  6. bpo-38547: Fix test_pty if the process is the session leader (GH-17519)

    miss-islington and vstinner committed Dec 9, 2019
    Fix test_pty: if the process is the session leader, closing the
    master file descriptor raises a SIGHUP signal: simply ignore SIGHUP
    when running the tests.
    (cherry picked from commit a1838ec)
    
    Co-authored-by: Victor Stinner <vstinner@python.org>
  7. bpo-38669: patch.object now raises a helpful error (GH17511)

    2 people authored and cjw296 committed Dec 9, 2019
    This means a clearer message is now shown when patch.object is called with two string arguments, rather than a class and a string argument.
    (cherry picked from commit cd90a52)
    
    Co-authored-by: Elena Oat <oat.elena@gmail.com>
Commits on Dec 8, 2019
  1. bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497)

    miss-islington and amiremohamadi committed Dec 8, 2019
    now contextvars.ContextVar "__class_getitem__" method returns ContextVar class, not None.
    
    https://bugs.python.org/issue38979
    
    Automerge-Triggered-By: @asvetlov
    (cherry picked from commit 28c9163)
    
    Co-authored-by: AMIR <31338382+amiremohamadi@users.noreply.github.com>
Commits on Dec 7, 2019
  1. [3.7] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17500)

    miss-islington committed Dec 7, 2019
    test_openssl_version now accepts version 3.0.0.
    
    getpeercert() no longer returns IPv6 addresses with a trailing new line.
    
    Signed-off-by: Christian Heimes <christian@python.org>
    
    
    https://bugs.python.org/issue38820
    (cherry picked from commit 2b7de66)
    
    
    Co-authored-by: Christian Heimes <christian@python.org>
    
    
    https://bugs.python.org/issue38820
    
    
    
    Automerge-Triggered-By: @tiran
  2. bpo-37404: Raising value error if an SSLSocket is passed to asyncio f…

    miss-islington and idomic committed Dec 7, 2019
    …unctions (GH-16457)
    
    https://bugs.python.org/issue37404
    (cherry picked from commit 892f9e0)
    
    Co-authored-by: idomic <michael.ido@gmail.com>
  3. [3.7] Make repr of C accelerated TaskWakeupMethWrapper the same as of…

    asvetlov committed Dec 7, 2019
    … pure Python version (GH-17484) (GH-17494)
    
    (cherry picked from commit 969ae7a)
    
    Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Commits on Dec 6, 2019
  1. bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (

    miss-islington and mariocj89 committed Dec 6, 2019
    GH-13135)
    
    Break cycle generated when saving an exception in socket.py, codeop.py and dyld.py as they keep alive not only the exception but user objects through the ``__traceback__`` attribute.
    
    https://bugs.python.org/issue36820
    
    Automerge-Triggered-By: @pablogsal
    (cherry picked from commit b64334c)
    
    Co-authored-by: Mario Corchero <mcorcherojim@bloomberg.net>
Older
You can’t perform that action at this time.