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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
githubink
/
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
All time
Commit history
Commits on Mar 23, 2019
bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473)
Show description for d3c72a2
methane
authored
d3c72a2
View commit details
Copy full SHA for d3c72a2
View code at this point
Browse repository at this point
Commits on Mar 16, 2019
bpo-36127: Fix compiler warning in _PyArg_UnpackKeywords(). (GH-12353)
serhiy-storchaka
authored
1b0393d
View commit details
Copy full SHA for 1b0393d
View code at this point
Browse repository at this point
Commits on Mar 14, 2019
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058)
serhiy-storchaka
authored
3191391
View commit details
Copy full SHA for 3191391
View code at this point
Browse repository at this point
bpo-36254: Fix yet one invalid use of %d in format string in C. (GH-12318)
serhiy-storchaka
authored
2c0d3f4
View commit details
Copy full SHA for 2c0d3f4
View code at this point
Browse repository at this point
Commits on Mar 13, 2019
bpo-36282: Improved error message for too much positional arguments. (GH-12310)
serhiy-storchaka
authored
f2f55e7
View commit details
Copy full SHA for f2f55e7
View code at this point
Browse repository at this point
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
serhiy-storchaka
authored
d53fe5f
View commit details
Copy full SHA for d53fe5f
View code at this point
Browse repository at this point
Commits on Feb 25, 2019
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
serhiy-storchaka
authored
a24107b
View commit details
Copy full SHA for a24107b
View code at this point
Browse repository at this point
bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952)
Show description for 6a44f6e
serhiy-storchaka
authored
6a44f6e
View commit details
Copy full SHA for 6a44f6e
View code at this point
Browse repository at this point
Commits on Jan 11, 2019
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313)
serhiy-storchaka
authored
4fa9591
View commit details
Copy full SHA for 4fa9591
View code at this point
Browse repository at this point
Commits on Dec 25, 2018
bpo-23867: Argument Clinic: inline parsing code for a single positional parameter. (GH-9689)
serhiy-storchaka
authored
32d96a2
View commit details
Copy full SHA for 32d96a2
View code at this point
Browse repository at this point
Commits on Dec 21, 2018
bpo-34193: Fix pluralization in getargs.c and test cases. (GH-8438)
tirkarthi
authored and
serhiy-storchaka
committed
6326278
View commit details
Copy full SHA for 6326278
View code at this point
Browse repository at this point
Commits on Nov 25, 2018
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
Show description for ec13b93
vstinner
authored
ec13b93
View commit details
Copy full SHA for ec13b93
View code at this point
Browse repository at this point
Commits on Nov 9, 2018
bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434)
Show description for d17a693
vstinner
authored
d17a693
View commit details
Copy full SHA for d17a693
View code at this point
Browse repository at this point
Commits on Jul 22, 2018
bpo-34127: Fix grammar in error message with respect to argument count (GH-8395)
tirkarthi
authored and
rhettinger
committed
1426daa
View commit details
Copy full SHA for 1426daa
View code at this point
Browse repository at this point
Commits on Jul 11, 2018
bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)
serhiy-storchaka
authored
504373c
View commit details
Copy full SHA for 504373c
View code at this point
Browse repository at this point
Commits on Feb 4, 2018
bpo-32746: Fix multiple typos (GH-5144)
Show description for c3d9508
Leo Arias
authored and
terryjreedy
committed
c3d9508
View commit details
Copy full SHA for c3d9508
View code at this point
Browse repository at this point
Commits on Dec 15, 2017
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
serhiy-storchaka
authored
a5552f0
View commit details
Copy full SHA for a5552f0
View code at this point
Browse repository at this point
Commits on Sep 11, 2017
bpo-31373: remove overly strict float range checks (#3486)
Show description for 2bb69a5
benjaminp
authored
2bb69a5
View commit details
Copy full SHA for 2bb69a5
View code at this point
Browse repository at this point
Commits on Sep 7, 2017
bpo-31373: fix undefined floating-point demotions (#3396)
benjaminp
authored
a853a8b
View commit details
Copy full SHA for a853a8b
View code at this point
Browse repository at this point
Commits on Aug 23, 2017
bpo-31229: Fixed wrong error messages when too many keyword arguments are received. (#3180)
orenmn
authored and
serhiy-storchaka
committed
bf9075a
View commit details
Copy full SHA for bf9075a
View code at this point
Browse repository at this point
Commits on Aug 21, 2017
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157)
skrah
authored
f432a32
View commit details
Copy full SHA for f432a32
View code at this point
Browse repository at this point
Commits on Jul 26, 2017
bpo-9566: Fix a warning in Python/getargs.c (#2890)
segevfiner
authored and
zooba
committed
e7bc7aa
View commit details
Copy full SHA for e7bc7aa
View code at this point
Browse repository at this point
Commits on Jul 10, 2017
Remove _PyArg_NoStackKeywords(). (#2641)
serhiy-storchaka
authored and
vstinner
committed
7e60192
View commit details
Copy full SHA for 7e60192
View code at this point
Browse repository at this point
Commits on Jun 9, 2017
Fix regression in error message introduced in bpo-29951. (#2028)
Show description for f9f1cca
serhiy-storchaka
authored and
vstinner
committed
f9f1cca
View commit details
Copy full SHA for f9f1cca
View code at this point
Browse repository at this point
Commits on Jun 6, 2017
bpo-30534: Fixed error messages when pass keyword arguments (#1901)
Show description for 5eb788b
serhiy-storchaka
authored
5eb788b
View commit details
Copy full SHA for 5eb788b
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.