Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
bob1de
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Lib
tkinter
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 8, 2017
ttk: fix LabeledScale and OptionMenu destroy() method (#3025)
Show description for cd7e9c1
vstinner
authored
cd7e9c1
View commit details
Copy full SHA for cd7e9c1
View code at this point
Browse repository at this point
Commits on Jul 31, 2017
bpo-25684: ttk.OptionMenu radiobuttons weren't unique (#2276)
Show description for a568e52
csabella
authored and
serhiy-storchaka
committed
a568e52
View commit details
Copy full SHA for a568e52
View code at this point
Browse repository at this point
Commits on May 27, 2017
bpo-30310: Add a test for non-ascii font family. (#1567) (#1832)
serhiy-storchaka
authored
a92adf8
View commit details
Copy full SHA for a92adf8
View code at this point
Browse repository at this point
Commits on May 22, 2017
Fix spelling mistakes in tkinter.py (#1716)
Show description for 128641d
bravegnu
authored and
serhiy-storchaka
committed
128641d
View commit details
Copy full SHA for 128641d
View code at this point
Browse repository at this point
Commits on Mar 19, 2017
bpo-29776: Use decorator syntax for properties. (#585)
serhiy-storchaka
authored
bdf6b91
View commit details
Copy full SHA for bdf6b91
View code at this point
Browse repository at this point
Commits on Dec 22, 2016
Issue 28923: Remove editor artifacts from Tix.py,
terryjreedy
committed
0ba0def
View commit details
Copy full SHA for 0ba0def
View code at this point
Browse repository at this point
Issue 28923: Remove editor artifacts from Tix.py.
terryjreedy
committed
c67983b
View commit details
Copy full SHA for c67983b
View code at this point
Browse repository at this point
Commits on Oct 30, 2016
Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused
Show description for 016a9ac
serhiy-storchaka
committed
016a9ac
View commit details
Copy full SHA for 016a9ac
View code at this point
Browse repository at this point
Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused
Show description for 32c0d3a
serhiy-storchaka
committed
32c0d3a
View commit details
Copy full SHA for 32c0d3a
View code at this point
Browse repository at this point
Commits on Oct 25, 2016
Issue #27025: Generated names for Tkinter widgets now start by the "!" prefix
Show description for b1f5287
serhiy-storchaka
committed
b1f5287
View commit details
Copy full SHA for b1f5287
View code at this point
Browse repository at this point
Commits on Oct 24, 2016
Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin
Show description for 407c8ac
serhiy-storchaka
committed
407c8ac
View commit details
Copy full SHA for 407c8ac
View code at this point
Browse repository at this point
Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin
Show description for 071dec2
serhiy-storchaka
committed
071dec2
View commit details
Copy full SHA for 071dec2
View code at this point
Browse repository at this point
Commits on Sep 25, 2016
Issue #27611: Fixed support of default root window in the tkinter.tix module.
Show description for 1aca389
serhiy-storchaka
committed
1aca389
View commit details
Copy full SHA for 1aca389
View code at this point
Browse repository at this point
Issue #27611: Fixed support of default root window in the tkinter.tix module.
serhiy-storchaka
committed
e6f0199
View commit details
Copy full SHA for e6f0199
View code at this point
Browse repository at this point
Commits on Aug 30, 2016
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
rhettinger
committed
15f44ab
View commit details
Copy full SHA for 15f44ab
View code at this point
Browse repository at this point
Commits on Aug 16, 2016
Merge with 3.5
terryjreedy
committed
f050a33
View commit details
Copy full SHA for f050a33
View code at this point
Browse repository at this point
Issue #27611: Don't import volatile attribute.
terryjreedy
committed
22ba01e
View commit details
Copy full SHA for 22ba01e
View code at this point
Browse repository at this point
Commits on Aug 5, 2016
Merge spelling and grammar fixes from 3.5
vadmium
committed
02b75ab
View commit details
Copy full SHA for 02b75ab
View code at this point
Browse repository at this point
Commits on Aug 4, 2016
Fix spelling and grammar in documentation and code comments
vadmium
committed
69332c1
View commit details
Copy full SHA for 69332c1
View code at this point
Browse repository at this point
Commits on Jun 26, 2016
Issue #22115: Updated Misc/NEWS.
serhiy-storchaka
committed
b554fad
View commit details
Copy full SHA for b554fad
View code at this point
Browse repository at this point
Issue #22115: Fixed tracing Tkinter variables:
Show description for 745a407
serhiy-storchaka
committed
745a407
View commit details
Copy full SHA for 745a407
View code at this point
Browse repository at this point
Issue #22115: Added methods trace_add, trace_remove and trace_info in the
Show description for 8122174
serhiy-storchaka
committed
8122174
View commit details
Copy full SHA for 8122174
View code at this point
Browse repository at this point
Commits on Jun 25, 2016
Issue #20350. tkapp.splitlist() is now always used instead of unreliable
Show description for 6bc87b4
serhiy-storchaka
committed
6bc87b4
View commit details
Copy full SHA for 6bc87b4
View code at this point
Browse repository at this point
Commits on Jun 19, 2016
Issue #27319: Methods selection_set(), selection_add(), selection_remove()
Show description for b84f029
serhiy-storchaka
committed
b84f029
View commit details
Copy full SHA for b84f029
View code at this point
Browse repository at this point
Commits on Jun 18, 2016
Issue #27294: Numerical state in the repr for Tkinter event objects is now
Show description for 9c6c3fb
serhiy-storchaka
committed
9c6c3fb
View commit details
Copy full SHA for 9c6c3fb
View code at this point
Browse repository at this point
Commits on Jun 14, 2016
Issue #26386: Fixed ttk.TreeView selection operations with item id's
Show description for 255bbf2
serhiy-storchaka
committed
255bbf2
View commit details
Copy full SHA for 255bbf2
View code at this point
Browse repository at this point
Issue #26386: Fixed ttk.TreeView selection operations with item id's
Show description for 8e6d09c
serhiy-storchaka
committed
8e6d09c
View commit details
Copy full SHA for 8e6d09c
View code at this point
Browse repository at this point
Commits on Jun 13, 2016
Issue #27025: Generated names for Tkinter widgets are now more meanful
Show description for 8acb568
serhiy-storchaka
committed
8acb568
View commit details
Copy full SHA for 8acb568
View code at this point
Browse repository at this point
Commits on Jun 11, 2016
Issue #27294: Improved repr for Tkinter event objects.
serhiy-storchaka
committed
d611f4c
View commit details
Copy full SHA for d611f4c
View code at this point
Browse repository at this point
Commits on Jun 2, 2016
Issue #27171: Merge typo fixes from 3.5
vadmium
committed
0b7d84d
View commit details
Copy full SHA for 0b7d84d
View code at this point
Browse repository at this point
Issue #27171: Fix typos in documentation, comments, and test function names
vadmium
committed
e26da7c
View commit details
Copy full SHA for e26da7c
View code at this point
Browse repository at this point
Commits on May 30, 2016
Issue #27125: Merge typo fixes from 3.5
vadmium
committed
e514093
View commit details
Copy full SHA for e514093
View code at this point
Browse repository at this point
Issue #27125: Remove duplicated words from documentation and comments
vadmium
committed
a90a4a9
View commit details
Copy full SHA for a90a4a9
View code at this point
Browse repository at this point
Commits on May 29, 2016
Issue #27125: Merge typo fixes from 3.5
Show description for e501a93
vadmium
committed
e501a93
View commit details
Copy full SHA for e501a93
View code at this point
Browse repository at this point
Issue #27125: Fix various errors like “will [be] inherited”
vadmium
committed
8d56c02
View commit details
Copy full SHA for 8d56c02
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.