Commit Graph

  • f6358a68f0 Release notes for 7.1.2 Hugo 2020-04-25 08:46:40 +0300
  • e038c84ca9 Update pip to fix pyqt5 install Andrew Murray 2020-04-05 13:14:08 +1000
  • 1f3ccd1298 Fixed error making HTML from docs Andrew Murray 2020-04-06 19:41:38 +1000
  • ab1835df5c Assert that seeking too far raises an EOFError Andrew Murray 2020-04-05 15:29:13 +1000
  • 92adfaad2b Replaced property methods for n_frames and is_animated with normal properties Andrew Murray 2020-04-05 15:23:18 +1000
  • eced564a44
    Merge pull request #4582 from radarhere/focal Andrew Murray 2020-04-24 23:41:53 +1000
  • e42676d940 Added Ubuntu 20.04 Andrew Murray 2020-04-24 22:35:42 +1000
  • f5e9252b12 Fixed drawing a jointed line with a sequence of numeric values Andrew Murray 2020-04-24 18:48:10 +1000
  • a4148187f7
    Merge pull request #1 from radarhere/ellipse Stanislau T 2020-04-23 18:37:49 +0300
  • 556c87c904
    Merge pull request #4577 from radarhere/class Hugo van Kemenade 2020-04-23 14:53:56 +0300
  • b65e72b2fc Updated example code to new-style class [ci skip] Andrew Murray 2020-04-23 20:05:30 +1000
  • ccd9a97183
    Merge pull request #4576 from hugovk/docs-link-to-filters Andrew Murray 2020-04-23 19:56:27 +1000
  • d21e45536a Link to Filters concept from methods' parameters [CI skip] Hugo 2020-04-23 11:18:24 +0300
  • 394f7a0449
    Merge pull request #4567 from hugovk/rm-warning Andrew Murray 2020-04-21 19:16:50 +1000
  • 9bbba06129 src: PIL: JpegImagePlugin.py: make -1 and keep subsamplings identical for save Quentin Schulz 2020-04-20 21:06:47 +0200
  • 852e53e182
    Merge pull request #51 from radarhere/rm-warning Hugo van Kemenade 2020-04-20 13:02:02 +0300
  • a0641b87c2 Assert that warning is raised Andrew Murray 2020-04-20 19:27:09 +1000
  • 4ca8a3507d
    commit suggestion; update src/PIL/IcoImagePlugin.py ziplantil 2020-04-20 12:08:41 +0300
  • 9390e5636a Also consider other alpha modes Andrew Murray 2020-04-20 18:53:37 +1000
  • 39f4738775 lint ziplantil 2020-04-19 16:54:53 +0300
  • 52b9b4310c add test for ico append_images ziplantil 2020-04-19 16:45:12 +0300
  • 07b24c6e6e add append_images support for ico, much like icns ziplantil 2020-04-19 16:29:36 +0300
  • 270bc4fc60 Don't show own deprecation warning in test logs Hugo 2020-04-19 13:59:40 +0300
  • e10cab42f1 Consider transparency when drawing text on an RGBA image Andrew Murray 2020-04-19 20:56:17 +1000
  • a0d8e550ec Updated CHANGES.rst [ci skip] Andrew Murray 2020-04-18 08:50:52 +1000
  • f83f19788b
    Merge pull request #4552 from radarhere/animation Hugo van Kemenade 2020-04-17 19:30:04 +0300
  • ddebe27eed
    Merge pull request #4565 from radarhere/tiff_pickle Hugo van Kemenade 2020-04-17 19:03:02 +0300
  • 4a909b97e3
    Merge pull request #4564 from radarhere/default_arguments Andrew Murray 2020-04-17 22:47:08 +1000
  • 9956a6c777 Fixed bug when unpickling TIFF images Andrew Murray 2020-04-17 22:13:14 +1000
  • 574b0ee315 Removed initial seek Andrew Murray 2020-04-17 22:05:38 +1000
  • 03b5ffbd23 Use common _seek_check method Andrew Murray 2020-04-17 22:05:25 +1000
  • 0b33a87b0d Replaced property methods for n_frames and is_animated with normal properties Andrew Murray 2020-04-13 14:37:49 +1000
  • 76d96b6383 Removed default arguments from helper functions Andrew Murray 2020-04-17 21:13:50 +1000
  • 529e113505
    Merge pull request #4561 from hugovk/fix-webp-pickle Hugo van Kemenade 2020-04-17 14:48:50 +0300
  • 9963521b16
    Merge pull request #49 from radarhere/fix-webp-pickle Hugo van Kemenade 2020-04-17 13:43:15 +0300
  • e52b8cefe1 Skip test if webp is not available Andrew Murray 2020-04-17 20:08:10 +1000
  • 986c55ff64 Initialise __loaded = 0, removed initialisation of __physical_frame Andrew Murray 2020-04-17 19:15:05 +1000
  • e4fa234340
    Merge pull request #4563 from radarhere/faster_error Andrew Murray 2020-04-17 19:07:03 +1000
  • fe8225732a Throw image loading error faster Andrew Murray 2020-04-17 18:29:45 +1000
  • 94751da23e Initialise __physical_frame = 0 and add pickle roundtrip tell test Hugo 2020-04-17 11:21:57 +0300
  • f589f8689f
    Initialise __logical_frame = 0 so tell() == 0 when unpickled Hugo van Kemenade 2020-04-17 11:20:38 +0300
  • 49e49d3cfc
    Merge pull request #4562 from hugovk/gha-ci-true Andrew Murray 2020-04-17 07:58:51 +1000
  • 654229d1b9 GitHub Actions now sets CI=true Hugo 2020-04-16 20:42:29 +0300
  • 913e79f010 Test the modes Hugo 2020-04-16 15:52:10 +0300
  • f21816918e Allow ImageMagick zTXt chunks to be extracted after copy() Andrew Murray 2020-04-16 21:14:19 +1000
  • 1e63f772f8 Parse orientation from XMP tags Andrew Murray 2020-04-16 21:05:34 +1000
  • 5529aba441 Skip webp test when webp not available Hugo 2020-04-16 12:56:12 +0300
  • 2e6ab7c669 Fix pickling webp Hugo 2020-04-16 11:46:34 +0300
  • cdf3c98103 Add failing test for pickling webp Hugo 2020-04-16 11:45:12 +0300
  • d62b9098dd Refactor other tests into test_pickle_image Hugo 2020-04-16 11:44:28 +0300
  • 53a85f2a69 Refactor test_pickle_image to use pytest.mark.parametrize Hugo 2020-04-16 11:31:28 +0300
  • 13dcab0fb7 Replaced DEBUG with logging Andrew Murray 2020-04-13 07:16:46 +1000
  • 2df26d8ea6 restore library updates in master nulano 2020-04-12 10:18:49 +0200
  • 97280a045c
    Merge pull request #4548 from radarhere/multiline_text Hugo van Kemenade 2020-04-12 09:29:54 +0300
  • b2f187c4ec Added multiline text example [ci skip] Andrew Murray 2020-04-12 15:11:29 +1000
  • 79181c20a5 remove more AppVeyor jobs nulano 2020-03-30 11:02:44 +0200
  • 999823130f use v2 checkout in all workflows nulano 2020-03-29 22:27:24 +0200
  • 398b8a64d6 use v2 actions nulano 2020-03-29 20:18:39 +0200
  • 3dedaec322 allow older cmake to support Visual Studio 2017 nulano 2020-03-29 16:52:02 +0200
  • 9aa42c3fd6 fix AppVeyor nulano 2020-03-27 22:22:51 +0100
  • 0e5a6e6eb1 simplify default arguments in build_prepare nulano 2020-03-27 22:07:59 +0100
  • 98dd1b7e6e add parameters to build script nulano 2020-02-24 23:00:57 +0000
  • d51380cccb docs, remove old files nulano 2020-01-01 21:08:51 +0100
  • c6a1c551d9 cleanup build configuration nulano 2020-01-01 13:02:27 +0100
  • 15ce881a2b fix appveyor nulano 2020-01-01 02:47:23 +0100
  • af322141ce update appveyor nulano 2020-01-01 02:44:11 +0100
  • 510d010f56 cleanup gha config nulano 2020-01-01 02:43:00 +0100
  • ae0c0f3d0a cleanup nulano 2020-01-01 01:48:13 +0100
  • aa4592c951 clean msvs selection nulano 2019-12-31 20:57:17 +0100
  • 9784874dc6 extract remaining libs nulano 2019-12-31 18:13:16 +0100
  • 7b70265e69 rewrite retargetting nulano 2019-12-31 17:34:11 +0100
  • 85110521ec fix default shell nulano 2019-12-31 15:53:07 +0100
  • e0dd636e2c remove 7.1a dependency nulano 2019-12-31 15:36:16 +0100
  • b7120d56f1 add trace statements nulano 2019-12-31 15:25:21 +0100
  • b0885a5ceb fix finding PYTHON dir nulano 2019-12-31 14:45:11 +0100
  • 46f8729e99 add vs2019 support nulano 2019-12-31 01:10:22 +0100
  • 89e05cdf56 extract scripts from test-windows.yml nulano 2019-10-02 19:48:55 +0200
  • 27e8592298
    Merge pull request #4546 from radarhere/exif Hugo van Kemenade 2020-04-11 15:01:52 +0300
  • f17f1bc607 Added method argument to single frame WebP saving Andrew Murray 2020-04-11 20:43:49 +1000
  • 417cbd1557 Document getexif [ci skip] Andrew Murray 2020-04-11 18:01:13 +1000
  • 0ee089be8f
    Merge pull request #4545 from radarhere/pypy Hugo van Kemenade 2020-04-11 07:35:17 +0300
  • 5427878ed1 Updated PyPy to 7.3.1 Andrew Murray 2020-04-11 10:50:33 +1000
  • 3bb39c73dd
    Merge pull request #4536 from hugovk/oserror Andrew Murray 2020-04-10 20:30:23 +1000
  • 29147e7fad Highlighted errors [ci skip] Andrew Murray 2020-04-07 22:59:18 +1000
  • d8213a245d ImageFile.raise_ioerror is now deprecated [ci skip] Andrew Murray 2020-04-07 20:39:40 +1000
  • 7bb51a4aca Raise DeprecationWarning on raise_ioerror Andrew Murray 2020-04-07 19:53:35 +1000
  • dda6145fce Since Python 3.3 IOError and WindowsError have been merged into OSError Hugo 2020-04-07 09:58:21 +0300
  • caeae8f36b
    Merge pull request #4542 from radarhere/success Hugo van Kemenade 2020-04-10 08:11:03 +0300
  • 41799985e1 Removed success conditions Andrew Murray 2020-04-10 14:18:42 +1000
  • 5923f95f31 Adjusted symmetry test Andrew Murray 2020-04-10 12:15:01 +1000
  • 47b8cea334
    Merge pull request #4524 from hugovk/gha-doccheck Andrew Murray 2020-04-10 11:37:00 +1000
  • 41b554bc56
    Merge pull request #4538 from hugovk/update-7.1.0-release-notes Andrew Murray 2020-04-10 11:23:31 +1000
  • 9e9e136f54 Do not save two temporary files for the same size Andrew Murray 2020-04-07 21:42:23 +1000
  • 84b7e268f9 Merged HEADER_SIZE into HEADERSIZE Andrew Murray 2020-04-07 21:18:37 +1000
  • a283102ff4 ICNS can now be saved on non-macOS platforms [ci skip] Andrew Murray 2020-04-07 21:17:09 +1000
  • 65b735d9cb Marked to_int() as private Andrew Murray 2020-04-07 21:11:16 +1000
  • a618e2ca1c Fixed big-endian saving Andrew Murray 2020-04-07 21:13:40 +1000
  • a8a4b9bfdb
    Merge pull request #4522 from hugovk/release-updates Andrew Murray 2020-04-07 18:08:04 +1000
  • 3f2205d4eb Update release notes with CVEs [CI skip] Hugo 2020-04-07 10:31:41 +0300
  • 10669b17b9
    Merge pull request #1 from radarhere/icns Jingle 2020-04-07 14:10:51 +0800