summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_getargs2.py
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-34272: Move argument parsing tests from test_capi to test_getargs2....Serhiy Storchaka2018-08-061-7/+139
* Issue #23908: os functions, open() and the io.FileIO constructor now rejectSerhiy Storchaka2016-07-011-1/+1
* Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codesSerhiy Storchaka2016-05-161-1/+165
* Backported tests for issue #18531.Serhiy Storchaka2016-05-161-0/+56
* Issue #26198: Added tests for string-related format units of PyArg_Parse*()Serhiy Storchaka2016-01-281-1/+285
* Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-0/+2
* Issue #19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-101-7/+10
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-8/+8
* Issue #5080: turn the DeprecationWarning from float arguments passedMark Dickinson2010-01-011-19/+25
* Add missing tests for PyArg_Parse* with format 'h'Mark Dickinson2009-12-201-1/+18
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-80/+80
* Patch #1691070 from Roger Upole: Speed up PyArg_ParseTupleAndKeywords() and i...Christian Heimes2008-02-261-1/+50
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-2/+1
* Whitespace normalization.Tim Peters2006-07-261-1/+1
* Part of bug #1523610: fix miscalculation of buffer length.Georg Brandl2006-07-261-1/+18
* Whitespace normalization.Tim Peters2006-04-131-1/+1
* Add a test for Py_ssize_t. Correct typo in getargs.c.Georg Brandl2006-04-131-1/+18
* Revert previous checkin on getargs 'L' code. Try to convert allMartin v. Löwis2005-03-031-10/+4
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-5/+3
* This test now uses the separate getargs_X functions from _testcapimodule.Thomas Heller2003-04-241-101/+109
* Whitespace normalization.Tim Peters2003-04-241-1/+1
* Delete the 'h' test -- 'h' is no longer unsigned so the machinery hereGuido van Rossum2003-04-181-16/+1
* SF # 595026: support for masks in getargs.c.Thomas Heller2003-04-171-0/+245