FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/getargs.c - python/cpython · GitHub
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
36.1k
Star
77.2k
Code
Issues
5k+
Pull requests
2.7k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
getargs.c
on
665a439
User selector
Datepicker
Commit history
Commits on Jul 27, 2023
gh-107196: Remove _PyArg_VaParseTupleAndKeywordsFast() function (#107197)
Show description for 1dbb427
vstinner
authored
1dbb427
View commit details
Copy full SHA for 1dbb427
View code at this point
Browse repository at this point
Commits on Jul 24, 2023
gh-106320: Remove private _PyDict C API (#107145)
Show description for fd66baf
vstinner
authored
fd66baf
View commit details
Copy full SHA for fd66baf
View code at this point
Browse repository at this point
Commits on Jun 1, 2023
gh-92536: Remove PyUnicode_READY() calls (#105210)
Show description for ef30093
vstinner
authored
ef30093
View commit details
Copy full SHA for ef30093
View code at this point
Browse repository at this point
Commits on May 31, 2023
gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)
methane
authored
adccff3
View commit details
Copy full SHA for adccff3
View code at this point
Browse repository at this point
Commits on Dec 17, 2022
gh-99240: Reset pointer to NULL when the pointed memory is freed in argument parsing (#99890)
Show description for efbb1eb
authored
efbb1eb
View commit details
Copy full SHA for efbb1eb
View code at this point
Browse repository at this point
Commits on Nov 24, 2022
gh-64490: Fix bugs in argument clinic varargs processing (#32092)
colorfulappl
authored
0da7283
View commit details
Copy full SHA for 0da7283
View code at this point
Browse repository at this point
Commits on Nov 15, 2022
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
Show description for 3c57971
ericsnowcurrently
authored
3c57971
View commit details
Copy full SHA for 3c57971
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Python/ directory (#99302)
Show description for d8f239d
vstinner
authored
d8f239d
View commit details
Copy full SHA for d8f239d
View code at this point
Browse repository at this point
Commits on Aug 16, 2022
GH-95909: Make `_PyArg_Parser` initialization thread safe (GH-95958)
kumaraditya303
authored
9b30b96
View commit details
Copy full SHA for 9b30b96
View code at this point
Browse repository at this point
Commits on Aug 11, 2022
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)
Show description for 6f6a4e6
ericsnowcurrently
authored
6f6a4e6
View commit details
Copy full SHA for 6f6a4e6
View code at this point
Browse repository at this point
Commits on Jul 28, 2022
gh-94938: Fix errror detection of unexpected keyword arguments (GH-94999)
Show description for ebad53a
serhiy-storchaka
authored
ebad53a
View commit details
Copy full SHA for ebad53a
View code at this point
Browse repository at this point
Commits on Jul 18, 2022
gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)
serhiy-storchaka
authored
067f0da
View commit details
Copy full SHA for 067f0da
View code at this point
Browse repository at this point
Commits on May 27, 2022
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
kumaraditya303
authored
cb04a09
View commit details
Copy full SHA for cb04a09
View code at this point
Browse repository at this point
Commits on May 12, 2022
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
methane
authored
f9c9354
View commit details
Copy full SHA for f9c9354
View code at this point
Browse repository at this point
Commits on Feb 25, 2022
bpo-45316: Move _PyArg_Fini() to internal C API (GH-31580)
Show description for f780d96
vstinner
authored
f780d96
View commit details
Copy full SHA for f780d96
View code at this point
Browse repository at this point
Commits on Jul 17, 2021
bpo-20291: Fix MSVC warnings in getargs.c (GH-27211)
Show description for f88e138
Fidget-Spinner
and
isidentical
authored
f88e138
View commit details
Copy full SHA for f88e138
View code at this point
Browse repository at this point
Commits on Jul 16, 2021
bpo-20201: variadic arguments support for AC (GH-18609)
Show description for 9af34c9
isidentical
authored
9af34c9
View commit details
Copy full SHA for 9af34c9
View code at this point
Browse repository at this point
Commits on May 7, 2021
bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937)
Show description for 4ebf4a6
methane
authored
4ebf4a6
View commit details
Copy full SHA for 4ebf4a6
View code at this point
Browse repository at this point
Commits on Feb 27, 2021
bpo-43321: Fix SystemError in getargs.c (GH-24656)
methane
authored
c71d24f
View commit details
Copy full SHA for c71d24f
View code at this point
Browse repository at this point
Commits on Feb 22, 2021
bpo-36346: Emit DeprecationWarning for PyArg_Parse() with 'u' or 'Z'. (GH-20927)
Show description for 91a639a
methane
authored
91a639a
View commit details
Copy full SHA for 91a639a
View code at this point
Browse repository at this point
Commits on Dec 1, 2020
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Show description for 00d7abd
vstinner
authored
00d7abd
View commit details
Copy full SHA for 00d7abd
View code at this point
Browse repository at this point
Commits on Jun 22, 2020
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
vstinner
authored
384621c
View commit details
Copy full SHA for 384621c
View code at this point
Browse repository at this point
Commits on Jun 19, 2020
bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784)
Show description for 37bb289
vstinner
authored
37bb289
View commit details
Copy full SHA for 37bb289
View code at this point
Browse repository at this point
Commits on Jun 17, 2020
bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)
Show description for 2c4928d
authored
2c4928d
View commit details
Copy full SHA for 2c4928d
View code at this point
Browse repository at this point
Commits on Jun 10, 2020
bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781)
Show description for d36cf5f
vstinner
authored
d36cf5f
View commit details
Copy full SHA for d36cf5f
View code at this point
Browse repository at this point
Commits on May 28, 2020
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
Show description for 5f4b229
serhiy-storchaka
authored
5f4b229
View commit details
Copy full SHA for 5f4b229
View code at this point
Browse repository at this point
Commits on May 26, 2020
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Show description for 578c395
serhiy-storchaka
authored
578c395
View commit details
Copy full SHA for 578c395
View code at this point
Browse repository at this point
Commits on Apr 11, 2020
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH-19345)
serhiy-storchaka
authored
cd8295f
View commit details
Copy full SHA for cd8295f
View code at this point
Browse repository at this point
Commits on Mar 16, 2020
bpo-37207: Add _PyArg_NoKwnames() helper function (GH-18980)
corona10
authored
87ec86c
View commit details
Copy full SHA for 87ec86c
View code at this point
Browse repository at this point
Commits on Feb 7, 2020
bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391)
Show description for a102ed7
vstinner
authored
a102ed7
View commit details
Copy full SHA for a102ed7
View code at this point
Browse repository at this point
Commits on Dec 18, 2019
bpo-39028: Performance enhancement in keyword extraction (GH-17576)
Show description for 75bb07e
seberg
authored and
methane
committed
75bb07e
View commit details
Copy full SHA for 75bb07e
View code at this point
Browse repository at this point
Commits on Oct 21, 2019
bpo-38540: Fix possible leak in PyArg_Parse for "es#" and "et#". (GH-16869)
serhiy-storchaka
authored
5bc6a7c
View commit details
Copy full SHA for 5bc6a7c
View code at this point
Browse repository at this point
Commits on Oct 15, 2019
bpo-11410: Standardize and use symbol visibility attributes across POSIX and Windows. (GH-16347)
vsajip
authored
0b60f64
View commit details
Copy full SHA for 0b60f64
View code at this point
Browse repository at this point
Commits on Sep 10, 2019
bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095)
fusioncid
authored and
zooba
committed
2ec7010
View commit details
Copy full SHA for 2ec7010
View code at this point
Browse repository at this point
Commits on Aug 29, 2019
bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)
Rémi Lapeyre
authored and
serhiy-storchaka
committed
4901fe2
View commit details
Copy full SHA for 4901fe2
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL