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
Type
/
to 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
Python
sysmodule.c
on
legacy-trunk
User selector
All users
All time
Commit history
Commits on May 21, 2010
Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows
Show description for 0e8548c
pitrou
committed
0e8548c
View commit details
Copy full SHA for 0e8548c
View code at this point
Browse repository at this point
Commits on May 9, 2010
Untabify C files. Will watch buildbots.
pitrou
committed
7674841
View commit details
Copy full SHA for 7674841
View code at this point
Browse repository at this point
Commits on Mar 3, 2010
Revert a nonexistent docstring typo, r42805.
florentx
committed
65ef238
View commit details
Copy full SHA for 65ef238
View code at this point
Browse repository at this point
Commits on Jan 31, 2010
Issue #7819: Check sys.call_tracing() arguments types.
Show description for 8069d1e
Victor Stinner
committed
8069d1e
View commit details
Copy full SHA for 8069d1e
View code at this point
Browse repository at this point
Commits on Jan 27, 2010
Issue #7766: Change sys.getwindowsversion() return value to a named tuple and add the additional members returned in an OSVERSIONINFOEX structure. The new members are service_pack_major, service_pa…
Show description for 923f591
ericvsmith
committed
923f591
View commit details
Copy full SHA for 923f591
View code at this point
Browse repository at this point
Commits on Oct 24, 2009
Issue #7117 (backport py3k float repr) continued:
Show description for 7fe12d9
mdickinson
committed
7fe12d9
View commit details
Copy full SHA for 7fe12d9
View code at this point
Browse repository at this point
Commits on Jun 29, 2009
Update docstrings for sys.getdlopenflags() and sys.setdlopenflags().
avassalotti
committed
a2f7e61
View commit details
Copy full SHA for a2f7e61
View code at this point
Browse repository at this point
Commits on May 25, 2009
handle errors from _PyObject_LookupSpecial when __get__ fails
benjaminp
committed
e50d1f1
View commit details
Copy full SHA for e50d1f1
View code at this point
Browse repository at this point
Commits on May 23, 2009
support building with subversion 1.7 #6094
benjaminp
committed
1024886
View commit details
Copy full SHA for 1024886
View code at this point
Browse repository at this point
Commits on May 9, 2009
convert some more special methods to use _PyObject_LookupSpecial
benjaminp
committed
075960e
View commit details
Copy full SHA for 075960e
View code at this point
Browse repository at this point
Commits on Mar 20, 2009
Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms.
Show description for 753b6be
mdickinson
committed
753b6be
View commit details
Copy full SHA for 753b6be
View code at this point
Browse repository at this point
Commits on Feb 6, 2009
Implement issue #4285, convert sys.version_info to a named
Show description for bbc8dea
ericvsmith
committed
bbc8dea
View commit details
Copy full SHA for bbc8dea
View code at this point
Browse repository at this point
Commits on Jan 12, 2009
Issue #4915: Port sysmodule to Windows CE.
loewis
committed
079755b
View commit details
Copy full SHA for 079755b
View code at this point
Browse repository at this point
Commits on Jul 10, 2008
Added garbage collector overhead and optional default return value to
Show description for 3b8fddf
Robert Schuppenies
committed
3b8fddf
View commit details
Copy full SHA for 3b8fddf
View code at this point
Browse repository at this point
Fixed Issue3122 and extended sys.getsizeof tests for built-in types.
Robert Schuppenies
committed
934c00c
View commit details
Copy full SHA for 934c00c
View code at this point
Browse repository at this point
Commits on Jul 6, 2008
- Issue #2862: Make int and float freelist management consistent with other
Show description for 73a90f6
gpshead
committed
73a90f6
View commit details
Copy full SHA for 73a90f6
View code at this point
Browse repository at this point
Commits on Jun 9, 2008
This reverts r63675 based on the discussion in this thread:
Show description for 134de02
gpshead
committed
134de02
View commit details
Copy full SHA for 134de02
View code at this point
Browse repository at this point
Commits on Jun 1, 2008
Some style nits. Also clarify in the docstrings what __sizeof__ does.
birkenfeld
committed
547de41
View commit details
Copy full SHA for 547de41
View code at this point
Browse repository at this point
Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes.
Robert Schuppenies
committed
d9e5a06
View commit details
Copy full SHA for d9e5a06
View code at this point
Browse repository at this point
New environment variable PYTHONIOENCODING.
loewis
committed
a1d5bda
View commit details
Copy full SHA for a1d5bda
View code at this point
Browse repository at this point
Commits on May 26, 2008
Renamed PyString to PyBytes
tiran
committed
a6ca04c
View commit details
Copy full SHA for a6ca04c
View code at this point
Browse repository at this point
Commits on May 20, 2008
Patch #2488: Add sys.maxsize.
loewis
committed
e659079
View commit details
Copy full SHA for e659079
View code at this point
Browse repository at this point
Commits on May 8, 2008
Fix sys.flags to properly expose bytes_warning.
Show description for e8c32fe
brettcannon
committed
e8c32fe
View commit details
Copy full SHA for e8c32fe
View code at this point
Browse repository at this point
Commits on May 6, 2008
Implemented PEP 370
tiran
committed
4138456
View commit details
Copy full SHA for 4138456
View code at this point
Browse repository at this point
Commits on Apr 27, 2008
A little reformating of Py3k warnings
benjaminp
committed
c12fa87
View commit details
Copy full SHA for c12fa87
View code at this point
Browse repository at this point
Use PyErr_WarnPy3k throughout
benjaminp
committed
938f980
View commit details
Copy full SHA for 938f980
View code at this point
Browse repository at this point
Commits on Apr 18, 2008
Fix indentation in sysmodule.c
benjaminp
committed
5ed78cd
View commit details
Copy full SHA for 5ed78cd
View code at this point
Browse repository at this point
Commits on Apr 13, 2008
Fix a bug in PySys_HasWarnOption() where it was not properly checking the
Show description for 28268b6
brettcannon
committed
28268b6
View commit details
Copy full SHA for 28268b6
View code at this point
Browse repository at this point
Commits on Apr 12, 2008
Re-implement the 'warnings' module in C. This allows for usage of the
Show description for 76e4431
brettcannon
committed
76e4431
View commit details
Copy full SHA for 76e4431
View code at this point
Browse repository at this point
Commits on Mar 25, 2008
Make Py3k warnings consistent w.r.t. punctuation; also respect the
Show description for 971a0d9
birkenfeld
committed
971a0d9
View commit details
Copy full SHA for 971a0d9
View code at this point
Browse repository at this point
Commits on Mar 24, 2008
Added quick hack for bzr
tiran
committed
11076c0
View commit details
Copy full SHA for 11076c0
View code at this point
Browse repository at this point
Added quick hack for bzr
tiran
committed
8ee039e
View commit details
Copy full SHA for 8ee039e
View code at this point
Browse repository at this point
Commits on Mar 21, 2008
#2358: add py3k warning to sys.exc_clear().
birkenfeld
committed
d1b9eb4
View commit details
Copy full SHA for d1b9eb4
View code at this point
Browse repository at this point
Commits on Feb 4, 2008
Patch #1953
Show description for d7db458
tiran
committed
d7db458
View commit details
Copy full SHA for d7db458
View code at this point
Browse repository at this point
Commits on Jan 30, 2008
The previous change was causing a segfault after multiple calls to Py_Initialize() and Py_Finalize().
tiran
committed
b126d98
View commit details
Copy full SHA for b126d98
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.