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
Python
getargs.c
on
origin/3.3
User selector
All users
All time
Commit history
Commits on Feb 11, 2014
remove dynamic initializer lists for c89 compliance (closes #20595)
benjaminp
committed
a9650f4
View commit details
Copy full SHA for a9650f4
View code at this point
Browse repository at this point
Commits on Jan 19, 2014
Issue #20294: Argument Clinic now supports argument parsing for __new__ and
Show description for b86caf1
larryhastings
committed
b86caf1
View commit details
Copy full SHA for b86caf1
View code at this point
Browse repository at this point
Commits on Nov 18, 2013
PY_FORMAT_SIZE_T should not be used with PyErr_Format(), PyErr_Format("%zd") is
Show description for a4b62df
vstinner
committed
a4b62df
View commit details
Copy full SHA for a4b62df
View code at this point
Browse repository at this point
Use Py_ssize_t type for sizes in getargs.c
Show description for e71d0d6
vstinner
committed
e71d0d6
View commit details
Copy full SHA for e71d0d6
View code at this point
Browse repository at this point
Commits on Nov 6, 2013
remove an outdated comment
Show description for 5e4cb01
vstinner
committed
5e4cb01
View commit details
Copy full SHA for 5e4cb01
View code at this point
Browse repository at this point
Commits on Oct 14, 2013
Re #18521: move array bounds check before array access.
birkenfeld
committed
2170efc
View commit details
Copy full SHA for 2170efc
View code at this point
Browse repository at this point
Commits on Jun 4, 2013
Issue #9566: Fix compilater warnings on Windows 64-bit
vstinner
committed
c1335d9
View commit details
Copy full SHA for c1335d9
View code at this point
Browse repository at this point
Commits on May 18, 2013
Use PY_FORMAT_SIZE_T because Visual Studio does not understand %zd format.
shibturn
committed
04b10a6
View commit details
Copy full SHA for 04b10a6
View code at this point
Browse repository at this point
Commits on May 16, 2013
Fix compilater warnings on Windows 64-bit
vstinner
committed
269059a
View commit details
Copy full SHA for 269059a
View code at this point
Browse repository at this point
Commits on Feb 17, 2013
Issue #17170: speed up PyArg_ParseTuple[AndKeywords] a bit.
pitrou
committed
a9ac541
View commit details
Copy full SHA for a9ac541
View code at this point
Browse repository at this point
Commits on Feb 9, 2013
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
Show description for b9006e9
pitrou
committed
b9006e9
View commit details
Copy full SHA for b9006e9
View code at this point
Browse repository at this point
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
Show description for c492489
pitrou
committed
c492489
View commit details
Copy full SHA for c492489
View code at this point
Browse repository at this point
Commits on Sep 10, 2012
Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641
tiran
committed
d683d27
View commit details
Copy full SHA for d683d27
View code at this point
Browse repository at this point
Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641
tiran
committed
9076f9b
View commit details
Copy full SHA for 9076f9b
View code at this point
Browse repository at this point
Commits on May 29, 2012
PyArg_Parse*("U"): ensure that the Unicode string is ready
vstinner
committed
6deb1a3
View commit details
Copy full SHA for 6deb1a3
View code at this point
Browse repository at this point
Commits on May 9, 2012
Issue #14746: Remove redundant paragraphs from skipitem() in Python/getargs.c.
larryhastings
committed
bbb7f99
View commit details
Copy full SHA for bbb7f99
View code at this point
Browse repository at this point
Commits on May 8, 2012
Issue #14749: Add support for 'Z' to skipitem() in Python/getargs.c.
larryhastings
committed
0afd6d5
View commit details
Copy full SHA for 0afd6d5
View code at this point
Browse repository at this point
Merge from 3.2. Issue #14749: Add support for 'Z' to skipitem().
larryhastings
committed
fb267b2
View commit details
Copy full SHA for fb267b2
View code at this point
Browse repository at this point
Commits on May 7, 2012
Issue #14705: Added support for the new 'p' format unit to skipitem().
larryhastings
committed
e81f8e6
View commit details
Copy full SHA for e81f8e6
View code at this point
Browse repository at this point
Commits on May 5, 2012
Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support.
larryhastings
committed
3740473
View commit details
Copy full SHA for 3740473
View code at this point
Browse repository at this point
Commits on Mar 20, 2012
Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords.
Show description for c067da0
larryhastings
committed
c067da0
View commit details
Copy full SHA for c067da0
View code at this point
Browse repository at this point
Commits on Mar 16, 2012
plug memory leak (closes #14325)
benjaminp
committed
aaecb17
View commit details
Copy full SHA for aaecb17
View code at this point
Browse repository at this point
kill capsule names that we don't need anymore
benjaminp
committed
79d07f6
View commit details
Copy full SHA for 79d07f6
View code at this point
Browse repository at this point
use memory macros
benjaminp
committed
6e1127b
View commit details
Copy full SHA for 6e1127b
View code at this point
Browse repository at this point
check result of PyMem_New
benjaminp
committed
3c4e2b4
View commit details
Copy full SHA for 3c4e2b4
View code at this point
Browse repository at this point
Issue #14325: Stop using python lists, capsules, and the garbage collector to deal with PyArg_Parse* cleanup.
exarkun
committed
c1da75e
View commit details
Copy full SHA for c1da75e
View code at this point
Browse repository at this point
Commits on Oct 13, 2011
convertsimple(): "str without bytes" => "str without characters"
Victor Stinner
committed
a337ec1
View commit details
Copy full SHA for a337ec1
View code at this point
Browse repository at this point
Commits on Oct 11, 2011
Use PyUnicode_AsUnicodeAndSize() instead of PyUnicode_GET_SIZE()
Victor Stinner
committed
9fde12e
View commit details
Copy full SHA for 9fde12e
View code at this point
Browse repository at this point
Commits on Oct 4, 2011
Fix usage og PyUnicode_READY()
Victor Stinner
committed
00c5b76
View commit details
Copy full SHA for 00c5b76
View code at this point
Browse repository at this point
Commits on Sep 28, 2011
Implement PEP 393.
loewis
committed
d1d013c
View commit details
Copy full SHA for d1d013c
View code at this point
Browse repository at this point
Commits on Jul 29, 2011
Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format.
Show description for 9efd2ec
eliben
committed
9efd2ec
View commit details
Copy full SHA for 9efd2ec
View code at this point
Browse repository at this point
Commits on Mar 21, 2011
Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of
Show description for 537925e
Victor Stinner
committed
537925e
View commit details
Copy full SHA for 537925e
View code at this point
Browse repository at this point
Commits on Jan 4, 2011
Issue #8992: convertsimple() doesn't need to fill msgbuf if an error occurred
Show description for 6509b37
Victor Stinner
committed
6509b37
View commit details
Copy full SHA for 6509b37
View code at this point
Browse repository at this point
Issue #8992: Simplify addcleanup() API
Show description for f4d435f
Victor Stinner
committed
f4d435f
View commit details
Copy full SHA for f4d435f
View code at this point
Browse repository at this point
Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file
Show description for a99a431
Victor Stinner
committed
a99a431
View commit details
Copy full SHA for a99a431
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.