summaryrefslogtreecommitdiff
path: root/Lib/test/test_getargs2.py
Commit message (Expand)AuthorAgeFilesLines
* 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