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.15.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.15.3
Choose a head ref
  • 10 commits
  • 23 files changed
  • 4 contributors

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    9ba17e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ab1042 View commit details
    Browse the repository at this point in the history
  3. DEV: setup-python for Python 3.12 allow-prerelease: true in Github Ac…

    …tions (#2109)
    
    Use the current version of Python 3.12 whether it is a pre-release or a production release as discussed at:
    https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#allow-pre-releases
    
    This should run tests on [Python 3.12 rc1](https://www.python.org/download/pre-releases/) instead of hard coding beta 4.
    cclauss authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    7d9fa2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbeed04 View commit details
    Browse the repository at this point in the history
  5. BUG: TypeError: can't concat str to bytes (#2114)

    This was introduced when I removed seemingly unnecessary calls to b_,
    a helper function that converts Union[bytes, str] to bytes.
    
    Root-cause: Too little test coverage + wrong type annotations
    Caused-by: 3033122
    
    Closes #2111
    MartinThoma authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f16f434 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    8263db6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3db77eb View commit details
    Browse the repository at this point in the history
  3. DEV: Add easy way to see all relevant versions (#2116)

    We often need a couple of package versions to investigate issues. This command gives us a one-liner to get that data.
    
    See #2107
    MartinThoma authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9cb22c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    fd646ee View commit details
    Browse the repository at this point in the history
  2. REL: 3.15.3

    ### Bug Fixes (BUG)
    -  Check version of crypt provider (#2115)
    -  TypeError: can't concat str to bytes (#2114)
    -  Require flit_core >= 3.9 (#2091)
    
    [Full Changelog](3.15.2...3.15.3)
    MartinThoma committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    4c511f9 View commit details
    Browse the repository at this point in the history
Loading