Skip to content
Permalink
main
Switch branches/tags

Commits on Aug 1, 2022

  1. gh-91146: More reduce allocation size of list from str.split/rsplit (g…

    …h-95493)
    
    
    Co-authored-by: Inada Naoki <songofacandy@gmail.com>
    corona10 and methane committed Aug 1, 2022
  2. gh-95007: Remove the NoneType return converter from Argument Clinic D…

    …oc (#95529)
    
    The converter was removed in 74b5e4c
    noamcohen97 committed Aug 1, 2022
  3. gh-93649: Split heaptype tests from _testcapimodule.c (GH-95386)

    This removes the unused negative_dictoffset function:
    the type this function would create is available as
        _testcapi.HeapCTypeWithNegativeDict
    encukou committed Aug 1, 2022
  4. gh-77617: Add sqlite3 command-line interface (#95026)

    Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
    erlend-aasland and serhiy-storchaka committed Aug 1, 2022
  5. gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (#95512)

    If one selects whole lines, as the sidebar makes easy, do not
    add an extra line.  Only move the end of a selection to the
    beginning of the next line when not already at the beginning
    of a line.  (Also improve the surrounding code.)
    terryjreedy committed Aug 1, 2022

Commits on Jul 31, 2022

  1. gh-95471: IDLE - Tweak Edit menu (#95481)

    Move `Select All` above  `Cut` as it is used with `Cut` and `Copy` but not `Paste`.  Add a separator between `Replace` and `Go to Line` to separate items that belong to the 'Edit-find' (above) and 'Edit-show' (below) IDLE github project topics.
    terryjreedy committed Jul 31, 2022

Commits on Jul 30, 2022

  1. gh-94635: Add Reference, How-to, and Concepts headings to sqlite3 docs (

    #94636)
    
    Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
    erlend-aasland and CAM-Gerlach committed Jul 30, 2022
  2. Doctest cleanups (GH-95436)

    * GHA: Don't hide doctest output
    
    * Enable doctests in math.rst
    
    * Squash warnings in nntplib.rst doctests
    
    * Squash warning in turtle.rst doctest
    
    * Squash warnings in whatsnew/3.2.rst doctests
    
    * Treat warnings as errors in Doc/ doctests
    zware committed Jul 30, 2022
  3. gh-90654: IDLE - Insert blank line in NEWS.txt (#95478)

    Needed for backports.
    terryjreedy committed Jul 30, 2022
  4. gh-95411: IDLE - Enable using the module browser with .pyw files (#95397

    )
    
    
    Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
    erlend-aasland and terryjreedy committed Jul 30, 2022

Commits on Jul 29, 2022

  1. gh-95432: Fixup sqlite3 tutorial example (#95431)

    - the insert statement should have five placeholders, not four
    - missing ... in the multiline row list
    erlend-aasland committed Jul 29, 2022
  2. gh-95273: Improve sqlite3 class descriptions (#95379)

    Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
    erlend-aasland and CAM-Gerlach committed Jul 29, 2022
  3. gh-94673: Add Per-Interpreter tp_weaklist for Static Builtin Types (#…

    …95302)
    
    * Store tp_weaklist on the interpreter state for static builtin types.
    
    * Factor out _PyStaticType_GET_WEAKREFS_LISTPTR().
    
    * Add _PyStaticType_ClearWeakRefs().
    
    * Add a comment about how _PyStaticType_ClearWeakRefs() loops.
    
    * Document the change.
    
    * Update Doc/whatsnew/3.12.rst
    
    * Fix a typo.
    ericsnowcurrently committed Jul 29, 2022

Commits on Jul 28, 2022

  1. gh-89610: Add .pyi as a recognised extension for IDLE on macOS (#95393)

    This allows opening stub files by double clicking on them in the Finder.
    
    Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
    erlend-aasland and terryjreedy committed Jul 28, 2022
  2. gh-43414: os.get_terminal_size() now uses the actual file descriptor …

    …on Windows instead of mapping to standard handles (#93203)
    raghunandanbhat committed Jul 28, 2022
Older