| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
intially -> initially
(cherry picked from commit 0e8695ece0d3569eeb1b89c91a1b0aa3d34f228e)
Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
|
|
|
|
|
|
|
| |
(GH-27872)
(cherry picked from commit 1a995b0ceefdf7eb59963f3ab395c47d8da226e3)
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
|
| |
|
|
|
|
|
| |
(cherry picked from commit eec340ea3af27887fcaac4029ebdee99f3713bff)
Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(GH-27893)
- reorganized from two sections (tkinter vs. tcl/tk) into three (tkinter, tcl/tk, and books)
- main (recommended) tkinter docs have one tutorial (tkdocs) and one reference (shipman), added better descriptions
- dropped link to Tkinter page on wiki (suggestion by E. Paine; outdated, most material already linked to from python.org)
- replaced Tcl/Tk recent man pages and core dev home with single link to main Tcl/Tk page (which holds both of these)
- updated Modern Tkinter link to book page on TkDocs site (was Amazon link to old version), dropped description
- replaced Grayson book by Moore book (newer, covers ttk)
- changed Ousterhout ref to second edition, covers ttk
- dropped link to Welch book (old).
(cherry picked from commit d1049d1d6b43296d4db1aa8668aa4ca807bf7adb)
Co-authored-by: Mark Roseman <mark@markroseman.com>
|
|
|
|
|
|
|
|
| |
- move description of internal modules (_tkinter and tkinter.constants) from section intro to list of additional modules at end of section, as not most important info
- added missing ttk and tix here
- emphasized up front that most apps will need tkinter and ttk
(cherry picked from commit d5dbe8bca792350f4997c027535e0ca498abd1bb)
Co-authored-by: Mark Roseman <mark@markroseman.com>
|
|
|
|
|
|
|
| |
(GH-27835)
(cherry picked from commit 141c7a4fce8def67baa9d24f542c105b8502893e)
Co-authored-by: Mark Roseman <mark@markroseman.com>
|
|
|
|
|
|
|
| |
(GH-27859) (GH-27860)
(cherry picked from commit 16b9be4861e007ad483611ba0479feb2b90ea783)
Co-authored-by: Maximilian Hils <git@maximilianhils.com>
|
|
|
|
|
|
|
| |
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Co-authored-by: Vedran Čačić <vedgar+github@gmail.com>
(cherry picked from commit 64f9e7b19dc1603fcbd07c17c9860085b9d21465)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
|
|
|
|
| |
(cherry picked from commit 15a64d89a31b7e91f0361c305b7b27d8761db93d)
Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
| |
The signature of field() had an extraneous colon at the end, causing it
to appear all bold and without the module name.
(cherry picked from commit d26dbba9297adb59bc49a6583c647804ef56fc58)
Co-authored-by: Jean-Abou-Samra <37271310+Jean-Abou-Samra@users.noreply.github.com>
Co-authored-by: Jean-Abou-Samra <37271310+Jean-Abou-Samra@users.noreply.github.com>
|
|
|
|
|
| |
(cherry picked from commit 0fd66e46b2f472d0d206a185dc8892f4f0347cb6)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
|
|
|
|
|
| |
(cherry picked from commit 942d1a4284e9341df47c48d7c63e921136dc9719)
Co-authored-by: Jack DeVries <58614260+jdevries3133@users.noreply.github.com>
|
|
|
|
|
|
| |
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 3240bc62f4e0afa09964f3afc845697f0a0806b9)
Co-authored-by: meowmeowmeowcat <meowmeowcat1211@gmail.com>
|
|
|
|
|
| |
(cherry picked from commit 599f5c8481ca258ca3a5d13eaee7d07a9103b5f2)
Co-authored-by: Jefferson Oliveira <jefferson.dev.insights@gmail.com>
|
|
|
|
|
| |
(cherry picked from commit 6a358bb9482f7595b858ea7b800cbe66f0de5fa1)
Co-authored-by: Gautam Chaudhuri <gautam.chaudhuri.1803@gmail.com>
|
|
|
|
|
|
|
| |
(GH-27664) (GH-27666)
(cherry picked from commit ebecffdb6d5fffa4249f9a813f1fc1915926feb5)
Co-authored-by: Senthil Kumaran <senthil@python.org>
|
|
|
|
|
|
| |
(cherry picked from commit ed524b4569b1e4a166886c880018418d46284378)
Co-authored-by: meowmeowmeowcat <meowmeowcat1211@gmail.com>
|
|
|
|
|
|
| |
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit e43b9bbc31c22a0d97dc4fc420300e40c2d74166)
Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
|
|
|
|
|
|
| |
Co-authored-by: Cornelius Diekmann <c.diekmann@googlemail.com>
(cherry picked from commit dd8eb303b90d63e1f56684bedadca6674bb74a29)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
On non-Linux POSIX platforms, like FreeBSD or macOS,
the FD used to read a forked PTY may signal its exit not
by raising an error but by sending empty data to the read
syscall. This case wasn't handled, leading to hanging
`pty.spawn` calls.
Co-authored-by: Reilly Tucker Siemens <reilly@tuckersiemens.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 81ab8db235580317edcb0e559cd4c983f70883f5)
Co-authored-by: Zephyr Shannon <geoffpshannon@gmail.com>
|
|
|
|
|
|
|
|
| |
docs (GH-27717)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 08caf2d5d4a9994976e9eafaf345b5a1a4012a81)
Co-authored-by: Mark Roseman <mark@markroseman.com>
|
|
|
|
|
|
| |
It has not been true for several years and likely never was.
(cherry picked from commit 6b37d0d5300813de31d66df1c77dad7e1027e4d8)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
|
|
|
|
|
|
| |
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit c5c5326d4799fe4ae566aff32ed3461af95859cc)
Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com>
|
|
|
|
|
|
| |
- Use "Low surrogate code units" instead of "Unicode Private Use Area"
(cherry picked from commit b05e9b63fcfcd4bd7a6434fa9f9a7028d12f91c4)
Co-authored-by: meowmeowmeowcat <meowmeowcat1211@gmail.com>
|
|
|
|
|
|
|
|
| |
(GH-21470)
Co-Authored-By: Bo Bayles <bbayles@gmail.com>
(cherry picked from commit eb2d4a66ff07aa6e51cfaaa31afed31addf76936)
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
|
|
|
|
|
| |
(cherry picked from commit e9a6f1b78bf57d9f3f99547bd007d7cfc9724cfb)
Co-authored-by: Thomas Grainger <tagrain@gmail.com>
|
|
|
|
|
|
| |
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 0ffdced3b64ba5886fcde64266a31a15712da284)
Co-authored-by: Jack DeVries <58614260+jdevries3133@users.noreply.github.com>
|
|
|
|
|
|
|
|
| |
html` (GH-27635)
It turned out to be disruptive for downstream distributors.
(cherry picked from commit 55fa87b1ef46bbb9db7612b2dc2dd7fb039d9bc3)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
|
|
|
|
|
|
|
|
| |
The threading debug (PYTHONTHREADDEBUG environment variable) is
deprecated in Python 3.10 and will be removed in Python 3.12. This
feature requires a debug build of Python.
(cherry picked from commit 4d77691172aae81bdcbb0ea75839d0e896c43781)
Co-authored-by: Victor Stinner <vstinner@python.org>
|
|
|
|
|
| |
(cherry picked from commit 938e84b4fa410f1a86f5e0708ebc3af6bb8efb0e)
Co-authored-by: Jack DeVries <58614260+jdevries3133@users.noreply.github.com>
|
|
|
|
|
|
|
| |
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Co-authored-by: Alexander Vandenbulcke <alexander.vandenbulcke95@gmail.com>
(cherry picked from commit a8dc4893d2b28827e82447326ea47759c161a722)
Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
|
|
|
|
|
|
|
|
| |
(GH-26899)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 7c5dab4340032eb15d3797d8b601ef11649bbab3)
Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
|
|
|
|
|
| |
(cherry picked from commit cc77193127381be16467ad10f421d3ba147ed972)
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
|
|
|
|
|
|
|
| |
Co-authored-by: Mariatta Wijaya <Mariatta@users.noreply.github.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 977d99d1cca6ddd87fe6f218bca46e7ef105bd72)
Co-authored-by: Rohit Nishad <47008599+rohitnishad613@users.noreply.github.com>
|
|
|
|
|
| |
(cherry picked from commit 10faada709561663d6b1f623d308ff45e3808cca)
Co-authored-by: Petr Viktorin <encukou@gmail.com>
|
|
|
|
|
| |
(cherry picked from commit 3d2b4c6f18d7e644e5850d2af74ac5dc530eb24c)
Co-authored-by: Harry <harry.lees@gmail.com>
|
|
|
|
|
| |
(cherry picked from commit ac811f9b5a68ce8756911ef2c8be83b46696018f)
Co-authored-by: da-woods <dw-git@d-woods.co.uk>
|
|
|
|
|
| |
(cherry picked from commit f7c23a99cd4f8179b6ba2cffaeb78b852c0f6488)
Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
|
|
|
|
|
| |
(cherry picked from commit 54f185b6d321a6354aef2b2886c766677f487ecb)
Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
|
|
|
|
|
| |
(cherry picked from commit aa0894b3792901adb91e5f6d049154b7bcb980ec)
Co-authored-by: Jake Stockwin <jake.stockwin@optimorlabs.com>
|
|
|
|
|
| |
(cherry picked from commit d382bde220b4c07cce2b924ffeb7525ea1a969f4)
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
|
|
|
|
|
| |
(cherry picked from commit 1342248f3a2b321b7b00867f47c92ba6549f9497)
Co-authored-by: partev <petrosyan@gmail.com>
|
|
|
|
|
| |
(cherry picked from commit 414dcb13aaa4fd42f264fdee47782dede5c83d6c)
Co-authored-by: partev <petrosyan@gmail.com>
|
|
|
|
|
|
|
| |
(GH-27494)
(cherry picked from commit ceea579ccc51791f3e115155d6f27905bc7544a9)
Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
|
|
|
|
|
|
| |
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 4bd9caafb64589288e5171087070bde726178c58)
Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
|
|
|
|
|
| |
(cherry picked from commit be42c06bb01206209430f3ac08b72643dc7cad1c)
Co-authored-by: Noah Kantrowitz <noah@coderanger.net>
|
|
|
|
|
| |
(cherry picked from commit f4367ba3c533fc2dc9e32aa431d674f715b911f2)
Co-authored-by: Ori Avtalion <ori@avtalion.name>
|
|
|
|
|
|
| |
Co-authored-by: HaeckelK <haeckelk.github@gmail.com>
(cherry picked from commit 6b61d74a3bab43a44fa47b1facd1bec3d74e12b1)
Co-authored-by: HaeckelK <51128712+HaeckelK@users.noreply.github.com>
|
|
|
|
|
| |
(cherry picked from commit ccefa8a905c797e4a60078d5e1de846f929c6928)
Co-authored-by: Pavel <69010336+pavel-lexyr@users.noreply.github.com>
|