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: 5.3.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: 5.3.1
Choose a head ref
  • 20 commits
  • 29 files changed
  • 5 contributors

Commits on Feb 10, 2025

  1. Configuration menu
    Copy the full SHA
    0347291 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66f9bb7 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. BUG: Fix object count for incremental writer (#3117)

    Closes #3116.
    
    ---------
    
    Co-authored-by: m32 <grzegorz.makarewicz@gmail.com>
    m32 and m32 authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    2263dcb View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Configuration menu
    Copy the full SHA
    55b0a89 View commit details
    Browse the repository at this point in the history
  2. BUG: Fix stream position on inline image fallback extraction (#3120)

    When fixing the inline image extraction in #3002, the fallback behavior
    would break accidentally by leaving the stream before the EI marker.
    We never saw this due to the tests somehow being not strict enough, thus
    leading to the error
    
    > b'EI' operator met whereas not expected, please share usecase with pypdf dev team
    stefan6419846 authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    be414c1 View commit details
    Browse the repository at this point in the history
  3. DEV: Avoid bundling the PDF cache directory in sdists (#3122)

    Otherwise, building the package on local systems leads to sdists being 408 MB instead of 4.8 MB.
    stefan6419846 authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    9505412 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. Configuration menu
    Copy the full SHA
    75a6003 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2025

  1. STY: Fix one typo (#3125)

    j-t-1 authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    4bfde9f View commit details
    Browse the repository at this point in the history
  2. STY: Unpack list (#3128)

    j-t-1 authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    87d8097 View commit details
    Browse the repository at this point in the history
  3. STY: Remove global statement (#3129)

    Unnecessary for dict modification.
    j-t-1 authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    038662a View commit details
    Browse the repository at this point in the history
  4. DEV: Remove Ruff rule PLW0602 (#3130)

    PLW0602: Using a global but no assignment is done.
    j-t-1 authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    f1a5ab3 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. Configuration menu
    Copy the full SHA
    231f7a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2025

  1. Configuration menu
    Copy the full SHA
    ee46b7b View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Configuration menu
    Copy the full SHA
    0714711 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f65245f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48fb235 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6003a1e View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Configuration menu
    Copy the full SHA
    f15ddca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7f3811 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. REL: 5.3.1

    ## What's new
    
    ### Bug Fixes (BUG)
    - Use the correct name StandardEncoding for the predefined cmap (#3156) by @stefan6419846
    - Handle inline images containing `EI ` sequences (#3152) by @stefan6419846
    - Fix check box value which should be name object (#3124) by @stefan6419846
    - Fix stream position on inline image fallback extraction (#3120) by @stefan6419846
    - Fix object count for incremental writer (#3117) by @m32
    
    ### Robustness (ROB)
    - Avoid index errors on empty lines in xref table (#3162) by @stefan6419846
    - Improve handling of LZW decoder table overflow (#3159) by @stefan6419846
    - Ignore non-numbers for width when building font width map (#3158) by @stefan6419846
    - Avoid negative seek values when reading partially broken files (#3157) by @stefan6419846
    
    ### Documentation (DOC)
    - Fixed PageObject.images example usage for replacing image (#3149) by @jutoth
    
    [Full Changelog](5.3.0...5.3.1)
    stefan6419846 committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    7143554 View commit details
    Browse the repository at this point in the history
Loading