Update headings (#132)

This commit is contained in:
Andrew Murray 2025-04-21 18:02:25 +10:00 committed by GitHub
parent fb61a05c85
commit cd5a70ed07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
Pillow Tests Pillow tests
============ ============
Test scripts are named ``test_xxx.py``. Helper classes and functions can be found in ``helper.py``. Test scripts are named ``test_xxx.py``. Helper classes and functions can be found in ``helper.py``.

View File

@ -155,7 +155,7 @@ JpegImageFile.huffman_ac and JpegImageFile.huffman_dc
The ``huffman_ac`` and ``huffman_dc`` dictionaries on JPEG images were unused. They The ``huffman_ac`` and ``huffman_dc`` dictionaries on JPEG images were unused. They
have been deprecated, and will be removed in Pillow 12 (2025-10-15). have been deprecated, and will be removed in Pillow 12 (2025-10-15).
Specific WebP Feature Checks Specific WebP feature checks
^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. deprecated:: 11.0.0 .. deprecated:: 11.0.0

View File

@ -58,7 +58,7 @@ Plugin reference
:show-inheritance: :show-inheritance:
:mod:`~PIL.FitsImagePlugin` module :mod:`~PIL.FitsImagePlugin` module
-------------------------------------- ----------------------------------
.. automodule:: PIL.FitsImagePlugin .. automodule:: PIL.FitsImagePlugin
:members: :members:
@ -194,7 +194,7 @@ Plugin reference
:show-inheritance: :show-inheritance:
:mod:`~PIL.MpoImagePlugin` module :mod:`~PIL.MpoImagePlugin` module
---------------------------------- ---------------------------------
.. automodule:: PIL.MpoImagePlugin .. automodule:: PIL.MpoImagePlugin
:members: :members:

View File

@ -103,7 +103,7 @@ JpegImageFile.huffman_ac and JpegImageFile.huffman_dc
The ``huffman_ac`` and ``huffman_dc`` dictionaries on JPEG images were unused. They The ``huffman_ac`` and ``huffman_dc`` dictionaries on JPEG images were unused. They
have been deprecated, and will be removed in Pillow 12 (2025-10-15). have been deprecated, and will be removed in Pillow 12 (2025-10-15).
Specific WebP Feature Checks Specific WebP feature checks
^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. deprecated:: 11.0.0 .. deprecated:: 11.0.0

View File

@ -65,7 +65,7 @@ A new named parameter, ``fillcolor``, has been added to
the area outside the transformed area in the output image. This the area outside the transformed area in the output image. This
parameter takes the same color specifications as used in ``Image.new``. parameter takes the same color specifications as used in ``Image.new``.
GIF Disposal GIF disposal
^^^^^^^^^^^^ ^^^^^^^^^^^^
Multiframe GIF images now take an optional disposal parameter to Multiframe GIF images now take an optional disposal parameter to

View File

@ -26,7 +26,7 @@ leading to an out-of-bounds write in ``TiffDecode.c``. This potentially affects
versions from 6.0.0 to 8.0.1, depending on the version of LibTIFF. This was reported through versions from 6.0.0 to 8.0.1, depending on the version of LibTIFF. This was reported through
`Tidelift`_. `Tidelift`_.
:cve:`2020-35655`: SGI Decode buffer overrun :cve:`2020-35655`: SGI decode buffer overrun
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4 byte read overflow in ``SgiRleDecode.c``, where the code was not correctly 4 byte read overflow in ``SgiRleDecode.c``, where the code was not correctly