Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-119105: difflib: improve recursion for degenerate cases #119131

Merged
merged 10 commits into from
May 19, 2024

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    9bb454c View commit details
    Browse the repository at this point in the history
  2. difflib.py: grammar

    pulkin authored May 17, 2024
    Configuration menu
    Copy the full SHA
    a159954 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    81b7dae View commit details
    Browse the repository at this point in the history
  2. difflib.py: rm left-over

    pulkin authored May 18, 2024
    Configuration menu
    Copy the full SHA
    2184911 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. difflib.py: even simpler impl

    pulkin authored May 19, 2024
    Configuration menu
    Copy the full SHA
    f9e3480 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0be97f View commit details
    Browse the repository at this point in the history
  3. difflib.py: add a desc

    Co-authored-by: Tim Peters <[email protected]>
    pulkin and tim-one authored May 19, 2024
    Configuration menu
    Copy the full SHA
    bea603e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df83f50 View commit details
    Browse the repository at this point in the history
  5. news: attempt fix build

    pulkin committed May 19, 2024
    Configuration menu
    Copy the full SHA
    0953ede View commit details
    Browse the repository at this point in the history
  6. difflib.py: NEWS message

    Co-authored-by: Tim Peters <[email protected]>
    pulkin and tim-one authored May 19, 2024
    Configuration menu
    Copy the full SHA
    7237b48 View commit details
    Browse the repository at this point in the history