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