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.7.4
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.7.5
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Feb 27, 2026

  1. DEV: Update cache key handling in CI (#3665)

    * Do not write cache on PRs.
    * Use a more dynamic cache instead of the outdated fixed `cache-downloaded-files`.
    stefan6419846 authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    1aef6fb View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2026

  1. SEC: Improve the performance of the ASCIIHexDecode filter (#3666)

    This now avoids manual parsing completely and relies on built-in
    functionality. Tests have shown that this drastically improves
    performance.
    stefan6419846 authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    648c627 View commit details
    Browse the repository at this point in the history
  2. REL: 6.7.5

    ## What's new
    
    ### Security (SEC)
    - Improve the performance of the ASCIIHexDecode filter (#3666) by @stefan6419846
    
    [Full Changelog](6.7.4...6.7.5)
    stefan6419846 committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    7c2bcdd View commit details
    Browse the repository at this point in the history
Loading