index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_capi
/
test_getargs.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testcase (GH...
Sergey B Kirpichev
2024-09-08
1
-15/+12
*
gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (g...
Eric Snow
2024-05-22
1
-0/+33
*
gh-68114: Fix handling for removed PyArg_ParseTuple 'w' formatters (GH-8204)
Joe Jevnik
2024-04-23
1
-17/+21
*
gh-107944: Improve error message for getargs with bad keyword arguments (#114...
Shantanu
2024-02-08
1
-13/+13
*
gh-112438: Fix support of format units with the "e" prefix in nested tuples i...
Serhiy Storchaka
2023-11-27
1
-0/+28
*
gh-110572: Remove `test_*` from `_testcapi/getargs.c` (GH-111214)
Nikita Sobolev
2023-10-24
1
-6/+9
*
gh-67565: Add tests for C-contiguity checks (GH-110951)
Furkan Onder
2023-10-19
1
-0/+19
*
gh-110815: Support non-ASCII keyword names in PyArg_ParseTupleAndKeywords() (...
Serhiy Storchaka
2023-10-14
1
-0/+51
*
gh-110815: Improve tests for PyArg_ParseTupleAndKeywords() (GH-110817)
Serhiy Storchaka
2023-10-13
1
-5/+31
*
gh-109050: Remove remaining tests for legacy Unicode C API (GH-109068)
Serhiy Storchaka
2023-09-09
1
-64/+0
*
gh-80527: Change support.requires_legacy_unicode_capi() (#108438)
Victor Stinner
2023-08-24
1
-4/+4
*
gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)
Inada Naoki
2023-05-31
1
-17/+0
*
gh-99240: Reset pointer to NULL when the pointed memory is freed in argument ...
colorfulappl
2022-12-17
1
-0/+4
*
bpo-34272: Reorganize C API tests. (GH-8551)
Serhiy Storchaka
2022-11-10
1
-0/+1297