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 }}
xiaolanpython
/
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
Demo
tkinter
on
2.6
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 2, 2009
Merged revisions 69846 via svnmerge from
Show description for 585ad8a
jcea
committed
585ad8a
View commit details
Copy full SHA for 585ad8a
View code at this point
Browse repository at this point
Commits on Sep 13, 2008
#687648 from Robert Schuppenies: use classic division.
akuchling
committed
2a9b9cb
View commit details
Copy full SHA for 2a9b9cb
View code at this point
Browse repository at this point
Commits on Jul 18, 2008
Replace all map(None, a) with list(a).
birkenfeld
committed
74bbc79
View commit details
Copy full SHA for 74bbc79
View code at this point
Browse repository at this point
Commits on Mar 29, 2008
#2503 make singletons compared with "is" not == or !=
Show description for 5b63acd
benjaminp
committed
5b63acd
View commit details
Copy full SHA for 5b63acd
View code at this point
Browse repository at this point
Commits on Feb 23, 2008
Use os.closerange().
birkenfeld
committed
c76ea27
View commit details
Copy full SHA for c76ea27
View code at this point
Browse repository at this point
Commits on Nov 26, 2007
A thread-less variant of brownian.py, submitted by Michele Simoniato.
gvanrossum
committed
41f0392
View commit details
Copy full SHA for 41f0392
View code at this point
Browse repository at this point
Commits on Mar 16, 2006
Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.
nnorwitz
committed
10be10c
View commit details
Copy full SHA for 10be10c
View code at this point
Browse repository at this point
Commits on Jul 18, 2004
Whitespace normalization, via reindent.py.
tim-one
committed
182b5ac
View commit details
Copy full SHA for 182b5ac
View code at this point
Browse repository at this point
Commits on Feb 12, 2004
Replace backticks with repr() or "%r"
Show description for 70a6b49
doerwalter
committed
70a6b49
View commit details
Copy full SHA for 70a6b49
View code at this point
Browse repository at this point
Commits on Nov 2, 2002
Add "select all" by clicking on (0,0) cell.
Show description for 065627e
gvanrossum
committed
065627e
View commit details
Copy full SHA for 065627e
View code at this point
Browse repository at this point
Add ESC key binding -- undo current cell editing.
gvanrossum
committed
bfcd653
View commit details
Copy full SHA for bfcd653
View code at this point
Browse repository at this point
Major breakthrough in selection -- drag-select multiple cells now
Show description for 3669242
gvanrossum
committed
3669242
View commit details
Copy full SHA for 3669242
View code at this point
Browse repository at this point
Commits on Oct 28, 2002
Spreadsheet demo that I used in the advanced talk at Linux Lunacy II.
gvanrossum
committed
69ccfcc
View commit details
Copy full SHA for 69ccfcc
View code at this point
Browse repository at this point
Commits on Oct 18, 2002
Remove reference to deleted 'www' directory.
gvanrossum
committed
eeb7827
View commit details
Copy full SHA for eeb7827
View code at this point
Browse repository at this point
Commits on Jul 17, 2001
Kill another merge zombie.
tim-one
committed
817ed5a
View commit details
Copy full SHA for 817ed5a
View code at this point
Browse repository at this point
Commits on Oct 6, 2000
Removing these scripts. redemo.py lives on in Tools/scripts/.
Show description for 75698a4
gvanrossum
committed
75698a4
View commit details
Copy full SHA for 75698a4
View code at this point
Browse repository at this point
Commits on May 11, 2000
Removing junk
gvanrossum
committed
6a1b133
View commit details
Copy full SHA for 6a1b133
View code at this point
Browse repository at this point
Commits on Apr 8, 1999
This demo imported some private code from Matt. Make it cripple along.
gvanrossum
committed
60cc90e
View commit details
Copy full SHA for 60cc90e
View code at this point
Browse repository at this point
Commits on Oct 20, 1998
Adding Fredrik Lundh's demo of the option menu.
gvanrossum
committed
fe78cc0
View commit details
Copy full SHA for fe78cc0
View code at this point
Browse repository at this point
Commits on Oct 8, 1998
Fix multi-arg list.append() calls.
gvanrossum
committed
9c2c1e8
View commit details
Copy full SHA for 9c2c1e8
View code at this point
Browse repository at this point
Commits on Oct 6, 1998
Added a 'Help' special menu to show how this is done.
warsaw
committed
dfae3d5
View commit details
Copy full SHA for dfae3d5
View code at this point
Browse repository at this point
Commits on Sep 14, 1998
Added the mainloop() call.
gvanrossum
committed
d24d3fc
View commit details
Copy full SHA for d24d3fc
View code at this point
Browse repository at this point
Commits on Jul 15, 1998
Show how to do switchable panels.
gvanrossum
committed
98c92c8
View commit details
Copy full SHA for 98c92c8
View code at this point
Browse repository at this point
Commits on Jun 30, 1998
Get rid of the lock; it's no longer needed.
gvanrossum
committed
7e0e955
View commit details
Copy full SHA for 7e0e955
View code at this point
Browse repository at this point
Commits on May 29, 1998
Remove the doc string -- it doesn't tell the truth.
gvanrossum
committed
5542449
View commit details
Copy full SHA for 5542449
View code at this point
Browse repository at this point
New demo -- Perl style regular expression matching.
Show description for 0da45c4
gvanrossum
committed
0da45c4
View commit details
Copy full SHA for 0da45c4
View code at this point
Browse repository at this point
Commits on May 28, 1998
Protect all uses of the random generator with a lock.
Show description for 7e7912f
gvanrossum
committed
7e7912f
View commit details
Copy full SHA for 7e7912f
View code at this point
Browse repository at this point
An example of a multi-threaded Tkinter program.
gvanrossum
committed
3d3a52a
View commit details
Copy full SHA for 3d3a52a
View code at this point
Browse repository at this point
Commits on May 26, 1998
Fix some comments; move 'import random' to top.
gvanrossum
committed
f638d1c
View commit details
Copy full SHA for f638d1c
View code at this point
Browse repository at this point
Commits on May 20, 1998
whrandom -> random
gvanrossum
committed
6c3a2cb
View commit details
Copy full SHA for 6c3a2cb
View code at this point
Browse repository at this point
Commits on May 19, 1998
Use whrandom instead of rand.
Show description for 29892d8
gvanrossum
committed
29892d8
View commit details
Copy full SHA for 29892d8
View code at this point
Browse repository at this point
Commits on Apr 10, 1998
Catch exceptions in final self.destroy() call.
gvanrossum
committed
bd8341e
View commit details
Copy full SHA for bd8341e
View code at this point
Browse repository at this point
Commits on Jan 26, 1998
Paint demo by Dave Mitchell. There's clearly a demand for such a
Show description for 25f1722
gvanrossum
committed
25f1722
View commit details
Copy full SHA for 25f1722
View code at this point
Browse repository at this point
Commits on Nov 24, 1997
Trivial change in prompt label suggested by Case Roole.
gvanrossum
committed
37885c2
View commit details
Copy full SHA for 37885c2
View code at this point
Browse repository at this point
Commits on Oct 7, 1997
Typo discovered by Case Roole.
gvanrossum
committed
46a0bb4
View commit details
Copy full SHA for 46a0bb4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.