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
scripts
on
2.2
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 26, 2002
Oops, missed the prefixname optional arg when I applied the previous backport.
jackjansen
committed
ca1cd6c
View commit details
Copy full SHA for ca1cd6c
View code at this point
Browse repository at this point
Commits on Mar 25, 2002
Backport of 1.27, 1.29 and 1.30:
Show description for 004fab3
jackjansen
committed
004fab3
View commit details
Copy full SHA for 004fab3
View code at this point
Browse repository at this point
Commits on Feb 24, 2002
Backport of 1.18 through 1.21:
Show description for 414a195
jackjansen
committed
414a195
View commit details
Copy full SHA for 414a195
View code at this point
Browse repository at this point
Commits on Dec 14, 2001
The import of the scanner can also fail, cater for that.
jackjansen
committed
1b8bd94
View commit details
Copy full SHA for 1b8bd94
View code at this point
Browse repository at this point
Commits on Dec 13, 2001
added CoreGraphics to build list
justvanrossum
committed
663dd79
View commit details
Copy full SHA for 663dd79
View code at this point
Browse repository at this point
added non-support for CoreGraphics...
justvanrossum
committed
11ccf3c
View commit details
Copy full SHA for 11ccf3c
View code at this point
Browse repository at this point
Commits on Dec 12, 2001
added CarbonEvents
justvanrossum
committed
aa6e83f
View commit details
Copy full SHA for aa6e83f
View code at this point
Browse repository at this point
Commits on Dec 7, 2001
Not being able to copy PythonCore to the system-folder is not a fatal error, on OSX the user may not have permission to do so. Also give a more informative message in this case.
Show description for 2a42c3a
jackjansen
committed
2a42c3a
View commit details
Copy full SHA for 2a42c3a
View code at this point
Browse repository at this point
Commits on Dec 5, 2001
Link more modules with weak import, and add CarbonAccessors.o to all relevant PowerPC toolbox modules. This, in combination with recent IDE mods, makes the IDE work again under MacOS 8.1.
jackjansen
committed
a7594db
View commit details
Copy full SHA for a7594db
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 6, 2001
Added hfsplusapi module.
jackjansen
committed
df222d2
View commit details
Copy full SHA for df222d2
View code at this point
Browse repository at this point
Commits on Oct 23, 2001
Added _hotshot.
jackjansen
committed
6f1da00
View commit details
Copy full SHA for 6f1da00
View code at this point
Browse repository at this point
Commits on Sep 1, 2001
Updated the Popt resources for the applets to the newest version.
jackjansen
committed
0de279b
View commit details
Copy full SHA for 0de279b
View code at this point
Browse repository at this point
Added preferences/startup options for division warning
Show description for a5ffeb6
jackjansen
committed
a5ffeb6
View commit details
Copy full SHA for a5ffeb6
View code at this point
Browse repository at this point
Commits on Aug 29, 2001
Added xx and xxsubtype modules, for completeness and because xxsubtype is used by the test suite.
jackjansen
committed
7c10008
View commit details
Copy full SHA for 7c10008
View code at this point
Browse repository at this point
Commits on Aug 27, 2001
Use the new macresource module to open the accompanying resource file (if needed).
jackjansen
committed
3c06b9a
View commit details
Copy full SHA for 3c06b9a
View code at this point
Browse repository at this point
These have long outlived there usefulness, in my opinion. Moved to Unsupported.
jackjansen
committed
8f2b13e
View commit details
Copy full SHA for 8f2b13e
View code at this point
Browse repository at this point
Commits on Aug 25, 2001
Import the MacOS toolbox modules from the Carbon package.
jackjansen
committed
5a6fdcd
View commit details
Copy full SHA for 5a6fdcd
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 Aug 20, 2001
Various toolbox modules were generated in lib-dynload accidentally
Show description for 7586b04
jackjansen
committed
7586b04
View commit details
Copy full SHA for 7586b04
View code at this point
Browse repository at this point
Commits on Aug 19, 2001
Dynamic modules are now put in :Lib:lib-dynload by default. For the toolbox modules this is overridden to put them in :Mac:Lib:Carbon.
jackjansen
committed
d39c246
View commit details
Copy full SHA for d39c246
View code at this point
Browse repository at this point
Commits on Aug 16, 2001
If genpluginprojects is called from fullbuild we set the Python source directory to be the same as fullbuild uses (in stead of using the default sys.prefix). This fixes an issue Mark Day raised tha…
Show description for e791a64
jackjansen
committed
e791a64
View commit details
Copy full SHA for e791a64
View code at this point
Browse repository at this point
Commits on Aug 7, 2001
Bit another bullet: all toolbox modules are now in dynamically loaded modules. Everything still seems to work, but the ConfigurePythonXXX on initial install may still need work.
jackjansen
committed
67992b7
View commit details
Copy full SHA for 67992b7
View code at this point
Browse repository at this point
Commits on Jul 20, 2001
Use string.ascii_letters instead of string.letters (SF bug #226706).
freddrake
committed
79e75e1
View commit details
Copy full SHA for 79e75e1
View code at this point
Browse repository at this point
Commits on Jul 16, 2001
Typo in the classic mlte build line.
jackjansen
committed
654c8db
View commit details
Copy full SHA for 654c8db
View code at this point
Browse repository at this point
Commits on Jul 13, 2001
Added Mlte module (which, to my surprise, is available for classic ppc as well).
jackjansen
committed
1986412
View commit details
Copy full SHA for 1986412
View code at this point
Browse repository at this point
Commits on Jun 26, 2001
Added CF module build and project generation (carbon only).
jackjansen
committed
f4b9fb7
View commit details
Copy full SHA for f4b9fb7
View code at this point
Browse repository at this point
Commits on May 22, 2001
Simple script to regenerate all bgen-generated modules.
jackjansen
committed
11493bc
View commit details
Copy full SHA for 11493bc
View code at this point
Browse repository at this point
Commits on May 17, 2001
Dynamically loaded toolbox modules don't need to link against each other anymore, due to the new glue code that ties them together.
jackjansen
committed
e8f53bb
View commit details
Copy full SHA for e8f53bb
View code at this point
Browse repository at this point
Commits on May 15, 2001
Bah, somehow the macroman<->iso-latin-1 translation got lost during the merge. Checking in one fixed file to make sure MacCVS Pro isn't the problem. If it isn't a flurry of checkins will follow tom…
Show description for 5a4718e
jackjansen
committed
5a4718e
View commit details
Copy full SHA for 5a4718e
View code at this point
Browse repository at this point
Commits on Mar 29, 2001
On OSX always copy PythonCore. It turns out an orphaned alias in /Library/CFMSupport (happens when you remove python and aliased pythoncore) wreaks havoc with the system.
jackjansen
committed
2e2546c
View commit details
Copy full SHA for 2e2546c
View code at this point
Browse repository at this point
Changed some of the dialogs to be a little clearer.
jackjansen
committed
9bfae98
View commit details
Copy full SHA for 9bfae98
View code at this point
Browse repository at this point
Commits on Mar 27, 2001
Oops, ISO translation was off. Fixed.
jackjansen
committed
3f4c173
View commit details
Copy full SHA for 3f4c173
View code at this point
Browse repository at this point
Commits on Mar 20, 2001
Added dummy _tkinter module for Carbon, which explains that Tkinter isnt supported under Carbon.
jackjansen
committed
875b51d
View commit details
Copy full SHA for 875b51d
View code at this point
Browse repository at this point
Commits on Mar 15, 2001
Look for shared libraries first in kLocalDomain and then in kOnSystemDisk.
Show description for d11f93c
jackjansen
committed
d11f93c
View commit details
Copy full SHA for d11f93c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.