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

Remove INT64 and UINT64 definitions #7

Merged
merged 70 commits into from
Jun 14, 2023
Merged

Commits on Apr 1, 2023

  1. Configuration menu
    Copy the full SHA
    2203afe View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. Added further field sizes

    radarhere committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    dd15f15 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Fix ImageGrab with wl-paste

    rrcgat committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    099d696 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Update src/PIL/ImageGrab.py

    Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
    rrcgat and radarhere committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    6d12581 View commit details
    Browse the repository at this point in the history
  2. Remove useless try catch block

    rrcgat committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    3d54b8e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    8871b95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa2e662 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    b7585b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f15d726 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Merge pull request #1 from radarhere/init

    Call init() if mimetype is not found with preinit()
    rrcgat committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    5a0c431 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Updated xz to 5.4.3

    radarhere committed May 4, 2023
    Configuration menu
    Copy the full SHA
    c5f90af View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    f67fcf1 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    a0b691a View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    b39c807 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Configuration menu
    Copy the full SHA
    546f6cb View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Updated redirected URLs

    radarhere committed May 22, 2023
    Configuration menu
    Copy the full SHA
    dc6d064 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5aa3f2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c656583 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Use image/png mime type for ImageGrab (wl-paste) if possible, otherwi…

    …se the first mime type taken
    rrcgat committed May 23, 2023
    Configuration menu
    Copy the full SHA
    fffcb55 View commit details
    Browse the repository at this point in the history
  2. Moved function code inline

    radarhere committed May 23, 2023
    Configuration menu
    Copy the full SHA
    bce0f0d View commit details
    Browse the repository at this point in the history
  3. Use tuple instead of list

    radarhere committed May 23, 2023
    Configuration menu
    Copy the full SHA
    26d5f4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b871903 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1dffa86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    922e239 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    d4b7cfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    117618b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    e6d7f1f View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Configuration menu
    Copy the full SHA
    7a5ddc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c910c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07eccd9 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Configuration menu
    Copy the full SHA
    c45019f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e3378f View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Removed duplicate config

    radarhere committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    e01a019 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ab83f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea3e424 View commit details
    Browse the repository at this point in the history
  4. Lint fixes

    radarhere committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    3693b84 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Merge pull request python-pillow#7194 from radarhere/pre-commit-config

    Removed files and types override
    hugovk committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    3e8d9a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a560c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    97bd533 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    df873e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3568df8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request python-pillow#7200 from radarhere/imagegrab

    Do not use temporary file when grabbing clipboard on Linux
    hugovk committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    07be6aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b65261 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    400716d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97df237 View commit details
    Browse the repository at this point in the history
  7. Merge pull request python-pillow#7148 from radarhere/unlink

    Remove temporary file when error is raised
    mergify[bot] committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    9264c3d View commit details
    Browse the repository at this point in the history
  8. Merge pull request python-pillow#7146 from radarhere/apng_duration

    Fixed combining single duration across duplicate APNG frames
    mergify[bot] committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    6b3991b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7c53327 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    15edb6d View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    e3cca42 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    da6b2ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fc8d82 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Removed unused variable

    radarhere committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    748a4d0 View commit details
    Browse the repository at this point in the history
  2. Removed unused argument

    radarhere committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    aeb6e99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    389ad11 View commit details
    Browse the repository at this point in the history
  4. Merge pull request python-pillow#7205 from radarhere/unused

    Removed unused variables
    hugovk committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    e2fccfe View commit details
    Browse the repository at this point in the history
  5. Removed unused arguments

    radarhere committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    4dcca33 View commit details
    Browse the repository at this point in the history
  6. Improved coverage

    radarhere committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    16d82c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1756df4 View commit details
    Browse the repository at this point in the history
  8. Add Debian 12 Bookworm

    hugovk committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    5a0fb8e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    706f8f6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request python-pillow#7210 from radarhere/unused

    Removed unused code
    radarhere committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    9f11034 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    0c7061e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae92195 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90707d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6efb36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d08c82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c62c514 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f3ccff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    68edbbc View commit details
    Browse the repository at this point in the history