Skip to content
Permalink
Branch: 3.8
Commits on Jan 7, 2020
  1. bpo-38871: Fix lib2to3 for filter-based statements that contain lambda (

    miss-islington and corona10 committed Jan 7, 2020
    GH-17780)
    
    Correctly parenthesize filter-based statements that contain lambda
    expressions in lib2to3.
    (cherry picked from commit b821173)
    
    Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
  2. bpo-39198: Ensure logging global lock is released on exception in isE…

    miss-islington authored and vsajip committed Jan 7, 2020
    …nabledFor (GH-17689) (GH-17897)
    
    (cherry picked from commit 950c679)
  3. [3.8] bpo-39191: Fix RuntimeWarning in asyncio test (GH-17863) (#17894)

    asvetlov committed Jan 7, 2020
    https://bugs.python.org/issue39191.
    (cherry picked from commit 10ac0cd)
    
    Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
  4. bpo-38623: Doc: Add section for site module CLI. (GH-17858)

    miss-islington and methane committed Jan 7, 2020
    (cherry picked from commit ca94677)
    
    Co-authored-by: Inada Naoki <songofacandy@gmail.com>
  5. Doc: Change Python 2 status to EOL. (GH-17885)

    miss-islington and methane committed Jan 7, 2020
    (cherry picked from commit f4800b8)
    
    Co-authored-by: Inada Naoki <songofacandy@gmail.com>
Commits on Jan 6, 2020
  1. bpo-39041: Fix coverage upload command for GitHub Actions (GH-17873)

    miss-islington and zooba committed Jan 6, 2020
    https://bugs.python.org/issue39041
    
    Automerge-Triggered-By: @zooba
    (cherry picked from commit b1ce22d)
    
    Co-authored-by: Steve Dower <steve.dower@python.org>
  2. bpo-29778: Fix incorrect NULL check in _PyPathConfig_InitDLLPath() (G…

    miss-islington and anthonywee committed Jan 6, 2020
    …H-17818)
    
    (cherry picked from commit 7b79dc9)
    
    Co-authored-by: Anthony Wee <awee@box.com>
  3. bpo-39041: Add GitHub Actions support (GH-17594)

    miss-islington and zooba committed Jan 6, 2020
    (cherry picked from commit a76ba36)
    
    Co-authored-by: Steve Dower <steve.dower@python.org>
  4. bpo-39209: Manage correctly multi-line tokens in interactive mode (GH…

    miss-islington and pablogsal committed Jan 6, 2020
    …-17860)
    
    (cherry picked from commit 5ec91f7)
    
    Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
  5. bpo-38907: Suppress any exception when attempting to set V6ONLY. (GH-…

    miss-islington and jaraco committed Jan 6, 2020
    …17864) (GH-17865)
    
    Fixes error attempting to bind to IPv4 address.
    (cherry picked from commit 7cdc31a)
    
    Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
    
    Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
  6. bpo-38907: In http.server script, restore binding to IPv4 on Windows. (

    miss-islington and jaraco committed Jan 6, 2020
    …GH-17851) (#17854)
    
    (cherry picked from commit ee94bdb)
    
    Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
    
    Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
  7. Minor formatting improvements and fixes to idle.rst (GH-17165)

    miss-islington and taleinat committed Jan 6, 2020
    (cherry picked from commit d6c08db)
    
    Co-authored-by: Tal Einat <taleinat+github@gmail.com>
Commits on Jan 5, 2020
  1. bpo-39130: Dict reversed was added in v3.8 so should say in the doc a…

    miss-islington and khalidmammadov committed Jan 5, 2020
    …s well (GH-17694)
    
    To be consistent with document layout, it should say when the feature was added.
    Although it's mentioned few other places in the doc but it's not explicitly say that at that place.
    
    https://bugs.python.org/issue39130
    (cherry picked from commit 94d9cfc)
    
    Co-authored-by: Khalid Mammadov <khalidmammadov9@gmail.com>
  2. Fix the parameter list of object. _rpow_ (GH-GH-16477)

    miss-islington and hongweipeng committed Jan 5, 2020
    (cherry picked from commit abc0c4f)
    
    Co-authored-by: HongWeipeng <961365124@qq.com>
  3. Replace links in howto/pyporting.rst with sphinx references (GH-17781)

    miss-islington and hoefling committed Jan 5, 2020
    Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com>
    (cherry picked from commit e6ae90d)
    
    Co-authored-by: Oleg Höfling <hoefling@users.noreply.github.com>
  4. Fix constant folding optimization for positional only arguments (GH-1…

    miss-islington and asottile committed Jan 5, 2020
    …7837)
    
    (cherry picked from commit b121a4a)
    
    Co-authored-by: Anthony Sottile <asottile@umich.edu>
  5. bpo-39152: add missing ttk.Scale.configure return value (GH-17815)

    miss-islington and terryjreedy committed Jan 5, 2020
    tkinter.ttk.Scale().configure([name]) now returns a configuration tuple for name
    or a list thereof for all options. Based on patch Giovanni Lombardo.
    (cherry picked from commit 5ea7bb2)
    
    Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
  6. bpo-39055: Reject a trailing \n in base64.b64decode() with validate=T…

    miss-islington and serhiy-storchaka committed Jan 5, 2020
    …rue. (GH-17616)
    
    (cherry picked from commit b19c0d7)
    
    Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
  7. bpo-39056: Fix handling invalid warning category in the -W option. (G…

    miss-islington and serhiy-storchaka committed Jan 5, 2020
    …H-17618)
    
    No longer import the re module if it is not needed.
    (cherry picked from commit 41ec17e)
    
    Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
  8. bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619)

    miss-islington and serhiy-storchaka committed Jan 5, 2020
    Ignore leading dots and no longer ignore a trailing newline.
    (cherry picked from commit 6a265f0)
    
    Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
  9. Fix SystemError when nested function has annotation on positional-onl…

    miss-islington and asottile committed Jan 5, 2020
    …y argument (GH-17826)
    
    (cherry picked from commit ec007cb)
    
    Co-authored-by: Anthony Sottile <asottile@umich.edu>
Commits on Jan 4, 2020
  1. [3.8] bpo-39191: Don't spawn a task before failing (GH-17796) (GH-17820)

    asvetlov committed Jan 4, 2020
    (cherry picked from commit 3a5de51)
    
    Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Commits on Jan 3, 2020
  1. bpo-38532: Add missing decrefs in PyCFuncPtr_FromDll() (GH-17811)

    2 people authored and Yhg1s committed Jan 3, 2020
    (cherry picked from commit e02ab59)
    
    Co-authored-by: Zackery Spytz <zspytz@gmail.com>
  2. Update copyright year in macOS installer license copy (GH-17806)

    miss-islington and ned-deily committed Jan 3, 2020
    (cherry picked from commit 32f1443)
    
    Co-authored-by: Ned Deily <nad@python.org>
  3. Bring Python into the next decade. (GH-17801)

    miss-islington and benjaminp committed Jan 3, 2020
    (cherry picked from commit 946b29e)
    
    Co-authored-by: Benjamin Peterson <benjamin@python.org>
Commits on Jan 1, 2020
  1. bpo-39183: Fix formatting in library/ensurepip (GH-17787)

    miss-islington and rffontenelle committed Jan 1, 2020
    Remove extra space to fix formatting and avoid from splitting text in to strings.
    
    https://bugs.python.org/issue39183
    (cherry picked from commit 149175c)
    
    Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
  2. bpo-39142: Avoid converting namedtuple instances to ConvertingTuple. (G…

    miss-islington authored and vsajip committed Jan 1, 2020
    …H-17773) (GH-17785)
    
    (cherry picked from commit 46abfc1)
  3. Document CodeType.replace (GH-17776)

    miss-islington and asottile committed Jan 1, 2020
    (cherry picked from commit 22424c0)
    
    Co-authored-by: Anthony Sottile <asottile@umich.edu>
  4. bpo-39176: Improve error message for 'named assignment' (GH-17777) (G…

    2 people authored and rhettinger committed Jan 1, 2020
    …H-17778)
    
    (cherry picked from commit 37143a8)
    
    Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
    
    Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
Commits on Dec 31, 2019
  1. Fix idlelib README typo. (GH-17770)

    miss-islington and terryjreedy committed Dec 31, 2019
    (cherry picked from commit ba82ee8)
    
    Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
  2. [3.8] bpo-38588: Fix possible crashes in dict and list when calling P… (

    2 people authored and pablogsal committed Dec 31, 2019
    GH-17764)
    
    * [3.8] bpo-38588: Fix possible crashes in dict and list when calling PyObject_RichCompareBool (GH-17734)
    
    Take strong references before calling PyObject_RichCompareBool to protect against the case
    where the object dies during the call.
    (cherry picked from commit 2d5bf56)
    
    Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
    
    * Update Objects/listobject.c
    
    @methane's suggestion
    
    Co-Authored-By: Inada Naoki <songofacandy@gmail.com>
    
    Co-authored-by: Inada Naoki <songofacandy@gmail.com>
  3. closes bpo-37446: resolve undefined behavior in Python/hamt.c (GH-17727)

    miss-islington and isidentical committed Dec 31, 2019
    (cherry picked from commit d0c92e8)
    
    Co-authored-by: Batuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
Commits on Dec 30, 2019
  1. bpo-34118: memoryview, range, and tuple are classes (GH-17761)

    miss-islington and terryjreedy committed Dec 30, 2019
    Tag memoryview, range, and tuple as classes, the same as list, etcetera, in
    the library manual built-in functions list.
    (cherry picked from commit ee9ff05)
    
    Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
  2. bpo-38610: Fix possible crashes in several list methods (GH-17022)

    miss-islington and ZackerySpytz committed Dec 30, 2019
    Hold strong references to list elements while calling PyObject_RichCompareBool().
    (cherry picked from commit d9e561d)
    
    Co-authored-by: Zackery Spytz <zspytz@gmail.com>
  3. bpo-39037: Fix lookup order of magic methods in with statement docume…

    miss-islington and maggyero committed Dec 30, 2019
    …ntation (GH-17608)
    
    * __enter__ is now looked up before __exit__ to give a more intuitive error message
    * add pseudo-code equivalent for the with statement
    * fix pseudo-code for the async with statement to use a finally clause
    * use SUITE rather than BLOCK for consistency with the language grammar
    
    Patch by Géry Ogam.
    (cherry picked from commit 226e6e7)
    
    Co-authored-by: Géry Ogam <gery.ogam@gmail.com>
Older
You can’t perform that action at this time.