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
macmodule.c
on
2.2
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 19, 2002
sync() has different return values depending on whether we build with GUSI or not.
jackjansen
committed
3f855ed
View commit details
Copy full SHA for 3f855ed
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 6, 2001
Removed unused variable.
jackjansen
committed
ae2df93
View commit details
Copy full SHA for ae2df93
View code at this point
Browse repository at this point
Commits on Oct 23, 2001
Some escaped newlines had spaces between the backslash and the newline. Also slightly changed the comment on xstat().
jackjansen
committed
e54968a
View commit details
Copy full SHA for e54968a
View code at this point
Browse repository at this point
Commits on Oct 18, 2001
SF patch #462296: Add attributes to os.stat results; by Nick Mathewson.
Show description for 98bf58f
gvanrossum
committed
98bf58f
View commit details
Copy full SHA for 98bf58f
View code at this point
Browse repository at this point
Commits on Aug 11, 2001
test_glob found a nasty bug in GUSI opendir(): it will not fail when called on files, but in stead open the parent directory! We now explicitly test for the argument being a directory and simulate …
Show description for d7b568a
jackjansen
committed
d7b568a
View commit details
Copy full SHA for d7b568a
View code at this point
Browse repository at this point
Commits on Aug 3, 2001
(Finally) converted to new-style args.
Show description for ddafd2b
jackjansen
committed
ddafd2b
View commit details
Copy full SHA for ddafd2b
View code at this point
Browse repository at this point
Commits on May 12, 2001
Be more sensible about when to use TARGET_API_MAC_OS8 in stead of !TARGET_API_MAC_CARBON. This should greatly facilitate porting stuff to OSX in its MachO/BSD incarnation.
jackjansen
committed
6e68a7e
View commit details
Copy full SHA for 6e68a7e
View code at this point
Browse repository at this point
Commits on Jan 12, 2001
xstat() will never be implemented under Carbon. Fortunately it also doesn't appear to be used anywhere.
jackjansen
committed
d9d0b5f
View commit details
Copy full SHA for d9d0b5f
View code at this point
Browse repository at this point
Commits on Aug 25, 2000
Added a prototype for mstats().
jackjansen
committed
8748a0b
View commit details
Copy full SHA for 8748a0b
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
Commits on Jul 11, 2000
Got rid of __SC__ ifdefs.
jackjansen
committed
e17fd2a
View commit details
Copy full SHA for e17fd2a
View code at this point
Browse repository at this point
ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO.
jackjansen
committed
d88296d
View commit details
Copy full SHA for d88296d
View code at this point
Browse repository at this point
Commits on Jun 4, 2000
Removed USE_STDWIN support.
jackjansen
committed
d4d24cd
View commit details
Copy full SHA for d4d24cd
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 May 12, 2000
Fixed to work again without USE_GUSI
jackjansen
committed
12e89e4
View commit details
Copy full SHA for 12e89e4
View code at this point
Browse repository at this point
Commits on Apr 7, 2000
Started on GUSI2 and threading support.
jackjansen
committed
37d21e1
View commit details
Copy full SHA for 37d21e1
View code at this point
Browse repository at this point
Commits on Feb 20, 1998
Add fstat() if using GUSI
jackjansen
committed
40bd770
View commit details
Copy full SHA for 40bd770
View code at this point
Browse repository at this point
Commits on Oct 7, 1997
New exception interface
jackjansen
committed
55e3927
View commit details
Copy full SHA for 55e3927
View code at this point
Browse repository at this point
Commits on May 7, 1997
- Changed the m# format for PyArg_ParseTuple back to s#
Show description for eeccca9
jackjansen
committed
eeccca9
View commit details
Copy full SHA for eeccca9
View code at this point
Browse repository at this point
Commits on Feb 24, 1997
- Changed GestaltEqu.h to Gestalt.h
Show description for 4a8c54e
jackjansen
committed
4a8c54e
View commit details
Copy full SHA for 4a8c54e
View code at this point
Browse repository at this point
Commits on Feb 20, 1997
Comments around identifier after #endif
jackjansen
committed
4f27a55
View commit details
Copy full SHA for 4f27a55
View code at this point
Browse repository at this point
Commits on Jan 31, 1997
Added/updated copyright notices
Show description for 42218ce
jackjansen
committed
42218ce
View commit details
Copy full SHA for 42218ce
View code at this point
Browse repository at this point
Commits on Jan 30, 1997
Renamed
jackjansen
committed
f5c2057
View commit details
Copy full SHA for f5c2057
View code at this point
Browse repository at this point
Commits on Oct 23, 1996
Malloc debugging now flagged with USE_MALLOC_DEBUG
jackjansen
committed
46ed276
View commit details
Copy full SHA for 46ed276
View code at this point
Browse repository at this point
Commits on Oct 15, 1996
Fixed xstat to again include resroucefork size, creator, type. Obtain
Show description for 59b912a
jackjansen
committed
59b912a
View commit details
Copy full SHA for 59b912a
View code at this point
Browse repository at this point
Commits on Aug 6, 1996
GUSI mkdir() lost its dummy second arg
jackjansen
committed
3ca6edd
View commit details
Copy full SHA for 3ca6edd
View code at this point
Browse repository at this point
Commits on Mar 6, 1996
Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd()
Show description for 378815c
jackjansen
committed
378815c
View commit details
Copy full SHA for 378815c
View code at this point
Browse repository at this point
Commits on Feb 21, 1996
Mods by Guido: mkdir 2nd arg optional and remove as alias for unlink.
jackjansen
committed
243b29b
View commit details
Copy full SHA for 243b29b
View code at this point
Browse repository at this point
Commits on Feb 20, 1996
- Added Guido's fixes
Show description for b697173
jackjansen
committed
b697173
View commit details
Copy full SHA for b697173
View code at this point
Browse repository at this point
Commits on Feb 14, 1996
Modified for GUSI
jackjansen
committed
c743c8d
View commit details
Copy full SHA for c743c8d
View code at this point
Browse repository at this point
Commits on Aug 8, 1995
add xstat (extended stat, returns resource fork size and creator/type)
gvanrossum
committed
222c892
View commit details
Copy full SHA for 222c892
View code at this point
Browse repository at this point
Commits on Jun 9, 1995
Ported to CodeWarrior 6
jackjansen
committed
a0e76be
View commit details
Copy full SHA for a0e76be
View code at this point
Browse repository at this point
Commits on Feb 19, 1995
explicitly init flags in methodlist
gvanrossum
committed
d1ef596
View commit details
Copy full SHA for d1ef596
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.