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: 1.27.3
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: 1.27.4
Choose a head ref
  • 7 commits
  • 15 files changed
  • 2 contributors

Commits on Apr 11, 2022

  1. DOC: Miscallenious ➔ Miscellaneous (Typo)

    Thank you MasterOdin!
    
    Closes #734
    MartinThoma committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    17f2a38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f881d89 View commit details
    Browse the repository at this point in the history
  3. TST: Add test for issue #297

    It's not fixed, but at least we can test it now easily. We still get:
    
    ValueError: invalid literal for int() with base 10
    MartinThoma committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    966eb5d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. BUG: Guard formatting of __init__.__doc__ string (#738)

    I have no clue why it can be None, but it aparently can be None.
    
    Closes #737
    MartinThoma authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    1f63d41 View commit details
    Browse the repository at this point in the history
  2. TST: Fix CI triggering (master ➔ main) (#739)

    Also various links in setup.cfg
    
    See #736
    MartinThoma authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    8b40f6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f00794 View commit details
    Browse the repository at this point in the history
  4. REL: 1.27.4

    MartinThoma committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    e45e66b View commit details
    Browse the repository at this point in the history
Loading