Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pygments/pygments
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.19.1
Choose a base ref
...
head repository: pygments/pygments
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.19.2
Choose a head ref
  • 9 commits
  • 10 files changed
  • 4 contributors

Commits on Jan 7, 2025

  1. Clean up sql.py

    This is a no-op change that standardizes the imports in sql.py, which makes the file easier to work with for future improvements.
    dlazin committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    bf7aa23 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. Merge pull request #2837 from dlazin/sql-cleanup

    Clean up sql.py
    Anteru authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    fb6a00e View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2025

  1. Investigation for #2839.

    Added a minimal sample that takes 20 seconds to parse as `regression-2`.
    
    Removing the `_space` from the comment regex (`_s`) makes this go
    instantly, as does replacing `re` with `regex` (replaced it in
    lexer.py)
    Anteru committed Jan 11, 2025
    Configuration menu
    Copy the full SHA
    edef94d View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. fix lua regex causing runaway backtracking.

    Use negative lookahead to avoid runway backtracking in whitespace.
    
    Fixes #2839
    thavelick committed May 5, 2025
    Configuration menu
    Copy the full SHA
    b6a51ec View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2025

  1. Merge pull request #2882 from thavelick/fix_lua_runaway_regex

    fix lua regex causing runaway backtracking.
    Anteru authored Jun 8, 2025
    Configuration menu
    Copy the full SHA
    26634c8 View commit details
    Browse the repository at this point in the history
  2. Update CHANGES.

    Anteru committed Jun 8, 2025
    Configuration menu
    Copy the full SHA
    94dda77 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2025

  1. Update ruff version.

    Need to disable the format string rule as we're failing that, a lot.
    Anteru committed Jun 21, 2025
    Configuration menu
    Copy the full SHA
    66997c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6688300 View commit details
    Browse the repository at this point in the history
  3. Prepare v2.19.2 release.

    Anteru committed Jun 21, 2025
    Configuration menu
    Copy the full SHA
    cfca62e View commit details
    Browse the repository at this point in the history
Loading