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.12.0
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.12.1
Choose a head ref
  • 7 commits
  • 16 files changed
  • 4 contributors

Commits on Dec 10, 2022

  1. DOC: How to cite PyPDF2 (#1476)

    Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
    MartinThoma and MasterOdin authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    fe461a1 View commit details
    Browse the repository at this point in the history
  2. MAINT: Consistent parameter/variable names (#1483)

    * owner_pwd ➔ owner_password
    * user_pwd ➔ user_password
    
    See #1187
    MartinThoma authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    e356a39 View commit details
    Browse the repository at this point in the history
  3. MAINT: Consistent method keywords (#1467)

    * indirect_reference ➔ indirect_ref and ido ➔ indirect_ref in PdfReader._get_object_from_stream and PdfWriter.get_object
    * dest➔ pagedest and dest_ref ➔ pagedest_ref in PdfWriter.add_outline_item_destination and PdfWriter.add_named_destination_object
    
    See #1187
    kygoben authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    2577009 View commit details
    Browse the repository at this point in the history
  4. MAINT: indirect_ref ➔ indirect_reference (#1484)

    Remove xfail from passing test
    Don't consider deprecated code for coverage testing
    MartinThoma authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    a0abf1e View commit details
    Browse the repository at this point in the history
  5. MAINT: position ➔ page_number in Merger.merge (#1482)

    Changed method parameter name for consistency as mentioned in #1187 
    
    - `position` ➔ `page_number` in `PdfMerger.merge`
    
    Improved the deprecation message of:
    
    - `dest` ➔ `page_destination` in `PdfWriter.add_outline_item_destination` and `PdfWriter.add_named_destination_object`
    - `user_pwd` ➔ `user_password` and `owner_pwd` ➔ `owner_password` in `PdfWriter.encrypt`
    Infus3d authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    40086e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2fe8956 View commit details
    Browse the repository at this point in the history
  7. REL: 2.12.1

    Documentation (DOC)
    -  Deduplicate extract_text docstring (#1485)
    -  How to cite PyPDF2 (#1476)
    
    Maintenance (MAINT)
      Consistency changes:
      -  indirect_ref/ido ➔ indirect_reference, dest➔ page_destination (#1467)
      -  owner_pwd/user_pwd ➔ owner_password/user_password (#1483)
      -  position ➜ page_number in Merger.merge (#1482)
      -  indirect_ref ➜ indirect_reference (#1484)
    
    [Full Changelog](2.12.0...2.12.1)
    MartinThoma committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    ce0e190 View commit details
    Browse the repository at this point in the history
Loading