Thanks to visit codestin.com
Credit goes to github.com

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: main
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.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 25 files changed
  • 4 contributors

Commits on May 26, 2022

  1. Update sample-files

    MartinThoma committed May 26, 2022
    Configuration menu
    Copy the full SHA
    070e683 View commit details
    Browse the repository at this point in the history
  2. BUG: Fix PendingDeprecationWarning on _merge_page (#904)

    * BUG: Fix PendingDeprecationWarning on _merge_page
    * Run CI in this branch
    
    Backport of https://github.com/py-pdf/PyPDF2/pull/898/files
    MartinThoma authored May 26, 2022
    Configuration menu
    Copy the full SHA
    4fdbb3b View commit details
    Browse the repository at this point in the history
  3. DEP: PEP8 renaming (#905)

    PdfReader: 
    * getXmpMetadata / xmpMetadata ➔ xmp_metadata
    * get_outlines ➔ _get_outlines (use outlines property instead)
    
    Field attributes:
    * additionalActions ➔ additional_actions
    * defaultValue ➔ default_value
    * mappingName ➔ mapping_name
    * altName ➔ alternate_name
    * fieldType ➔ field_type
    
    StreamObject: 
    * decodedSelf : decoded_self
    * flateEncode  ➔ flate_encode
    
    Other:
    
    * Destination: getDestArray ➔ dest_array
    * RectangleObject: ensureIsNumber ➔ _ensure_is_number
    * TreeObject: addChild / removeChild  ➔ add_child / remove_child
    * DecodedStreamObject: getData / setData  ➔ get_data / set_data
    
    See #900
    MartinThoma authored May 26, 2022
    Configuration menu
    Copy the full SHA
    c774ab0 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. BUG: XmpInformation missing method _getText (#917)

    Closes #914
    
    Credits to MasterOdin for:
    #915
    MartinThoma authored May 28, 2022
    Configuration menu
    Copy the full SHA
    729e9a0 View commit details
    Browse the repository at this point in the history
  2. REL: 1.28.3

    Deprecations (DEP):
    -  PEP8 renaming (#905)
    
    Bug Fixes (BUG):
    -  XmpInformation missing method _getText (#917)
    -  Fix PendingDeprecationWarning on _merge_page (#904)
    
    Full Changelog: 1.28.2...1.28.3
    MartinThoma committed May 28, 2022
    Configuration menu
    Copy the full SHA
    b36b0bb View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

  1. BUG: XmpInformation._converter_date was unusable (#921)

    XmpInformation gave
        TypeError: 'staticmethod' object is not callable
    
    Fix: Move it out of XmpInformation and use the function instead
    of the static method
    MartinThoma authored May 29, 2022
    Configuration menu
    Copy the full SHA
    f2c7d7d View commit details
    Browse the repository at this point in the history
  2. REL: 1.28.4

    Bug Fixes (BUG):
    -  XmpInformation._converter_date was unusable (#921)
    
    Full Changelog: 1.28.3...1.28.4
    MartinThoma committed May 29, 2022
    Configuration menu
    Copy the full SHA
    94b4d17 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

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

    BUG: Add missing deprecated EncodedStreamObject functions (#1140)
    MartinThoma committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    c56fd23 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. BUG: Adjust 'super' calls for Python 2 (#1335)

    Co-authored-by: tst <[email protected]>
    omit66 and tst authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    180153d View commit details
    Browse the repository at this point in the history
  2. REL: 1.28.6

    MartinThoma committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    9b5452f View commit details
    Browse the repository at this point in the history
Loading