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 }}
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
Python
getargs.c
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 9, 2017
bpo-29951: Include function name for some error messages in `PyArg_ParseTuple*` (#916)
Show description for 64c8f70
MSeifert04
authored and
serhiy-storchaka
committed
64c8f70
View commit details
Copy full SHA for 64c8f70
View code at this point
Browse repository at this point
Commits on Feb 6, 2017
Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and
Show description for 68a001d
serhiy-storchaka
committed
68a001d
View commit details
Copy full SHA for 68a001d
View code at this point
Browse repository at this point
Commits on Feb 1, 2017
Issue #29286: Rename private PyArg_UnpackStack_impl() to unpack_stack()
Show description for fdbc397
vstinner
committed
fdbc397
View commit details
Copy full SHA for fdbc397
View code at this point
Browse repository at this point
Commits on Jan 17, 2017
Issue #29029: Speed up processing positional arguments in
Show description for 1741441
serhiy-storchaka
committed
1741441
View commit details
Copy full SHA for 1741441
View code at this point
Browse repository at this point
Add _PyArg_UnpackStack() function helper
Show description for fe54dd8
vstinner
committed
fe54dd8
View commit details
Copy full SHA for fe54dd8
View code at this point
Browse repository at this point
Add _PyArg_NoStackKeywords() helper function
Show description for 29d39cc
vstinner
committed
29d39cc
View commit details
Copy full SHA for 29d39cc
View code at this point
Browse repository at this point
Add _PyArg_ParseStack() helper function
Show description for 6518a93
vstinner
committed
6518a93
View commit details
Copy full SHA for 6518a93
View code at this point
Browse repository at this point
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Show description for 3e1fad6
vstinner
committed
3e1fad6
View commit details
Copy full SHA for 3e1fad6
View code at this point
Browse repository at this point
Commits on Jan 16, 2017
Rename keywords to kwargs in getargs.c
Show description for c0083fc
vstinner
committed
c0083fc
View commit details
Copy full SHA for c0083fc
View code at this point
Browse repository at this point
Cleanup getargs.c
Show description for 80ab22f
vstinner
committed
80ab22f
View commit details
Copy full SHA for 80ab22f
View code at this point
Browse repository at this point
Commits on Dec 16, 2016
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
serhiy-storchaka
committed
5ab81d7
View commit details
Copy full SHA for 5ab81d7
View code at this point
Browse repository at this point
Commits on Nov 20, 2016
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Show description for 460bd0d
serhiy-storchaka
committed
460bd0d
View commit details
Copy full SHA for 460bd0d
View code at this point
Browse repository at this point
Added the const qualifier to char* variables that refer to readonly internal
Show description for 85b0f5b
serhiy-storchaka
committed
85b0f5b
View commit details
Copy full SHA for 85b0f5b
View code at this point
Browse repository at this point
Commits on Nov 16, 2016
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Show description for 3b73ea1
serhiy-storchaka
committed
3b73ea1
View commit details
Copy full SHA for 3b73ea1
View code at this point
Browse repository at this point
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Show description for f4934ea
serhiy-storchaka
committed
f4934ea
View commit details
Copy full SHA for f4934ea
View code at this point
Browse repository at this point
Commits on Sep 21, 2016
va_end() all va_copy()ed va_lists.
tiran
committed
2f2fee1
View commit details
Copy full SHA for 2f2fee1
View code at this point
Browse repository at this point
replace usage of Py_VA_COPY with the (C99) standard va_copy
benjaminp
committed
0c21214
View commit details
Copy full SHA for 0c21214
View code at this point
Browse repository at this point
Commits on Sep 11, 2016
Backed out changeset 3934e070c9db
benjaminp
committed
4eef505
View commit details
Copy full SHA for 4eef505
View code at this point
Browse repository at this point
Commits on Sep 10, 2016
Issue #27810: Fix getargs.c compilation on Windows
vstinner
committed
c7454ff
View commit details
Copy full SHA for c7454ff
View code at this point
Browse repository at this point
fix export of size_t parse stack function
benjaminp
committed
819a46f
View commit details
Copy full SHA for 819a46f
View code at this point
Browse repository at this point
Emit METH_FASTCALL code in Argument Clinic
Show description for f0ccbbb
vstinner
committed
f0ccbbb
View commit details
Copy full SHA for f0ccbbb
View code at this point
Browse repository at this point
Add METH_FASTCALL calling convention
Show description for a9efb2f
vstinner
committed
a9efb2f
View commit details
Copy full SHA for a9efb2f
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
replace PY_LONG_LONG with long long
benjaminp
committed
af580df
View commit details
Copy full SHA for af580df
View code at this point
Browse repository at this point
require a long long data type (closes #27961)
benjaminp
committed
ed4aa83
View commit details
Copy full SHA for ed4aa83
View code at this point
Browse repository at this point
Commits on Aug 14, 2016
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
Show description for 9171a8b
serhiy-storchaka
committed
9171a8b
View commit details
Copy full SHA for 9171a8b
View code at this point
Browse repository at this point
Commits on Jun 9, 2016
Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support
Show description for f41b82f
serhiy-storchaka
committed
f41b82f
View commit details
Copy full SHA for f41b82f
View code at this point
Browse repository at this point
Commits on Apr 13, 2016
Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject().
serhiy-storchaka
committed
21a663e
View commit details
Copy full SHA for 21a663e
View code at this point
Browse repository at this point
Commits on Mar 26, 2016
Minor code cleanup for PyArg_UnpackTuple.
rhettinger
committed
9423023
View commit details
Copy full SHA for 9423023
View code at this point
Browse repository at this point
Commits on Feb 11, 2016
Issue #26312: SystemError is now raised in all programming bugs with using
Show description for a9725f8
serhiy-storchaka
committed
a9725f8
View commit details
Copy full SHA for a9725f8
View code at this point
Browse repository at this point
Commits on Feb 7, 2016
Issue #26198: ValueError is now raised instead of TypeError on buffer
Show description for 4cd63ef
serhiy-storchaka
committed
4cd63ef
View commit details
Copy full SHA for 4cd63ef
View code at this point
Browse repository at this point
Issue #26198: Fixed error messages for some argument parsing errors.
serhiy-storchaka
committed
3e17c78
View commit details
Copy full SHA for 3e17c78
View code at this point
Browse repository at this point
Issue #26198: Fixed error messages for some argument parsing errors.
Show description for c4b813d
serhiy-storchaka
committed
c4b813d
View commit details
Copy full SHA for c4b813d
View code at this point
Browse repository at this point
Commits on Dec 25, 2015
Issue #25923: Added more const qualifiers to signatures of static and private functions.
serhiy-storchaka
committed
ef1585e
View commit details
Copy full SHA for ef1585e
View code at this point
Browse repository at this point
Commits on Apr 19, 2015
Fixed error message for the "u#" format code.
serhiy-storchaka
committed
db46fea
View commit details
Copy full SHA for db46fea
View code at this point
Browse repository at this point
Fixed error message for the "u#" format code.
serhiy-storchaka
committed
d6e53da
View commit details
Copy full SHA for d6e53da
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.