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
Accelerator
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 }}
invisiblek
/
android_external_python
Public
forked from
idobatter/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
android_external_python
Mac
Modules
on
2.3
User selector
All users
All time
Commit history
Commits on Jul 15, 2004
Backport of 1.26:
Show description for 864f643
jackjansen
committed
864f643
View commit details
Copy full SHA for 864f643
View code at this point
Browse repository at this point
Backport of 1.5:
Show description for 927b5a9
jackjansen
committed
927b5a9
View commit details
Copy full SHA for 927b5a9
View code at this point
Browse repository at this point
Commits on Jun 2, 2004
CGMainDisplayID() doesn't exist on 10.1, so don't try to call it when
Show description for d81a9eb
jackjansen
committed
d81a9eb
View commit details
Copy full SHA for d81a9eb
View code at this point
Browse repository at this point
Commits on Jul 24, 2003
Don't export the SPB type as "SPB", because it shadows the method SPB,
Show description for b770fcd
jackjansen
committed
b770fcd
View commit details
Copy full SHA for b770fcd
View code at this point
Browse repository at this point
Commits on Jun 16, 2003
This wasn't ansified. Fixed.
jackjansen
committed
107b15e
View commit details
Copy full SHA for 107b15e
View code at this point
Browse repository at this point
Commits on May 31, 2003
Forgot the code to initialize the glue for the new CFObj_ routines.
jackjansen
committed
5e55359
View commit details
Copy full SHA for 5e55359
View code at this point
Browse repository at this point
Commits on May 27, 2003
Added functions CFObj_New and CFObj_Convert, general functions to convert
Show description for 59f4e44
jackjansen
committed
59f4e44
View commit details
Copy full SHA for 59f4e44
View code at this point
Browse repository at this point
Commits on May 24, 2003
modernized ColorPicker somewhat
justvanrossum
committed
803e18e
View commit details
Copy full SHA for 803e18e
View code at this point
Browse repository at this point
Commits on May 3, 2003
fixed typo
justvanrossum
committed
e799401
View commit details
Copy full SHA for e799401
View code at this point
Browse repository at this point
Short and sweet module doing something very useful: for event loop
Show description for 6df668e
justvanrossum
committed
6df668e
View commit details
Copy full SHA for 6df668e
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
5362759
View commit details
Copy full SHA for 5362759
View code at this point
Browse repository at this point
Commits on Apr 17, 2003
Oops, 'k' is the new format code for un unchecked 32 bit quantity,
Show description for 56937c9
jackjansen
committed
56937c9
View commit details
Copy full SHA for 56937c9
View code at this point
Browse repository at this point
Converted manually written code to the new K format specifier.
Show description for 83ba357
jackjansen
committed
83ba357
View commit details
Copy full SHA for 83ba357
View code at this point
Browse repository at this point
Commits on Mar 21, 2003
Give a better error message when a string of the wrong size is
Show description for 062f27c
jackjansen
committed
062f27c
View commit details
Copy full SHA for 062f27c
View code at this point
Browse repository at this point
Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by disabling unicode filenames on OS9.
jackjansen
committed
66adf2b
View commit details
Copy full SHA for 66adf2b
View code at this point
Browse repository at this point
Commits on Mar 19, 2003
GetCreatorAndType and SetCreatorAndType have been undeprecated. Spotted by
Show description for fe84c0b
jackjansen
committed
fe84c0b
View commit details
Copy full SHA for fe84c0b
View code at this point
Browse repository at this point
Commits on Mar 11, 2003
Allow unicode pathnames where FSRefs are expected. Fixes 696253.
jackjansen
committed
7250028
View commit details
Copy full SHA for 7250028
View code at this point
Browse repository at this point
Commits on Mar 7, 2003
Removed unused variable
jackjansen
committed
dcb2112
View commit details
Copy full SHA for dcb2112
View code at this point
Browse repository at this point
Commits on Mar 6, 2003
Various tweaks by Jack because of the different module name, adaptation
Show description for e4de540
jackjansen
committed
e4de540
View commit details
Copy full SHA for e4de540
View code at this point
Browse repository at this point
Module to get OSA terminology description through the "official channels",
Show description for 3f2a9a1
jackjansen
committed
3f2a9a1
View commit details
Copy full SHA for 3f2a9a1
View code at this point
Browse repository at this point
Commits on Mar 3, 2003
Mod to previous checkin: we must require ascii, not system defautl encoding,
Show description for 0743bbc
jackjansen
committed
0743bbc
View commit details
Copy full SHA for 0743bbc
View code at this point
Browse repository at this point
Accept only the system default encoding when converting Python
Show description for 275c0c4
jackjansen
committed
275c0c4
View commit details
Copy full SHA for 275c0c4
View code at this point
Browse repository at this point
Commits on Feb 27, 2003
StdFilterProc() uses InOut parameters.
jackjansen
committed
870a9ce
View commit details
Copy full SHA for 870a9ce
View code at this point
Browse repository at this point
Commits on Feb 23, 2003
Added a linkmodel attribute, showing how Python was built. This is so
Show description for 163aa9e
jackjansen
committed
163aa9e
View commit details
Copy full SHA for 163aa9e
View code at this point
Browse repository at this point
Commits on Feb 21, 2003
WASTEconst.py goes one level above the toolbox directory.
jackjansen
committed
a6ebf9b
View commit details
Copy full SHA for a6ebf9b
View code at this point
Browse repository at this point
Added a method WMAvailable(). This will return True if and only if there
Show description for 02b16a6
jackjansen
committed
02b16a6
View commit details
Copy full SHA for 02b16a6
View code at this point
Browse repository at this point
Commits on Feb 5, 2003
Added itertools module.
jackjansen
committed
137cfe2
View commit details
Copy full SHA for 137cfe2
View code at this point
Browse repository at this point
Commits on Feb 4, 2003
Changed an edit instruction because of a changed parameter name (sigh).
jackjansen
committed
fdb814b
View commit details
Copy full SHA for fdb814b
View code at this point
Browse repository at this point
Commits on Feb 2, 2003
The FSAliasFile routines also have an in/out parameter.
jackjansen
committed
002861c
View commit details
Copy full SHA for 002861c
View code at this point
Browse repository at this point
Commits on Jan 28, 2003
Added a missing INCREF in pathname().
jackjansen
committed
712bd5e
View commit details
Copy full SHA for 712bd5e
View code at this point
Browse repository at this point
Commits on Jan 26, 2003
FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS9. Fixed.
jackjansen
committed
22b0fb6
View commit details
Copy full SHA for 22b0fb6
View code at this point
Browse repository at this point
Commits on Jan 19, 2003
Added a convenience routine pathname() which accepts either a string, unicode,
Show description for 38aa135
jackjansen
committed
38aa135
View commit details
Copy full SHA for 38aa135
View code at this point
Browse repository at this point
Commits on Jan 17, 2003
Fixed the first two bugs in the new file dialogs (found by Just):
Show description for 8ab2c27
jackjansen
committed
8ab2c27
View commit details
Copy full SHA for 8ab2c27
View code at this point
Browse repository at this point
It turns out that some calls return AEDesc records that are "borrowed",
Show description for 7c8a78b
jackjansen
committed
7c8a78b
View commit details
Copy full SHA for 7c8a78b
View code at this point
Browse repository at this point
For reasons unknown previewProc and filterProc were disabled. Enabled them.
jackjansen
committed
0517114
View commit details
Copy full SHA for 0517114
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.