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.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: 2.10.4
Choose a head ref
  • 10 commits
  • 12 files changed
  • 3 contributors

Commits on Aug 27, 2022

  1. PKG: Add minimum version for typing_extensions requirement (#1277)

    PyPDF2 uses TypeAlias which was introduced via PEP 613 in Python 3.10. Older versions of Python need typing_extensions>=3.10.0.0.
    Shortfinga authored Aug 27, 2022
    Configuration menu
    Copy the full SHA
    84460f5 View commit details
    Browse the repository at this point in the history
  2. TST: Remove files after tests ran (#1286)

    * Move test_basic_features.py into test_workflows.py
    * Use the tmp_path fixture in cases where we're not interested to manually
      check the resulting PDF file
    MartinThoma authored Aug 27, 2022
    Configuration menu
    Copy the full SHA
    b63085e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c819acb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e909d8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ceb997d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. ROB: Fix errors/warnings on no /Resources within extract_text (#1276)

    Look for /Ressources in parents
    
    Closes  #1272 (in text)
    Closes #1269 (in Xform)
    pubpub-zz authored Aug 28, 2022
    Configuration menu
    Copy the full SHA
    af9c01b View commit details
    Browse the repository at this point in the history
  2. DEV: Fix benchmark

    MartinThoma committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    4745984 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69a27ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    347cc24 View commit details
    Browse the repository at this point in the history
  5. REL: 2.10.4

    Robustness (ROB):
    -  Fix errors/warnings on no /Resources within extract_text (#1276)
    -  Add required line separators in ContentStream ArrayObjects (#1281)
    
    Maintenance (MAINT):
    -  Use NameObject idempotency (#1290)
    
    Testing (TST):
    -  Rectangle deletion (#1289)
    -  Add workflow tests (#1287)
    -  Remove files after tests ran (#1286)
    
    Packaging (PKG):
    -  Add minimum version for typing_extensions requirement (#1277)
    
    Full Changelog: 2.10.3...2.10.4
    MartinThoma committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    3b74312 View commit details
    Browse the repository at this point in the history
Loading