Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEP: Class, variable, and module names #867

Merged
merged 42 commits into from
May 22, 2022
Merged

DEP: Class, variable, and module names #867

merged 42 commits into from
May 22, 2022

Commits on May 8, 2022

  1. DEP: Class, variable, and module names

    Core classes:
    
    * PdfFileReader➔ PdfReader
    * PdfFileWriter➔ PdfWriter
    * PdfFileMerger➔ PdfMerger
    MartinThoma committed May 8, 2022
    Configuration menu
    Copy the full SHA
    840a753 View commit details
    Browse the repository at this point in the history
  2. Add deprecation warnings

    MartinThoma committed May 8, 2022
    Configuration menu
    Copy the full SHA
    9bf765a View commit details
    Browse the repository at this point in the history
  3. Deprecate pdf module

    MartinThoma committed May 8, 2022
    Configuration menu
    Copy the full SHA
    5e549d2 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    6848289 View commit details
    Browse the repository at this point in the history
  2. Fix format warnings

    MartinThoma committed May 9, 2022
    Configuration menu
    Copy the full SHA
    0d01342 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    a9c31a4 View commit details
    Browse the repository at this point in the history
  2. Store progress

    MartinThoma committed May 13, 2022
    Configuration menu
    Copy the full SHA
    6f4cb17 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. PdfReader

    MartinThoma committed May 14, 2022
    Configuration menu
    Copy the full SHA
    8a10893 View commit details
    Browse the repository at this point in the history
  2. Reader cleanup

    MartinThoma committed May 14, 2022
    Configuration menu
    Copy the full SHA
    b993c8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba6a427 View commit details
    Browse the repository at this point in the history
  4. getObject -> get_object

    MartinThoma committed May 14, 2022
    Configuration menu
    Copy the full SHA
    b32b5f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3a0783 View commit details
    Browse the repository at this point in the history
  6. started with writer

    MartinThoma committed May 14, 2022
    Configuration menu
    Copy the full SHA
    77bc291 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50cbc35 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bbaa443 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    015515e View commit details
    Browse the repository at this point in the history
  10. Page method renamings

    MartinThoma committed May 14, 2022
    Configuration menu
    Copy the full SHA
    e82fb76 View commit details
    Browse the repository at this point in the history
  11. Finish xmp renaming

    MartinThoma committed May 14, 2022
    Configuration menu
    Copy the full SHA
    9f37882 View commit details
    Browse the repository at this point in the history
  12. add_metadata

    MartinThoma committed May 14, 2022
    Configuration menu
    Copy the full SHA
    2395419 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0513806 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1b6b6d1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0a1c2c6 View commit details
    Browse the repository at this point in the history
  16. Make utils module private

    MartinThoma committed May 14, 2022
    Configuration menu
    Copy the full SHA
    4ecf77b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    af6066a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    03a4fe6 View commit details
    Browse the repository at this point in the history
  19. comment inconsistency

    MartinThoma committed May 14, 2022
    Configuration menu
    Copy the full SHA
    3bb0abb View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. Rectangle attributes

    MartinThoma committed May 21, 2022
    Configuration menu
    Copy the full SHA
    05a249f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e87c042 View commit details
    Browse the repository at this point in the history
  3. Consistency

    MartinThoma committed May 21, 2022
    Configuration menu
    Copy the full SHA
    b74b75a View commit details
    Browse the repository at this point in the history
  4. Add Transformation

    MartinThoma committed May 21, 2022
    Configuration menu
    Copy the full SHA
    f142ffb View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. Configuration menu
    Copy the full SHA
    6609392 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    520a11f View commit details
    Browse the repository at this point in the history
  3. Add images

    MartinThoma committed May 22, 2022
    Configuration menu
    Copy the full SHA
    e3aea35 View commit details
    Browse the repository at this point in the history
  4. DOC: Deprecation notices

    MartinThoma committed May 22, 2022
    Configuration menu
    Copy the full SHA
    3bf77b6 View commit details
    Browse the repository at this point in the history
  5. DOC: Fix links

    MartinThoma committed May 22, 2022
    Configuration menu
    Copy the full SHA
    cf4ec56 View commit details
    Browse the repository at this point in the history
  6. Python 2.7 fixes

    MartinThoma committed May 22, 2022
    Configuration menu
    Copy the full SHA
    9024f0b View commit details
    Browse the repository at this point in the history
  7. Missing deprecations

    MartinThoma committed May 22, 2022
    Configuration menu
    Copy the full SHA
    2cda037 View commit details
    Browse the repository at this point in the history
  8. Fix imports

    MartinThoma committed May 22, 2022
    Configuration menu
    Copy the full SHA
    e690b2c View commit details
    Browse the repository at this point in the history
  9. Remove PyPDF2.pdf imports

    MartinThoma committed May 22, 2022
    Configuration menu
    Copy the full SHA
    11a3956 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    de18f35 View commit details
    Browse the repository at this point in the history
  11. DOC: getDocumentInfo

    MartinThoma committed May 22, 2022
    Configuration menu
    Copy the full SHA
    672467c View commit details
    Browse the repository at this point in the history
  12. strict=True in test

    MartinThoma committed May 22, 2022
    Configuration menu
    Copy the full SHA
    ea38899 View commit details
    Browse the repository at this point in the history