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.10.6
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.10.7
Choose a head ref
  • 6 commits
  • 9 files changed
  • 3 contributors

Commits on Sep 10, 2022

  1. TST: Use pytest.warns() for warnings, and .raises() for exceptions (#…

    …1325)
    
    Replace the warning-as-exception checks with use of `pytest.warns()`.
    
    That is more semantically correct and works correctly when the tests
    are run without -Werror (e.g. because -Werror tends to cause test suites
    to crash on irrelevant deprecation warnings from other components).
    
    While at it, replace the homegrown exception checks in test_orientations
    with `pytest.raises()`.
    mgorny authored Sep 10, 2022
    Configuration menu
    Copy the full SHA
    2bbccf7 View commit details
    Browse the repository at this point in the history
  2. BUG: Decode #23 in NameObject (#1342)

    Fixes #1340
    pubpub-zz authored Sep 10, 2022
    Configuration menu
    Copy the full SHA
    d3a4a99 View commit details
    Browse the repository at this point in the history
  3. BUG: Fix Error in transformations (#1341)

    Error detected during analysis of #1280
    pubpub-zz authored Sep 10, 2022
    Configuration menu
    Copy the full SHA
    95012cc View commit details
    Browse the repository at this point in the history
  4. DOC: Mention contributor

    MartinThoma committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    725294e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

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

    Bug Fixes (BUG):
    -  Fix Error in transformations (#1341)
    -  Decode #23 in NameObject (#1342)
    
    Testing (TST):
    -  Use pytest.warns() for warnings, and .raises() for exceptions (#1325)
    
    Full Changelog: 2.10.6...2.10.7
    MartinThoma committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    e23b985 View commit details
    Browse the repository at this point in the history
Loading