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
win
on
2.4
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 Dec 3, 2003
Ported to Universal Headers 3.4.2. Qd and Qt remain to be done.
Show description for da6081f
jackjansen
committed
da6081f
View commit details
Copy full SHA for da6081f
View code at this point
Browse repository at this point
Commits on Nov 20, 2003
Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.
Show description for 7107c1a
jackjansen
committed
7107c1a
View commit details
Copy full SHA for 7107c1a
View code at this point
Browse repository at this point
Commits on Nov 19, 2003
Getting rid of code conditional on TARGET_API_MAC_*.
jackjansen
committed
a53f4eb
View commit details
Copy full SHA for a53f4eb
View code at this point
Browse repository at this point
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 Apr 22, 2003
Allow setting the auto dispose flag on window objects.
jackjansen
committed
8c46ce9
View commit details
Copy full SHA for 8c46ce9
View code at this point
Browse repository at this point
Commits on Dec 23, 2002
- Various tweaks to shut up compiler warnings.
Show description for b734869
jackjansen
committed
b734869
View commit details
Copy full SHA for b734869
View code at this point
Browse repository at this point
Commits on Dec 19, 2002
Regenerated with inheritance-aware xxxx_Check() macros.
jackjansen
committed
f955784
View commit details
Copy full SHA for f955784
View code at this point
Browse repository at this point
Commits on Dec 13, 2002
Get rid of support for Universal Headers older than 3.4 and various other
Show description for 65cbf93
jackjansen
committed
65cbf93
View commit details
Copy full SHA for 65cbf93
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 22, 2002
Moved CoreFoundation type support to bgen/macsupport.
jackjansen
committed
f34a8bc
View commit details
Copy full SHA for f34a8bc
View code at this point
Browse repository at this point
Commits on Aug 16, 2002
Regenerated with PyDoc_STR() around docstrings.
jackjansen
committed
4993188
View commit details
Copy full SHA for 4993188
View code at this point
Browse repository at this point
Commits on Aug 15, 2002
After generating the Python file with definitions try to run it, so
Show description for 87eea88
jackjansen
committed
87eea88
View commit details
Copy full SHA for 87eea88
View code at this point
Browse repository at this point
Commits on Aug 5, 2002
Enable building of Carbon toolbox modules with unix-Python.
jackjansen
committed
aaebdd6
View commit details
Copy full SHA for aaebdd6
View code at this point
Browse repository at this point
Commits on Jun 5, 2002
fixed refcount leak in CreateNewWindow() and CreateWindowFromResource().
justvanrossum
committed
84fca94
View commit details
Copy full SHA for 84fca94
View code at this point
Browse repository at this point
Commits on Apr 23, 2002
Regenerated.
jackjansen
committed
033b79c
View commit details
Copy full SHA for 033b79c
View code at this point
Browse repository at this point
Commits on Mar 24, 2002
Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine wi…
Show description for 9d79990
jackjansen
committed
9d79990
View commit details
Copy full SHA for 9d79990
View code at this point
Browse repository at this point
Commits on Mar 18, 2002
Lurking bug found by patch for 531291: FSSpecs should be passed to
Show description for ca9a4a6
jackjansen
committed
ca9a4a6
View commit details
Copy full SHA for ca9a4a6
View code at this point
Browse repository at this point
Commits on Dec 18, 2001
Updated to Universal Headers 3.4
jackjansen
committed
620a766
View commit details
Copy full SHA for 620a766
View code at this point
Browse repository at this point
Commits on Dec 8, 2001
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
Show description for 1464839
gvanrossum
committed
1464839
View commit details
Copy full SHA for 1464839
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 Nov 5, 2001
First tweaks to allow MacPython to be compiled with
Show description for bd00884
jackjansen
committed
bd00884
View commit details
Copy full SHA for bd00884
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 Sep 4, 2001
Regenerated without default int return types.
jackjansen
committed
06d2e1a
View commit details
Copy full SHA for 06d2e1a
View code at this point
Browse repository at this point
Commits on Aug 23, 2001
Renamed.
jackjansen
committed
25a5bd7
View commit details
Copy full SHA for 25a5bd7
View code at this point
Browse repository at this point
Renamed the Mac toolbox modules to have an initial _ in their name.
jackjansen
committed
50ecb0a
View commit details
Copy full SHA for 50ecb0a
View code at this point
Browse repository at this point
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
Reversed the order of the checks for None or a Dialog where a Window is expected so it doesn't crash under OSX/Mach-o.
jackjansen
committed
4edc5eb
View commit details
Copy full SHA for 4edc5eb
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 Apr 25, 2001
Check RefCon backpointer to python object with IsPointerValid() before dereferencing it (carbon only).
jackjansen
committed
c54be42
View commit details
Copy full SHA for c54be42
View code at this point
Browse repository at this point
Commits on Feb 28, 2001
Disable GetWindowSpareFlag and GetWindowGoAwayBox on carbon.
jackjansen
committed
f1d7b41
View commit details
Copy full SHA for f1d7b41
View code at this point
Browse repository at this point
Commits on Feb 11, 2001
Oops, repr didn't allocate the memory it used...
jackjansen
committed
3f49e4d
View commit details
Copy full SHA for 3f49e4d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.