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: 2.8.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: 2.8.1
Choose a head ref
  • 7 commits
  • 21 files changed
  • 3 contributors

Commits on Jul 24, 2022

  1. Configuration menu
    Copy the full SHA
    db3439b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab7a9ad View commit details
    Browse the repository at this point in the history
  3. ROB: Cope with empty DecodeParams (#1165)

    See #1143, 2nd part
    pubpub-zz authored Jul 24, 2022
    Configuration menu
    Copy the full SHA
    0b27287 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. TST: Add test from #325 (#1169)

    Closes #325
    pubpub-zz authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    ebcf889 View commit details
    Browse the repository at this point in the history
  2. ROB: Fix loading of file from #134 (#1167)

    See #134
    
    a) cmap : strip lines when processing cmap from fonts
    b) look for %EOF up to beginning of file
    pubpub-zz authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    844f238 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b73b34 View commit details
    Browse the repository at this point in the history
  4. REL: 2.8.1

    Bug Fixes (BUG):
    -  u_hash in AlgV4.compute_key (#1170)
    
    Robustness (ROB):
    -  Fix loading of file from #134 (#1167)
    -  Cope with empty DecodeParams (#1165)
    
    Documentation (DOC):
    -  Typo in warning message (#1166)
    
    Maintenance (MAINT):
    -  Package updates; solve mypy strict remarks (#1163)
    
    Testing (TST):
    -  Add test from #325 (#1169)
    
    Full Changelog: 2.8.0...2.8.1
    MartinThoma committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    5b75160 View commit details
    Browse the repository at this point in the history
Loading