Skip to content
Permalink
Branch: 3.8
Commits on Jul 1, 2020
  1. bpo-41158: IDLE: rewrite the code for handling file encoding (GH-21215)

    miss-islington and serhiy-storchaka committed Jul 1, 2020
    (cherry picked from commit 694d31e)
    
    Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
  2. Doc: Minor fix to init config C API documentation (GH-21198)

    miss-islington and tomerv committed Jul 1, 2020
    Co-authored-by: Tomer Vromen <tomer.vromen@intel.com>
    (cherry picked from commit 741008a)
    
    Co-authored-by: tomerv <tomerv@gmail.com>
Commits on Jun 30, 2020
  1. Post 3.8.4rc1

    ambv committed Jun 30, 2020
  2. Merge tag 'v3.8.4rc1' into 3.8

    ambv committed Jun 30, 2020
    Python 3.8.4rc1
  3. Update FAQ release schedule and estimated users (GH-21180)

    miss-islington and E-Paine committed Jun 30, 2020
    Update FAQ to include:
    * The new yearly release schedule from PEP 602
    * Estimated users from "tens of thousands" to "millions"
    (cherry picked from commit 3fa4799)
    
    Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com>
  4. bpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227)

    miss-islington and methane committed Jun 30, 2020
    (cherry picked from commit 2ea6a99)
    
    Co-authored-by: Inada Naoki <songofacandy@gmail.com>
  5. bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214)

    miss-islington and serhiy-storchaka committed Jun 30, 2020
    (cherry picked from commit 2515a28)
    
    Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Commits on Jun 29, 2020
  1. Python 3.8.4rc1

    ambv committed Jun 29, 2020
  2. bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (

    miss-islington and rvteja92 committed Jun 29, 2020
    GH-21033)
    
    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>
  3. bpo-41048: mimetypes should read the rule file using UTF-8, not the l…

    miss-islington and srinivasreddy committed Jun 29, 2020
    …ocale encoding (GH-20998)
    
    (cherry picked from commit 7f569c9)
    
    Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్  రెడ్డి తాటిపర్తి) <thatiparthysreenivas@gmail.com>
  4. Update ssl.rst

    miss-islington committed Jun 29, 2020
  5. bpo-41123: Doc: PyLong_FromUnicode will be removed in 3.10 (GH-21205)

    miss-islington and methane committed Jun 29, 2020
    (cherry picked from commit 02134da)
    
    Co-authored-by: Inada Naoki <songofacandy@gmail.com>
Commits on Jun 28, 2020
  1. [3.8] bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177) (GH-21200

    serhiy-storchaka committed Jun 28, 2020
    )
    
    Fix also a resource warning when store counts and module info.
    (cherry picked from commit 04cdeb7)
  2. bpo-41144: Fix IDLE open module error (GH-21182)

    miss-islington and E-Paine committed Jun 28, 2020
    Could not open os.path.
    
    Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
    (cherry picked from commit 8ab77c6)
    
    Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com>
  3. [3.8] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_f…

    gvanrossum committed Jun 28, 2020
    …lags (#21023)
Commits on Jun 27, 2020
  1. [3.8] bpo-41132: Use pymalloc allocator in the f-string parser (GH-21173

    lysnikolaou committed Jun 27, 2020
    ) (GH-21184)
    
    Automerge-Triggered-By: @pablogsal
  2. bpo-41100: clarify NEWS item about macOS 11 support (GH-21174)

    miss-islington and ned-deily committed Jun 27, 2020
    (cherry picked from commit 2f168c6)
    
    Co-authored-by: Ned Deily <nad@python.org>
Commits on Jun 25, 2020
  1. BPO-41100: Support macOS 11 when building (GH-21113)

    miss-islington and ronaldoussoren committed Jun 25, 2020
    (cherry picked from commit 8ea6353)
    
    Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
  2. [3.8] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (

    tiran committed Jun 25, 2020
    …GH-20948)
    
    Signed-off-by: Christian Heimes <christian@python.org>
    
    Automerge-Triggered-By: @tiran.
    (cherry picked from commit bb6ec14)
    
    Co-authored-by: Christian Heimes <christian@python.org>
  3. bpo-41113: Fix test_warnings on non-Western locales. (GH-21143)

    miss-islington and serhiy-storchaka committed Jun 25, 2020
    (cherry picked from commit 0f8ec1f)
    
    Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
  4. bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136)

    miss-islington and serhiy-storchaka committed Jun 25, 2020
    (cherry picked from commit 94eee69)
    
    Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
  5. bpo-39580: add check for CLI installation on macOS (GH-20271)

    miss-islington and rickheil committed Jun 25, 2020
    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.
    (cherry picked from commit 5f190d2)
    
    Co-authored-by: Rick Heil <rickheil@partnersandsimons.com>
  6. Forward port macOS installer updates from 3.7 (GH-21132) (GH-21137)

    ned-deily committed Jun 25, 2020
    - fix installer builds when using latest versions of Python 3
    - fix installer builds on newer macOS releases with SIP
    - Python Launcher app factory defaults now use python3
    - 3.x installer now updates the Current symlink in framework
  7. bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126)

    miss-islington and serhiy-storchaka committed Jun 25, 2020
    * Fix support of non-ASCII names in functions OpenDatabase()
      and init_database().
    * Fix support of non-ASCII SQL in method Database.OpenView().
    (cherry picked from commit 55939b1)
    
    Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Commits on Jun 24, 2020
  1. bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081)

    miss-islington and arisaka97 committed Jun 24, 2020
    Automerge-Triggered-By: @merwok
    (cherry picked from commit cf18c9e)
    
    Co-authored-by: Arisaka97 <solitaire2312@gmail.com>
  2. bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119)

    miss-islington and serhiy-storchaka committed Jun 24, 2020
    (cherry picked from commit a7dc714)
    
    Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
  3. bpo-41094: Fix decoding errors with audit when open files. (GH-21095)

    miss-islington and serhiy-storchaka committed Jun 24, 2020
    (cherry picked from commit 6c6810d)
    
    Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
  4. bpo-41038: Fix non-ASCII string corruption in Win32 resource files (G…

    miss-islington and nnemkin committed Jun 24, 2020
    …H-20985)
    
    In absence of explicit declaration, resource compiler uses system
    codepage. When this codepage is DBCS or UTF-8, Python's copyright
    string is corrupted, because it contains copyright sign encoded
    as \xA9.
    
    The fix is to explicitly declare codepage 1252.
    (cherry picked from commit 33b79b1)
    
    Co-authored-by: Nikita Nemkin <nikita@nemkin.ru>
  5. bpo-41005: Fixed perrmission error (GH-20936) (GH-21052)

    miss-islington and KrishnaSai2020 committed Jun 24, 2020
    * fixed issue 41005: webbrowser fails when xdg-settings cannot be executed
    
    Co-authored-by: KrishnaSai2020 <krishnasai.chivukula@gmal.com>
    Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
    (cherry picked from commit 9e27bc0)
    
    Co-authored-by: Krishna Chivukula <63070026+KrishnaSai2020@users.noreply.github.com>
    
    Co-authored-by: Krishna Chivukula <63070026+KrishnaSai2020@users.noreply.github.com>
  6. Fix typo in dataclasses module (GH-21109) (#21111)

    miss-islington and jugmac00 committed Jun 24, 2020
    Automerge-Triggered-By: @matrixise
    (cherry picked from commit 80526f6)
    
    Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com>
    
    Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com>
  7. bpo-40707: Document that Popen.communicate sets the returncode attrib…

    miss-islington and gareth-rees committed Jun 24, 2020
    …ute (GH-20283)
    
    (cherry picked from commit bf2e515)
    
    Co-authored-by: Gareth Rees <gdr@garethrees.org>
Commits on Jun 23, 2020
  1. [3.8] bpo-31938: Fix default-value signatures of several functions in…

    asottile committed Jun 23, 2020
    … the select module (GH-21066) (GH-21098)
    
    (cherry picked from commit d051801)
    
    Automerge-Triggered-By: @vstinner
  2. bpo-39699: Remove accidentally committed test change (GH-21089)

    ammaraskar committed Jun 23, 2020
  3. bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071)

    miss-islington and WildCard65 committed Jun 23, 2020
    Fix integer overflow in the :meth:`array.array.index` method on 64-bit Windows
    for index larger than ``2**31``.
    (cherry picked from commit 1d3dad5)
    
    Co-authored-by: WildCard65 <WildCard65@users.noreply.github.com>
Older
You can’t perform that action at this time.