1IDLE-PYTHON LOGOS 2 3These are sent to tk on Windows, *NIX, and non-Aqua macOS 4in pyshell following "# set application icon". 5 6 72006?: Andrew Clover made variously sized python icons for win23. 8https://www.doxdesk.com/software/py/pyicons.html 9 102006: 16, 32, and 48 bit .png versions were copied to CPython 11as Python application icons, maybe in PC/icons/py.ico. 12https://github.com/python/cpython/issues/43372 13 142014: They were copied (perhaps a bit revised) to idlelib/Icons. 15https://github.com/python/cpython/issues/64605 16.gif versions were also added. 17 182020: Add Clover's 256-bit image. 19https://github.com/python/cpython/issues/82620 20Other fixups were done. 21 22The idle.ico file used for Windows was created with ImageMagick: 23 $ convert idle_16.png idle_32.png idle_48.png idle_256.png idle.ico 24** This needs redoing whenever files are changed. 25?? Do Start, Desktop, and Taskbar use idlelib/Icons files? 26 27Issue added Windows Store PC/icons/idlex44.png and .../idlex150.png. 28https://github.com/python/cpython/pull/22817 29?? Should these be updated with major changes? 30 312022: Optimize .png images in CPython repository with external program. 32https://github.com/python/cpython/pull/21348 33idle.ico (and idlex##) were not updated. 34 35The idlexx.gif files are only needed for *nix running tcl/tk 8.5. 36As of 2022, this was known true for 1 'major' Linux distribution. 37(Same would be true for any non-Aqua macOS with 8.5, but now none?) 38Can be deleted when we require 8.6 or it is known always used. 39 40Future: Derivatives of Python logo should be submitted for approval. 41PSF Trademark Working Group / Committee psf-trademarks@python.org 42https://www.python.org/community/logos/ # Original files 43https://www.python.org/psf/trademarks-faq/ 44https://www.python.org/psf/trademarks/ # Usage. 45 46 47OTHER GIFS: These are used by browsers using idlelib.tree. 48At least some will not be used when tree is replaced by ttk.Treeview. 49 50 51Edited 2024 August 26 by TJR. 52