Skip to content
Permalink
main
Switch branches/tags

Commits on Sep 2, 2022

  1. bpo-30419: DOC: Update missing information in bdb docs (#1687)

    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    Co-authored-by: Martin Panter <vadmium@users.noreply.github.com>
    Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
    4 people committed Sep 2, 2022
  2. gh-95180: Add TaskGroup and Runner to AsyncIO API Index (#95189)

    Also rearrange some items in the list.
    
    Co-authored-by: Thomas Grainger <tagrain@gmail.com>
    siphc and graingert committed Sep 2, 2022
  3. gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)

    Integer to and from text conversions via CPython's bignum `int` type is not safe against denial of service attacks due to malicious input. Very large input strings with hundred thousands of digits can consume several CPU seconds.
    
    This PR comes fresh from a pile of work done in our private PSRT security response team repo.
    
    Signed-off-by: Christian Heimes [Red Hat] <christian@python.org>
    Tons-of-polishing-up-by: Gregory P. Smith [Google] <greg@krypto.org>
    Reviews via the private PSRT repo via many others (see the NEWS entry in the PR).
    
    <!-- gh-issue-number: gh-95778 -->
    * Issue: gh-95778
    <!-- /gh-issue-number -->
    
    I wrote up [a one pager for the release managers](https://docs.google.com/document/d/1KjuF_aXlzPUxTK4BMgezGJ2Pn7uevfX7g0_mvgHlL7Y/edit#). Much of that text wound up in the Issue. Backports PRs already exist. See the issue for links.
    gpshead committed Sep 2, 2022

Commits on Sep 1, 2022

  1. gh-96168: Improve sqlite3 dict_factory example (#96457)

    Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
    Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
    3 people committed Sep 1, 2022
  2. gh-96143: subprocess API %s/universal_newlines=/text=/g. (GH-96468)

    minor missed test cleanup to use the modern API from the big review.
    
    Automerge-Triggered-By: GH:gpshead
    gpshead committed Sep 1, 2022

Commits on Aug 30, 2022

  1. gh-96143: Add some comments and minor fixes missed in the original PR (

    …#96433)
    
    * gh-96132: Add some comments and minor fixes missed in the original PR
    
    * Update Doc/using/cmdline.rst
    
    Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
    
    Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
    pablogsal and kumaraditya303 committed Aug 30, 2022
  2. Automatically update more GitHub projects. (#94921)

    * Automatically update the `asyncio` GitHub project.
    
    * Use a matrix to add issues to projects.
    
    * Remove trailing whitespace.
    
    Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    
    Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    ezio-melotti and hugovk committed Aug 30, 2022
  3. gh-95149: Enhance http.HTTPStatus with properties that indicate the…

    … HTTP status category (GH-95453)
    alexei committed Aug 30, 2022
  4. gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)

    ⚠️  ⚠️ Note for reviewers, hackers and fellow systems/low-level/compiler engineers ⚠️ ⚠️ 
    
    If you have a lot of experience with this kind of shenanigans and want to improve the **first** version, **please make a PR against my branch** or **reach out by email** or **suggest code changes directly on GitHub**. 
    
    If you have any **refinements or optimizations** please, wait until the first version is merged before starting hacking or proposing those so we can keep this PR productive.
    pablogsal committed Aug 30, 2022
  5. gh-95337: update TypeVarTuple example (#95338)

    Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
    adriangb and AlexWaygood committed Aug 30, 2022
  6. Doc: Update Py_TPFLAGS_HAVE_FINALIZE in docs (GH-96273)

    It is now deprecated and the docs should reflect that.
    da-woods committed Aug 30, 2022
Older