Skip to content
Permalink
main
Switch branches/tags

Commits on Aug 5, 2022

  1. gh-93744: Remove configure --with-cxx-main option (#95651)

    Remove the "configure --with-cxx-main" build option: it didn't work
    for many years. Remove the MAINCC variable from configure and
    Makefile.
    
    The MAINCC variable was added by the issue gh-42471: commit
    0f48d98. Previously, --with-cxx-main
    was named --with-cxx.
    
    Keep CXX and LDCXXSHARED variables, even if they are no longer used
    by Python build system.
    vstinner committed Aug 5, 2022
  2. gh-95573: Reduce test data size in test_asyncio/test_ssl.py (GH-95668)

    Co-authored-by: Łukasz Langa <lukasz@langa.pl>
    fantix and ambv committed Aug 5, 2022
  3. GH-95685: Fix rendering of the string documentation (#95686)

    There's an extra underlines that messed the rest of the documentation rendering.
    
    Closes #95685
    Mariatta committed Aug 5, 2022
  4. gh-65802: IDLE - explain SaveAs and extensions (#95690)

    File name extensions may or may not be shown for the current name
    and are added in an OS-dependent manner if not given for the new
    name.
    terryjreedy committed Aug 5, 2022
  5. gh-94619: Remove long deprecated methods module_repr() and load_modul…

    …e() (#94624)
    
    * gh-94619: Remove long deprecated methods module_repr() and load_module()
    
    Closes #94619
    
    * Update Misc/NEWS.d/next/Library/2022-07-06-14-57-33.gh-issue-94619.PRqKVX.rst
    
    Fix typo
    
    Co-authored-by: Brett Cannon <brett@python.org>
    
    Co-authored-by: Brett Cannon <brett@python.org>
    warsaw and brettcannon committed Aug 5, 2022

Commits on Aug 4, 2022

  1. Docs: sqlite3 docs fixup (#95681)

    - Disable links to the module itself
    - Fix link indent
    - Consistent ref markup
    erlend-aasland committed Aug 4, 2022
  2. gh-95271: Extract placeholders howto from sqlite3 tutorial (#95522)

    Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
    Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
    3 people committed Aug 4, 2022
  3. gh-95273: Improve documented return values and exceptions raised for …

    …sqlite3 class methods (#95530)
    
    Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
    Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
    3 people committed Aug 4, 2022
  4. Docs: fix two typos in the sqlite3 docs (#95661)

    - statment => statement
    - transaciton => transaction
    ceh committed Aug 4, 2022
  5. gh-94673: Recover Weaklist Lookup Performance (gh-95544)

    gh-95302 seems to have introduced a small performance regression. Here we make some minor changes to recover that lost performance.
    ericsnowcurrently committed Aug 4, 2022
  6. gh-87092: create a 'jump target label' abstraction so that the compil…

    …er's codegen stage does not work directly with basic blocks (GH-95398)
    iritkatriel committed Aug 4, 2022
  7. GH-95289: Always call uncancel() when parent cancellation is requested (

    #95602)
    
    Co-authored-by: Guido van Rossum <guido@python.org>
    kumaraditya303 and gvanrossum committed Aug 4, 2022
  8. gh-91323: Revert "Allow overriding a future compliance check in async…

    …io.Task (GH-32197)" (GH-95442)
    
    This reverts commit d4bb38f.
    ambv committed Aug 4, 2022
  9. gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)

    It updates links which redirect to HTTPS with different authority or
    path.
    serhiy-storchaka committed Aug 4, 2022
  10. gh-91838: Use HTTPS links in docs for resources which redirect to HTT…

    …PS (GH-95527)
    
    If an HTTP link is redirected to a same looking HTTPS link, the latter can
    be used directly without changes in readability and behavior.
    It protects from a men-in-the-middle attack.
    
    This change does not affect Python examples.
    serhiy-storchaka committed Aug 4, 2022

Commits on Aug 3, 2022

  1. gh-94675: Add a regression test for rjsmin re slowdown (GH-94685)

    Adds a regression test for an re slowdown observed by rjsmin.
    Uses multiprocessing to kill the test after SHORT_TIMEOUT.
    
    Co-authored-by: Oleg Iarygin <dralife@yandex.ru>
    Co-authored-by: Christian Heimes <christian@python.org>
    3 people committed Aug 3, 2022
Older