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
Mac
Modules
ctl
ctlsupport.py
on
2.5
User selector
All users
Datepicker
All time
Commit history
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 Nov 19, 2003
Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:
Show description for e48cef7
jackjansen
committed
e48cef7
View commit details
Copy full SHA for e48cef7
View code at this point
Browse repository at this point
Commits on Dec 12, 2002
Getting rid of pre-Carbon (MacOS8) support. All code depending on
Show description for 6c7e326
jackjansen
committed
6c7e326
View commit details
Copy full SHA for 6c7e326
View code at this point
Browse repository at this point
Commits on Dec 3, 2002
Added PEP253 support to most Carbon modules. This isn't complete yet:
Show description for 96cebde
jackjansen
committed
96cebde
View commit details
Copy full SHA for 96cebde
View code at this point
Browse repository at this point
Commits on Nov 29, 2002
Converted the Carbon modules to use PEP252-style objects, with
Show description for dbd5701
jackjansen
committed
dbd5701
View commit details
Copy full SHA for dbd5701
View code at this point
Browse repository at this point
Commits on Aug 5, 2002
Got rid of staticforward.
jackjansen
committed
ff8dec7
View commit details
Copy full SHA for ff8dec7
View code at this point
Browse repository at this point
Commits on Jan 4, 2002
- added support for UserPaneKeyDownProc and UserPaneFocusProc
Show description for c4cf27e
justvanrossum
committed
c4cf27e
View commit details
Copy full SHA for c4cf27e
View code at this point
Browse repository at this point
Commits on Dec 30, 2001
- added support for ControlActionProcs, exposing the following calls:
Show description for cae6da6
justvanrossum
committed
cae6da6
View commit details
Copy full SHA for cae6da6
View code at this point
Browse repository at this point
Commits on Dec 18, 2001
Added missing docstring
justvanrossum
committed
f30c3ad
View commit details
Copy full SHA for f30c3ad
View code at this point
Browse repository at this point
Added support for tab controls and initial (incomplete) support
Show description for 66d78bf
justvanrossum
committed
66d78bf
View commit details
Copy full SHA for 66d78bf
View code at this point
Browse repository at this point
Commits on Dec 12, 2001
Shut up gcc warning.
jackjansen
committed
6c31459
View commit details
Copy full SHA for 6c31459
View code at this point
Browse repository at this point
Updated for Universal Headers 3.4.
justvanrossum
committed
e0b9fdc
View commit details
Copy full SHA for e0b9fdc
View code at this point
Browse repository at this point
Commits on Nov 30, 2001
Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the
Show description for b3be216
jackjansen
committed
b3be216
View commit details
Copy full SHA for b3be216
View code at this point
Browse repository at this point
Commits on Sep 5, 2001
Shut up many more gcc warnings.
jackjansen
committed
fd06486
View commit details
Copy full SHA for fd06486
View code at this point
Browse repository at this point
Commits on Aug 23, 2001
The MacOS toolbox modules have acquired an _ in front of their name. Normal usage is through a wrapper module (without underscore) which lives in the Carbon package.
jackjansen
committed
77105a9
View commit details
Copy full SHA for 77105a9
View code at this point
Browse repository at this point
Commits on Jun 20, 2001
Don't use extern when we mean staticforward (OSX gcc is picky about it).
Show description for b8248d8
jackjansen
committed
b8248d8
View commit details
Copy full SHA for b8248d8
View code at this point
Browse repository at this point
Commits on May 22, 2001
Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
jackjansen
committed
fa77e1a
View commit details
Copy full SHA for fa77e1a
View code at this point
Browse repository at this point
Commits on May 17, 2001
First step in porting MacPython modules to OSX/unix: break all references between modules except for the obj_New() and obj_Convert() routines, the PyArg_Parse and Py_BuildValue helpers.
Show description for 0e04eec
jackjansen
committed
0e04eec
View commit details
Copy full SHA for 0e04eec
View code at this point
Browse repository at this point
Commits on Jan 12, 2001
SetpopupData and GetPopupData are gone under Carbon, use {Get,Set}PopupMenu{Handle,ID} in stead.
Show description for 736b51d
jackjansen
committed
736b51d
View commit details
Copy full SHA for 736b51d
View code at this point
Browse repository at this point
Commits on Jan 9, 2001
Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. This is an incompatible change:-(
jackjansen
committed
a9e3db3
View commit details
Copy full SHA for a9e3db3
View code at this point
Browse repository at this point
Commits on Dec 12, 2000
More toolbox modules adapted to Universal Headers 3.3.2.
jackjansen
committed
723ad8a
View commit details
Copy full SHA for 723ad8a
View code at this point
Browse repository at this point
Commits on Dec 10, 2000
Adapted to Universal Headers 3.3.2. More to follow.
jackjansen
committed
f7d5aa6
View commit details
Copy full SHA for f7d5aa6
View code at this point
Browse repository at this point
Commits on Jul 14, 2000
Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.
jackjansen
committed
74a1e63
View commit details
Copy full SHA for 74a1e63
View code at this point
Browse repository at this point
pymactoolbox.h contains protoypes for all externally visible toolbox module
Show description for 9d8b96c
jackjansen
committed
9d8b96c
View commit details
Copy full SHA for 9d8b96c
View code at this point
Browse repository at this point
Commits on Jul 11, 2000
Fiddled declaration/implementation of setcallback() so that it is ansifyable.
jackjansen
committed
85152b9
View commit details
Copy full SHA for 85152b9
View code at this point
Browse repository at this point
Commits on Jul 7, 2000
Changed all (hopefully) uses of unsigned 16 bit value to use H format specifier, now that h is signed-only.
jackjansen
committed
0b13e7c
View commit details
Copy full SHA for 0b13e7c
View code at this point
Browse repository at this point
Commits on Jun 4, 2000
Removed THINK_C support.
jackjansen
committed
021da55
View commit details
Copy full SHA for 021da55
View code at this point
Browse repository at this point
Commits on Jun 2, 2000
Made the core toolbox modules carbon-compatible using the new greylist feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python …
Show description for e79dc76
jackjansen
committed
e79dc76
View commit details
Copy full SHA for e79dc76
View code at this point
Browse repository at this point
Commits on Apr 5, 2000
Added a few cast to make it 68k-compatible.
jackjansen
committed
1b6e821
View commit details
Copy full SHA for 1b6e821
View code at this point
Browse repository at this point
Commits on Mar 22, 2000
Data of type Point is passed by value, not by reference.
jackjansen
committed
deb6373
View commit details
Copy full SHA for deb6373
View code at this point
Browse repository at this point
Commits on Mar 21, 2000
Added UserPane callbacks for HitTest and Tracking. Doesn't fully work yet.
jackjansen
committed
a27e9fb
View commit details
Copy full SHA for a27e9fb
View code at this point
Browse repository at this point
Added a GetControlRect() method to controls which returns the bounding rectangle. To my surprise this call is missing from the C API...
jackjansen
committed
1a7d5b1
View commit details
Copy full SHA for 1a7d5b1
View code at this point
Browse repository at this point
Commits on Mar 20, 2000
Started on support for callbacks for UserPane controls. Unfinished and untested.
jackjansen
committed
abc411b
View commit details
Copy full SHA for abc411b
View code at this point
Browse repository at this point
Commits on Dec 29, 1999
Nasty error: handle parameters are passed by _address_ to SetControlData.
jackjansen
committed
f7ac1d3
View commit details
Copy full SHA for f7ac1d3
View code at this point
Browse repository at this point
Commits on Dec 23, 1999
Oops, forgot & in ParseTuple argument in ControlGetDataHandle.
jackjansen
committed
b9247d3
View commit details
Copy full SHA for b9247d3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.