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