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: py-pdf/pypdf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.13.0
Choose a base ref
...
head repository: py-pdf/pypdf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.13.1
Choose a head ref
  • 5 commits
  • 10 files changed
  • 3 contributors

Commits on Jun 8, 2026

  1. Configuration menu
    Copy the full SHA
    1f56e9a View commit details
    Browse the repository at this point in the history
  2. MAINT: Remove unreachable return in read_until_regex (#3833)

    The final `return b"".join(parts)` after the `while True` loop in
    read_until_regex() is unreachable: the loop contains no `break` and can
    only be left through the two return statements inside it (EOF and regex
    match). Remove the dead statement.
    
    No behaviour change; existing read_until_regex tests still pass.
    
    Closes #3828.
    assinscreedFC authored Jun 8, 2026
    Configuration menu
    Copy the full SHA
    d74d95d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80509e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5efe472 View commit details
    Browse the repository at this point in the history
  5. REL: 6.13.1

    ## What's new
    
    ### Security (SEC)
    - Prevent infinite loops when processing threads/articles (#3839) by @stefan6419846
    
    [Full Changelog](6.13.0...6.13.1)
    stefan6419846 committed Jun 8, 2026
    Configuration menu
    Copy the full SHA
    7a3a870 View commit details
    Browse the repository at this point in the history
Loading