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
Python
on
2.1
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 29, 2001
If you double-click a file with creator Pyth but owner != TEXT exit with a warning that this is not a script but an auxiliary document such as a preferrences file or an aplication template. This is…
Show description for 75975c7
jackjansen
committed
75975c7
View commit details
Copy full SHA for 75975c7
View code at this point
Browse repository at this point
Commits on Jul 18, 2001
If Python doesn't have a Unicode codec for the current system encoding
Show description for 774a968
jackjansen
committed
774a968
View commit details
Copy full SHA for 774a968
View code at this point
Browse repository at this point
This commit was manufactured by cvs2svn to create branch
Show description for 4522cc9
cvs2svn
committed
4522cc9
View commit details
Copy full SHA for 4522cc9
View code at this point
Browse repository at this point
Commits on Jul 11, 2001
This commit was manufactured by cvs2svn to create branch
Show description for 1a2d894
cvs2svn
committed
1a2d894
View commit details
Copy full SHA for 1a2d894
View code at this point
Browse repository at this point
Commits on Jun 21, 2001
This commit was manufactured by cvs2svn to create branch
Show description for 7f29afb
cvs2svn
committed
7f29afb
View commit details
Copy full SHA for 7f29afb
View code at this point
Browse repository at this point
Commits on May 23, 2001
This commit was manufactured by cvs2svn to create branch
Show description for 36e23e0
cvs2svn
committed
36e23e0
View commit details
Copy full SHA for 36e23e0
View code at this point
Browse repository at this point
Commits on Apr 17, 2001
This commit was manufactured by cvs2svn to create branch
Show description for a839747
cvs2svn
committed
a839747
View commit details
Copy full SHA for a839747
View code at this point
Browse repository at this point
Commits on Feb 28, 2001
Reset the resource file chain before calling PyMac_OpenPrefFile. I'm not sure why this wasn't a problem before...
jackjansen
committed
c6cecf5
View commit details
Copy full SHA for c6cecf5
View code at this point
Browse repository at this point
Commits on Feb 21, 2001
Release a PYC resource after reading it. No need to keep it incore.
jackjansen
committed
add8b24
View commit details
Copy full SHA for add8b24
View code at this point
Browse repository at this point
Commits on Feb 17, 2001
More changes to attempt to get the menubar back on exit. Without success:-(
jackjansen
committed
657ba27
View commit details
Copy full SHA for 657ba27
View code at this point
Browse repository at this point
Made version string shorter for Carbon so it fits on one line.
jackjansen
committed
fab7415
View commit details
Copy full SHA for fab7415
View code at this point
Browse repository at this point
Commits on Feb 11, 2001
Bit the bullet and added a private GUSISIOUX for Python. This makes the delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. …
Show description for 8a38714
jackjansen
committed
8a38714
View commit details
Copy full SHA for 8a38714
View code at this point
Browse repository at this point
Commits on Feb 2, 2001
On MacOSX StackSpace() may lie because it doesn't know about the stack rlimit. For now we set a hard limit of 256K (default rlimit is 512K).
jackjansen
committed
340eb88
View commit details
Copy full SHA for 340eb88
View code at this point
Browse repository at this point
Commits on Jan 16, 2001
Trigger keep-console-open on GUSISIOUX_STATE_UNKNOWN. Better than the previous complicated expression.
jackjansen
committed
c00df0b
View commit details
Copy full SHA for c00df0b
View code at this point
Browse repository at this point
Commits on Jan 12, 2001
Fixed Carbon command-dot handling. There is still a problem, though, and you may have to hit it repeatedly.
jackjansen
committed
d7b6802
View commit details
Copy full SHA for d7b6802
View code at this point
Browse repository at this point
Got rid of ifdefs to enable MacTCP GUSI support, Open Transport always works fine nowadays.
jackjansen
committed
8e0ee77
View commit details
Copy full SHA for 8e0ee77
View code at this point
Browse repository at this point
Commits on Jan 11, 2001
When compiling for GUSI and Carbon disable te "keep open on unseen output", for the time being.
jackjansen
committed
264630e
View commit details
Copy full SHA for 264630e
View code at this point
Browse repository at this point
Disabled a few other routines that are available in CarbonLib.
jackjansen
committed
6ba34aa
View commit details
Copy full SHA for 6ba34aa
View code at this point
Browse repository at this point
Commits on Jan 9, 2001
FSSpec names may be longer on carbon (1024 chars), cater for that in buffer sizes.
jackjansen
committed
ebadcb1
View commit details
Copy full SHA for ebadcb1
View code at this point
Browse repository at this point
Don't need to define c2pstrcpy() on Carbon: it's in CarbonLib.
jackjansen
committed
91faef8
View commit details
Copy full SHA for 91faef8
View code at this point
Browse repository at this point
If we're not using GUSI the "keep open on unseen output" becomes the same as "always keep open".
jackjansen
committed
6ff228c
View commit details
Copy full SHA for 6ff228c
View code at this point
Browse repository at this point
Commits on Dec 12, 2000
Added a c2pstrcpy() function.
jackjansen
committed
5afad83
View commit details
Copy full SHA for 5afad83
View code at this point
Browse repository at this point
Commits on Oct 19, 2000
Added PyMac_OutputSeen(), which acknowledges all current output in the stdio window, i.e. it acts like input has been read insofar as the keep-console-open option is interested.
jackjansen
committed
8413b47
View commit details
Copy full SHA for 8413b47
View code at this point
Browse repository at this point
Commits on Oct 12, 2000
Made options global (as PyMac_options) so macosmodule can access it.
jackjansen
committed
dc86f9e
View commit details
Copy full SHA for dc86f9e
View code at this point
Browse repository at this point
Commits on Sep 22, 2000
Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Default is "unseen output". Upped the Popt version number.
jackjansen
committed
4a5eb96
View commit details
Copy full SHA for 4a5eb96
View code at this point
Browse repository at this point
Commits on Sep 8, 2000
PyOS_CheckStack now understands multiple threads. Other threads are not stack-checked, but at least they don't appear to always be out of stack.
jackjansen
committed
53bafd9
View commit details
Copy full SHA for 53bafd9
View code at this point
Browse repository at this point
Use same short banner message as unix/win Python.
jackjansen
committed
65c3ee0
View commit details
Copy full SHA for 65c3ee0
View code at this point
Browse repository at this point
Commits on Aug 25, 2000
Removed debug output.
jackjansen
committed
6be3480
View commit details
Copy full SHA for 6be3480
View code at this point
Browse repository at this point
Cheaper implementation of PyOS_CheckStack: only call StackSpace once and keep a sentinel in a static variable.
jackjansen
committed
14a9171
View commit details
Copy full SHA for 14a9171
View code at this point
Browse repository at this point
Commits on Aug 17, 2000
Removed temporary code to disable OT networking (this was a workaround for getpeername() not working in a previous release of GUSI, but it has been fixed).
jackjansen
committed
fb106c8
View commit details
Copy full SHA for fb106c8
View code at this point
Browse repository at this point
Removed temporary code that always set creator to SimpleText.
jackjansen
committed
d843a01
View commit details
Copy full SHA for d843a01
View code at this point
Browse repository at this point
Commits on Jul 24, 2000
Added more prototypes.
jackjansen
committed
5bdbabd
View commit details
Copy full SHA for 5bdbabd
View code at this point
Browse repository at this point
Added PyMac_getscript() which returns the pythonic name of the current script. Not ideal and not complete, but good enough for the time being. Idea and most of the code by Fredrik Lund.
jackjansen
committed
1f9f2f4
View commit details
Copy full SHA for 1f9f2f4
View code at this point
Browse repository at this point
Commits on Jul 18, 2000
MacPython on MacOSX DP4 gets started in the wrong directory. The workaround (ifdeffed by USE_ARGV0_CHDIR) is to do a chdir() to the folder part of our executable name.
jackjansen
committed
660bb1d
View commit details
Copy full SHA for 660bb1d
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
Previous
Next
You can’t perform that action at this time.