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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
Modules
_tkinter.c
on
pythoncapi
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 5, 2018
Use Py_GetType() and %T format
vstinner
committed
790f968
View commit details
Copy full SHA for 790f968
View code at this point
Browse repository at this point
Commits on Sep 4, 2018
Add PySequence_Fast_GetItemRef() and PyList_GetItemRef()
Show description for e0889e9
vstinner
committed
e0889e9
View commit details
Copy full SHA for e0889e9
View code at this point
Browse repository at this point
Commits on Nov 5, 2017
Fix miscellaneous typos (#4275)
luzpaz
authored and
serhiy-storchaka
committed
a5293b4
View commit details
Copy full SHA for a5293b4
View code at this point
Browse repository at this point
Commits on Nov 2, 2017
bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793)
stratakis
authored and
ncoghlan
committed
e8b1965
View commit details
Copy full SHA for e8b1965
View code at this point
Browse repository at this point
Commits on Oct 3, 2017
bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (#3866)
Show description for 27c623c
serhiy-storchaka
authored
27c623c
View commit details
Copy full SHA for 27c623c
View code at this point
Browse repository at this point
bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (#3864)
serhiy-storchaka
authored
929b40a
View commit details
Copy full SHA for 929b40a
View code at this point
Browse repository at this point
Commits on Sep 7, 2017
bpo-31370: Remove support for threads-less builds (#3385)
Show description for a6a4dc8
pitrou
authored and
vstinner
committed
a6a4dc8
View commit details
Copy full SHA for a6a4dc8
View code at this point
Browse repository at this point
Commits on Mar 23, 2017
Use NULL rather than 0. (#778)
Show description for 0b3ec19
serhiy-storchaka
authored
0b3ec19
View commit details
Copy full SHA for 0b3ec19
View code at this point
Browse repository at this point
Commits on Mar 12, 2017
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
serhiy-storchaka
authored
202fda5
View commit details
Copy full SHA for 202fda5
View code at this point
Browse repository at this point
Commits on Feb 16, 2017
bpo-29548: Fix some inefficient call API usage (GH-97)
methane
authored
72dccde
View commit details
Copy full SHA for 72dccde
View code at this point
Browse repository at this point
Commits on Nov 20, 2016
Added the const qualifier to char* variables that refer to readonly internal
Show description for 85b0f5b
serhiy-storchaka
committed
85b0f5b
View commit details
Copy full SHA for 85b0f5b
View code at this point
Browse repository at this point
Commits on Oct 28, 2016
Fixed possible NULL decrefing.
serhiy-storchaka
committed
8a8ebc9
View commit details
Copy full SHA for 8a8ebc9
View code at this point
Browse repository at this point
Fixed possible NULL decrefing.
serhiy-storchaka
committed
3ec5f42
View commit details
Copy full SHA for 3ec5f42
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
replace PY_SIZE_MAX with SIZE_MAX
benjaminp
committed
2f8bfef
View commit details
Copy full SHA for 2f8bfef
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
require a long long data type (closes #27961)
benjaminp
committed
ed4aa83
View commit details
Copy full SHA for ed4aa83
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
- Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 2954f83
serhiy-storchaka
committed
2954f83
View commit details
Copy full SHA for 2954f83
View code at this point
Browse repository at this point
Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 1a2b24f
serhiy-storchaka
committed
1a2b24f
View commit details
Copy full SHA for 1a2b24f
View code at this point
Browse repository at this point
Commits on Jun 19, 2016
Use macros instead of corresponding functions (they never fail) in _tkinter.c.
serhiy-storchaka
committed
696c8af
View commit details
Copy full SHA for 696c8af
View code at this point
Browse repository at this point
Commits on May 8, 2016
Issue #23815: Fixed crashes related to directly created instances of types in
Show description for dea7637
serhiy-storchaka
committed
dea7637
View commit details
Copy full SHA for dea7637
View code at this point
Browse repository at this point
Issue #23815: Fixed crashes related to directly created instances of types in
Show description for e3f1b09
serhiy-storchaka
committed
e3f1b09
View commit details
Copy full SHA for e3f1b09
View code at this point
Browse repository at this point
Commits on May 2, 2016
Got rid of redundand "self" parameter declarations.
Show description for 7a9579c
serhiy-storchaka
committed
7a9579c
View commit details
Copy full SHA for 7a9579c
View code at this point
Browse repository at this point
Commits on Dec 25, 2015
Issue #25923: Added more const qualifiers to signatures of static and private functions.
serhiy-storchaka
committed
ef1585e
View commit details
Copy full SHA for ef1585e
View code at this point
Browse repository at this point
Commits on May 22, 2015
Issue #20035: Reimplement tkinter._fix module as a C function.
Show description for 7dc9dea
zware
committed
7dc9dea
View commit details
Copy full SHA for 7dc9dea
View code at this point
Browse repository at this point
Commits on May 6, 2015
Use specialized functions intead of Py_BuildValue() in _tkinter.
serhiy-storchaka
committed
8d0f620
View commit details
Copy full SHA for 8d0f620
View code at this point
Browse repository at this point
Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.
Show description for 645058d
serhiy-storchaka
committed
645058d
View commit details
Copy full SHA for 645058d
View code at this point
Browse repository at this point
Commits on May 4, 2015
Issue #24001: Argument Clinic converters now use accept={type}
Show description for dbfdc38
larryhastings
committed
dbfdc38
View commit details
Copy full SHA for dbfdc38
View code at this point
Browse repository at this point
Commits on May 3, 2015
Fix Windows build breakage from checkins on Issues #20148 and #20168.
larryhastings
committed
2d0a69a
View commit details
Copy full SHA for 2d0a69a
View code at this point
Browse repository at this point
Issue #20168: Converted the _tkinter module to Argument Clinic.
serhiy-storchaka
committed
5abdf48
View commit details
Copy full SHA for 5abdf48
View code at this point
Browse repository at this point
Commits on Apr 22, 2015
Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8
Show description for 71b49dd
serhiy-storchaka
committed
71b49dd
View commit details
Copy full SHA for 71b49dd
View code at this point
Browse repository at this point
Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8
Show description for 3af7a38
serhiy-storchaka
committed
3af7a38
View commit details
Copy full SHA for 3af7a38
View code at this point
Browse repository at this point
Commits on Apr 20, 2015
Issue #16840: Turn on support of bignums only in final release of Tcl 8.5.
serhiy-storchaka
committed
629d697
View commit details
Copy full SHA for 629d697
View code at this point
Browse repository at this point
Issue #16840: Turn on support of bignums only in final release of Tcl 8.5.
serhiy-storchaka
committed
77e8311
View commit details
Copy full SHA for 77e8311
View code at this point
Browse repository at this point
Commits on Apr 4, 2015
Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always
Show description for 06e6610
serhiy-storchaka
committed
06e6610
View commit details
Copy full SHA for 06e6610
View code at this point
Browse repository at this point
Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always
Show description for 9a6e201
serhiy-storchaka
committed
9a6e201
View commit details
Copy full SHA for 9a6e201
View code at this point
Browse repository at this point
Commits on Apr 2, 2015
Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and
Show description for 4c7dc48
serhiy-storchaka
committed
4c7dc48
View commit details
Copy full SHA for 4c7dc48
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.