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 }}
pythonicca
/
cpython
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
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 Jan 17, 2017
Issue #29029: Speed up processing positional arguments in
Show description for 85bf0cb
serhiy-storchaka
committed
85bf0cb
View commit details
Copy full SHA for 85bf0cb
View code at this point
Browse repository at this point
Add _PyArg_UnpackStack() function helper
Show description for 0dedcd2
vstinner
committed
0dedcd2
View commit details
Copy full SHA for 0dedcd2
View code at this point
Browse repository at this point
Add _PyArg_NoStackKeywords() helper function
Show description for 1253b13
vstinner
committed
1253b13
View commit details
Copy full SHA for 1253b13
View code at this point
Browse repository at this point
Add _PyArg_ParseStack() helper function
Show description for 8ab14d4
vstinner
committed
8ab14d4
View commit details
Copy full SHA for 8ab14d4
View code at this point
Browse repository at this point
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Show description for 24e9a60
vstinner
committed
24e9a60
View commit details
Copy full SHA for 24e9a60
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 cc7dfc7
vstinner
committed
cc7dfc7
View commit details
Copy full SHA for cc7dfc7
View code at this point
Browse repository at this point
Cleanup getargs.c
Show description for dadbca1
vstinner
committed
dadbca1
View commit details
Copy full SHA for dadbca1
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
0bdd9e5
View commit details
Copy full SHA for 0bdd9e5
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 856b18a
serhiy-storchaka
committed
856b18a
View commit details
Copy full SHA for 856b18a
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 c72b600
serhiy-storchaka
committed
c72b600
View commit details
Copy full SHA for c72b600
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 0863473
serhiy-storchaka
committed
0863473
View commit details
Copy full SHA for 0863473
View code at this point
Browse repository at this point
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Show description for 5507361
serhiy-storchaka
committed
5507361
View commit details
Copy full SHA for 5507361
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
19900c5
View commit details
Copy full SHA for 19900c5
View code at this point
Browse repository at this point
replace usage of Py_VA_COPY with the (C99) standard va_copy
benjaminp
committed
526f38b
View commit details
Copy full SHA for 526f38b
View code at this point
Browse repository at this point
Commits on Sep 11, 2016
Backed out changeset 3934e070c9db
benjaminp
committed
7251b68
View commit details
Copy full SHA for 7251b68
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
fbd3afd
View commit details
Copy full SHA for fbd3afd
View code at this point
Browse repository at this point
fix export of size_t parse stack function
benjaminp
committed
2ef2afc
View commit details
Copy full SHA for 2ef2afc
View code at this point
Browse repository at this point
Emit METH_FASTCALL code in Argument Clinic
Show description for 8844424
vstinner
committed
8844424
View commit details
Copy full SHA for 8844424
View code at this point
Browse repository at this point
Add METH_FASTCALL calling convention
Show description for e8a2520
vstinner
committed
e8a2520
View commit details
Copy full SHA for e8a2520
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
replace PY_LONG_LONG with long long
benjaminp
committed
c6daa76
View commit details
Copy full SHA for c6daa76
View code at this point
Browse repository at this point
require a long long data type (closes #27961)
benjaminp
committed
a0849fc
View commit details
Copy full SHA for a0849fc
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 0e59d24
serhiy-storchaka
committed
0e59d24
View commit details
Copy full SHA for 0e59d24
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 6e778f6
serhiy-storchaka
committed
6e778f6
View commit details
Copy full SHA for 6e778f6
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
1090589
View commit details
Copy full SHA for 1090589
View code at this point
Browse repository at this point
Commits on Mar 26, 2016
Minor code cleanup for PyArg_UnpackTuple.
rhettinger
committed
c6f51af
View commit details
Copy full SHA for c6f51af
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 8774df1
serhiy-storchaka
committed
8774df1
View commit details
Copy full SHA for 8774df1
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 476cfa5
serhiy-storchaka
committed
476cfa5
View commit details
Copy full SHA for 476cfa5
View code at this point
Browse repository at this point
Issue #26198: Fixed error messages for some argument parsing errors.
serhiy-storchaka
committed
223da1b
View commit details
Copy full SHA for 223da1b
View code at this point
Browse repository at this point
Issue #26198: Fixed error messages for some argument parsing errors.
Show description for 709eb14
serhiy-storchaka
committed
709eb14
View commit details
Copy full SHA for 709eb14
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
8a3d794
View commit details
Copy full SHA for 8a3d794
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
10854d2
View commit details
Copy full SHA for 10854d2
View code at this point
Browse repository at this point
Fixed error message for the "u#" format code.
serhiy-storchaka
committed
83ca74b
View commit details
Copy full SHA for 83ca74b
View code at this point
Browse repository at this point
Commits on Dec 5, 2014
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
serhiy-storchaka
committed
9f6e503
View commit details
Copy full SHA for 9f6e503
View code at this point
Browse repository at this point
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
serhiy-storchaka
committed
75003f3
View commit details
Copy full SHA for 75003f3
View code at this point
Browse repository at this point
Commits on Oct 5, 2014
#16518: Bring error messages in harmony with docs ("bytes-like object")
Show description for c71e8b8
bitdancer
committed
c71e8b8
View commit details
Copy full SHA for c71e8b8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.