summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_getargs2.py
Commit message (Expand)AuthorAgeFilesLines
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-13/+13
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+18
* Fix newly merged test for p3ykness.Thomas Wouters2006-04-211-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-1/+18
* Fix tests for PyArg_Parse*; The PyArg_Parse functions no longer (noisily)Thomas Wouters2006-04-151-6/+6
* 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