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: 3.16.2
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: 3.16.3
Choose a head ref
  • 17 commits
  • 38 files changed
  • 8 contributors

Commits on Sep 26, 2023

  1. BUG: images property fails if NullObject in list (#2215)

    Discovered while working on #2214
    pubpub-zz authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    41ffc2c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. DOC: Changelog

    MartinThoma committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    552c8e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. DEV: Stabilize Pillow test with Pillow missing (#2229)

    There have been two issues with the existing test:
    
    * The name was incorrect, as it never really checked ImageMagick stuff.
    * Running `from pypdf import _xobj_image_helpers` beforehand, for example because of other tests, would lead to "strange" failures due to Python not re-importing modules which already have been imported.
    stefan6419846 authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    30db3ef View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Bump pillow from 10.0.0 to 10.0.1 in /requirements (#2238)

    Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.0 to 10.0.1.
    - [Release notes](https://github.com/python-pillow/Pillow/releases)
    - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
    - [Commits](python-pillow/Pillow@10.0.0...10.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: pillow
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    d20a55d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e628555 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfb3c03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3b7bf8 View commit details
    Browse the repository at this point in the history
  5. Bump sample-files

    MartinThoma committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    ba9491c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    025f97a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e22f01 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    734005a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4b090ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0fbe963 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Bump sample-files

    MartinThoma committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    207152f View commit details
    Browse the repository at this point in the history
  2. TST: Regression test against non-deterministic accidental object reuse (

    #2244)
    
    Full credit to sjoerdjob for this contribution via #1995
    
    See #1788
    
    Co-authored-by: Sjoerd Job Postmus <sjoerdjob@sjec.nl>
    MartinThoma and sjoerdjob authored Oct 8, 2023
    Configuration menu
    Copy the full SHA
    126f6be View commit details
    Browse the repository at this point in the history
  3. BUG: invalid cm/tm in visitor functions (#2206)

    Reworks and is still valid to close #2059
    
    Closes #2200
    Closes #2075
    pubpub-zz authored Oct 8, 2023
    Configuration menu
    Copy the full SHA
    bcd85c4 View commit details
    Browse the repository at this point in the history
  4. REL: 3.16.3

    ## What's new
    
    ### Bug Fixes (BUG)
    -  invalid cm/tm in visitor functions (#2206) by @pubpub-zz
    -  Encrypt / decrypt Stream object dictionaries (#2228) by @pilotandy
    -  Support nested color spaces for the /DeviceN color space (#2241) by @Stefan
    -  images property fails if NullObject in list (#2215) by @pubpub-zz
    
    ### Robustness (ROB)
    -  XYZ destination to cope with missing left and top param (#2237) by @pubpub-zz
    
    ### Documentation (DOC)
    -  Add pilotandy for #2228 as a contributor by @MartinThoma
    -  Link to CONTRIBUTING.md in README.md (#2232) by @markpfeifle
    -  Changelog by @MartinThoma
    
    ### Developer Experience (DEV)
    -  Exclude tests from mypy checks by @MartinThoma
    -  Unify mypy options and warn redundant workarounds (#2223) by @exiledkingcc
    -  Stabilize Pillow test with Pillow missing (#2229) by @Stefan
    
    ### Maintenance (MAINT)
    -  Update pinned packages (#2243) by @MartinThoma
    
    ### Testing (TST)
    -  Regression test against non-deterministic accidental object reuse (#2244) by @MartinThoma
    
    [Full Changelog](3.16.2...3.16.3)
    MartinThoma committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    c3613da View commit details
    Browse the repository at this point in the history
Loading