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
ConfigurePython.py
on
2.2
User selector
All users
Datepicker
All time
Commit history
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 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 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
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
Commits on Mar 9, 2001
Finished implementation of removing incorrect preferences file.
jackjansen
committed
0a3939f
View commit details
Copy full SHA for 0a3939f
View code at this point
Browse repository at this point
Commits on Mar 8, 2001
Detect that the preference file may be incorrect, and offer to remove it. This isn't finished yet.
jackjansen
committed
54f3bdb
View commit details
Copy full SHA for 54f3bdb
View code at this point
Browse repository at this point
Commits on Mar 6, 2001
macostools.copy() now has an optional forcetype flag, which sets the filetype. This is used by various tools to set the type to APPL when copying interpreter template files (Atmp filetype).
jackjansen
committed
c1463c9
View commit details
Copy full SHA for c1463c9
View code at this point
Browse repository at this point
Commits on Feb 28, 2001
Oops, need to import Res.
jackjansen
committed
f7fb3e6
View commit details
Copy full SHA for f7fb3e6
View code at this point
Browse repository at this point
If we can't find our splash dialog (i.e. we're probably running from source) go into interactive mode: print what we're doing and ask about carbon/classic configure.
jackjansen
committed
72b97ae
View commit details
Copy full SHA for 72b97ae
View code at this point
Browse repository at this point
Commits on Feb 27, 2001
Various tweaks to make it work on MacOSX.
jackjansen
committed
64700c9
View commit details
Copy full SHA for 64700c9
View code at this point
Browse repository at this point
Commits on Feb 17, 2001
- Removed debug
Show description for 0b1f1b5
jackjansen
committed
0b1f1b5
View commit details
Copy full SHA for 0b1f1b5
View code at this point
Browse repository at this point
ConfigurePython now comes in two flavors: ConfigurePythonClassic and ConfigurePythonCarbon, which copy the respective interpreters to PythonInterpreter and rebuild all the applets. This allows MacO…
Show description for cbb5d49
jackjansen
committed
cbb5d49
View commit details
Copy full SHA for cbb5d49
View code at this point
Browse repository at this point
Commits on Feb 14, 2001
Also create alias to PythonCoreCarbon.
Show description for 3112bc1
jackjansen
committed
3112bc1
View commit details
Copy full SHA for 3112bc1
View code at this point
Browse repository at this point
Commits on Oct 13, 2000
If we're installing to another partition than the system partition offer to copy PythonCore in stead of aliasing it. This should fix the applet problems some people have.
jackjansen
committed
52b5b02
View commit details
Copy full SHA for 52b5b02
View code at this point
Browse repository at this point
Commits on Feb 7, 1999
Don't create symlinks to toolbox modules any more.
jackjansen
committed
fa155a1
View commit details
Copy full SHA for fa155a1
View code at this point
Browse repository at this point
Commits on Feb 6, 1999
img modules are no longer in PlugIns folder.
jackjansen
committed
8eea5ba
View commit details
Copy full SHA for 8eea5ba
View code at this point
Browse repository at this point
Commits on Jan 30, 1999
Removed NumPy install code: it's obsolete -- jvr
Just van Rossum
committed
f1ae0eb
View commit details
Copy full SHA for f1ae0eb
View code at this point
Browse repository at this point
Fixed two typo's (Plugins -> PlugIns) and added some explicit path munging to allow the script to also work from the Scripts folder. Somehow either of these fixes solved a problem where it suddenly…
Show description for 786cb11
Just van Rossum
committed
786cb11
View commit details
Copy full SHA for 786cb11
View code at this point
Browse repository at this point
Commits on Jan 28, 1999
Updated for new build and plugin paths
jackjansen
committed
c9bda41
View commit details
Copy full SHA for c9bda41
View code at this point
Browse repository at this point
Commits on Jan 25, 1999
Added Icn module to toolboxmodules
jackjansen
committed
c94e785
View commit details
Copy full SHA for c94e785
View code at this point
Browse repository at this point
Commits on Apr 15, 1998
Added Sndihooks module
jackjansen
committed
ae3407a
View commit details
Copy full SHA for ae3407a
View code at this point
Browse repository at this point
Commits on Oct 10, 1997
Fixup sys.path to be able to find macostools
jackjansen
committed
bb74862
View commit details
Copy full SHA for bb74862
View code at this point
Browse repository at this point
Commits on Sep 9, 1997
Added Help module
jackjansen
committed
80b5329
View commit details
Copy full SHA for 80b5329
View code at this point
Browse repository at this point
Commits on Sep 8, 1997
Run NumPy installer, if present.
Show description for d024083
jackjansen
committed
d024083
View commit details
Copy full SHA for d024083
View code at this point
Browse repository at this point
Commits on Aug 27, 1997
Put all prints inside "if verbose:"
jackjansen
committed
09dcff7
View commit details
Copy full SHA for 09dcff7
View code at this point
Browse repository at this point
Commits on Aug 19, 1997
MkPluginAliases now knows about fat PythonCore (and all resource files
Show description for 78c3cc4
jackjansen
committed
78c3cc4
View commit details
Copy full SHA for 78c3cc4
View code at this point
Browse repository at this point
Commits on Oct 22, 1996
Also put aliases to PythonCore{PPC,CFM68K} in the extensions folder
jackjansen
committed
d09deac
View commit details
Copy full SHA for d09deac
View code at this point
Browse repository at this point
Commits on Oct 8, 1996
Create img modules for cfm68k too.
jackjansen
committed
3c7739a
View commit details
Copy full SHA for 3c7739a
View code at this point
Browse repository at this point
Commits on Aug 28, 1996
Merged Guido's mkaliases and Jack's MkPluginAliases
jackjansen
committed
e3c90a4
View commit details
Copy full SHA for e3c90a4
View code at this point
Browse repository at this point
Commits on Aug 20, 1996
Adapted for cfm68k, new names and split off of qt.
jackjansen
committed
25b361f
View commit details
Copy full SHA for 25b361f
View code at this point
Browse repository at this point
Commits on Aug 2, 1996
Removed references to mactcp, macdnr and stdwin modules
Show description for bbe04d0
jackjansen
committed
bbe04d0
View commit details
Copy full SHA for bbe04d0
View code at this point
Browse repository at this point
Commits on Apr 12, 1996
Added missing setport call to mkdistr_ui, and added scrap to
Show description for eba8856
jackjansen
committed
eba8856
View commit details
Copy full SHA for eba8856
View code at this point
Browse repository at this point
Commits on Apr 10, 1996
Added region arg to update calls. And binhex files rebinhexed.
jackjansen
committed
822a30b
View commit details
Copy full SHA for 822a30b
View code at this point
Browse repository at this point
Commits on Jan 9, 1996
Added font manager toolbox module
jackjansen
committed
bf220a1
View commit details
Copy full SHA for bf220a1
View code at this point
Browse repository at this point
Commits on Dec 9, 1995
Added QuickTime module
jackjansen
committed
cbc0358
View commit details
Copy full SHA for cbc0358
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.