Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
1b34d2552c2cb2369130291a8a9ae973753b4072
/
Lib
/
test
/
test_getargs2.py
1b34d25
Issue #5080: turn the DeprecationWarning from float arguments passed
by Mark Dickinson
· 15 years ago
b5e348b
Add missing tests for PyArg_Parse* with format 'h'
by Mark Dickinson
· 15 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 15 years ago
ea83793
Patch #1691070 from Roger Upole: Speed up PyArg_ParseTupleAndKeywords() and improve error msg
by Christian Heimes
· 17 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
95621b2
Whitespace normalization.
by Tim Peters
· 18 years ago
5f13578
Part of bug #1523610: fix miscalculation of buffer length.
by Georg Brandl
· 18 years ago
8e6480c
Whitespace normalization.
by Tim Peters
· 19 years ago
7f573f7
Add a test for Py_ssize_t. Correct typo in getargs.c.
by Georg Brandl
· 19 years ago
6ce7ed2
Revert previous checkin on getargs 'L' code. Try to convert all
by Martin v. Löwis
· 20 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
54aa578
This test now uses the separate getargs_X functions from _testcapimodule.
by Thomas Heller
· 22 years ago
0eadaac
Whitespace normalization.
by Tim Peters
· 22 years ago
bbb931b
Delete the 'h' test -- 'h' is no longer unsigned so the machinery here
by Guido van Rossum
· 22 years ago
a4ea603
SF # 595026: support for masks in getargs.c.
by Thomas Heller
· 22 years ago