Skip to content
Permalink
main

Commits on May 17, 2021

Commits on May 16, 2021

  1. [doc] Fix typo in os module (GH-24464)

    Automerge-Triggered-By: GH:iritkatriel
    rffontenelle committed May 16, 2021
  2. Fix a typo/error in a news entry (bidst_wheel -> bdist_wheel) (GH-24284)

    This error was fixed recently in `Doc/whatsnew/3.10.rst`.
    
    Automerge-Triggered-By: GH:iritkatriel
    ZackerySpytz committed May 16, 2021
  3. fix docstring typo in bdb.py (GH-22323)

    flizzywine committed May 16, 2021
  4. Fix typo in comment (GH-26162)

    epicfaace committed May 16, 2021
  5. bpo-44142: drop redundant parantheses when unparsing tuples as assign…

    …ment targets (GH-26156)
    isidentical committed May 16, 2021
  6. bpo-39950: Fix deprecation warning in test for `pathlib.Path.link_to(…

    …)` (GH-26155)
    barneygale committed May 16, 2021

Commits on May 15, 2021

  1. Improve speed and accuracy for correlation() (GH-26135)

    rhettinger committed May 15, 2021
  2. bpo-44143: Fix crash in the parser when raising tokenizer errors with…

    … an exception set (GH-26144)
    pablogsal committed May 15, 2021
  3. bpo-32133: Improve numbers docs (GH-26124)

    miguendes committed May 15, 2021
  4. bpo-44139: Use a more descriptive syntax error comprehension case in …

    …the What's New for 3.10 (GH-26145)
    pablogsal committed May 15, 2021
  5. bpo-26110: Add CALL_METHOD_KW opcode to speedup method calls with…

    … keywords (GH-26014)
    
    * Add CALL_METHOD_KW
    
    * Make CALL_METHOD branchless too since it shares the same code
    
    * Place parentheses in STACK_SHRINK
    Fidget-Spinner committed May 15, 2021

Commits on May 14, 2021

  1. bpo-44072: fix Complex, Integral docs for ** (GH-25986)

    In numbers module docstrings and docs.
    roryyorke committed May 14, 2021
  2. bpo-37788: Fix reference leak when Thread is never joined (GH-26103)

    When a Thread is not joined after it has stopped, its lock may remain in the _shutdown_locks set until interpreter shutdown.  If many threads are created this way, the _shutdown_locks set could therefore grow endlessly.  To avoid such a situation, purge expired locks each time a new one is added or removed.
    pitrou committed May 14, 2021
  3. bpo-43729: Clarify comment in tutorial example (GH-25191)

    erlend-aasland committed May 14, 2021
  4. Subprocess Protocols Documentation (GH-20950)

    Should be "Subprocess Protocol instances" not "Datagram Protocol instances"
    kudavid committed May 14, 2021
  5. [doc] Fix typos in cgi.rst (#24766)

    maggyero committed May 14, 2021
  6. sqlite3 test suite now works with SQLITE_DQS=0 (GH-26032)

    erlend-aasland committed May 14, 2021
  7. Doc: Fix ambiguous pronoun (GH-26037)

    danielshahaf committed May 14, 2021
  8. Updated code example for asyncio.gather (GH-20604)

    The previous example did not fully showcase the interest of using gather.
    
    Here the example showcases "the result is an aggregate list of returned values".
    josephernest committed May 14, 2021
  9. bpo-38250: add version added for FlagBoundary (GH-25820)

    * bpo-38250: add version added for FlagBoundary
    
    * Also add versionadded for utilities
    
    Co-authored-by: hauntsaninja <>
    hauntsaninja committed May 14, 2021
  10. bpo-43977: Update pattern matching language reference docs (GH-25917)

    * Update patma language reference with new changes to sequence and mapping
    
    * update 3.10 whatsnew too
    Fidget-Spinner committed May 14, 2021
  11. Reword paragraph on specific value for Py_LIMITED_API (GH-26101)

    encukou committed May 14, 2021

Commits on May 13, 2021

  1. bpo-28146: Fix a confusing error message in str.format() (GH-24213)

    Automerge-Triggered-By: GH:pitrou
    iritkatriel committed May 13, 2021
  2. bpo-44094: Remove deprecated PyErr_ APIs. (GH-26011)

    These APIs are deprecated since Python 3.3. They are not documented too.
    methane committed May 13, 2021
  3. bpo-44114: Remove redundant cast. (GH-26098)

    methane committed May 13, 2021
  4. bpo-44125: Fix "make patchcheck" on non-English locale (GH-26102)

    The patch from [bpo-44074]() does not account for a possibly non-English locale and blindly greps for "HEAD branch" in a possibly localized text.
    
    Automerge-Triggered-By: GH:pitrou
    pitrou committed May 13, 2021
  5. Fix typo in configure (GH-26078)

    eltociear committed May 13, 2021
  6. bpo-39906: Document new follow_symlinks argument to pathlib.Path.stat…

    …() and chmod() in 3.10 whatsnew. (GH-26089)
    barneygale committed May 13, 2021
Older