| Commit message (Expand) | Author | Age | Files | Lines |
* | only take into account positional arguments count in related error messages | Benjamin Peterson | 2010-06-25 | 1 | -2/+2 |
|
|
* | count keyword only arguments as part of the total | Benjamin Peterson | 2010-03-21 | 1 | -0/+6 |
|
|
* | Merged revisions 79205,79219,79228,79230,79232-79233,79235,79237 via svnmerge... | Benjamin Peterson | 2010-03-21 | 1 | -5/+24 |
|
|
* | Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,... | Benjamin Peterson | 2009-06-28 | 1 | -0/+18 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -4/+4 |
|
|
* | Get this test to pass (UserList/UserDict no longer exist and caused a skip). | Neal Norwitz | 2008-03-18 | 1 | -23/+16 |
|
|
* | Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,... | Christian Heimes | 2008-03-18 | 1 | -274/+262 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
|
|
* | Move UserList to collections. | Raymond Hettinger | 2008-02-12 | 1 | -2/+1 |
|
|
* | Migrate remaining tests from UserDict.UserDict to collections.UserDict. | Raymond Hettinger | 2008-02-06 | 1 | -1/+1 |
|
|
* | Patch from Georg Brandl and me for #1493 | Christian Heimes | 2007-11-25 | 1 | -12/+2 |
|
|
* | Raise statement normalization in Lib/test/. | Collin Winter | 2007-08-29 | 1 | -2/+2 |
|
|
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 | 1 | -2/+1 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -0/+7 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -1/+1 |
|
|
* | Change all the function attributes from func_* -> __*__. This gets rid | Neal Norwitz | 2007-02-25 | 1 | -1/+1 |
|
|
* | * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. | Georg Brandl | 2007-02-09 | 1 | -2/+2 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -47/+47 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -20/+20 |
|
|
* | adding passing test. testing for g(*Nothing()) where Nothing is a user-define... | Samuele Pedroni | 2004-02-21 | 1 | -0/+25 |
|
|
* | SF bug #733667: kwargs handled incorrectly | Raymond Hettinger | 2003-05-31 | 1 | -0/+11 |
|
|
* | Get rid of many apply() calls. | Guido van Rossum | 2003-02-27 | 1 | -1/+1 |
|
|
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -1/+1 |
|
|
* | Quick and dirty fix for test_extcall failures trigged by Guido's | Barry Warsaw | 2001-08-24 | 1 | -2/+6 |
|
|
* | Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask". | Tim Peters | 2001-05-13 | 1 | -11/+4 |
|
|
* | Generalize tuple() to work nicely with iterators. | Tim Peters | 2001-05-05 | 1 | -4/+4 |
|
|
* | Test cases for examples of ext call error handling. | Jeremy Hylton | 2001-04-11 | 1 | -0/+35 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -2/+1 |
|
|
* | Patch #103344: Sort dicts from extcall for easier comparison with Jython. | Tim Peters | 2001-01-21 | 1 | -5/+13 |
|
|
* | a bold attempt to fix things broken by MAL's verify patch: import | Fredrik Lundh | 2001-01-17 | 1 | -2/+1 |
|
|
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -3/+4 |
|
|
* | This patch makes sure that the function name always appears in the error | Ka-Ping Yee | 2001-01-15 | 1 | -0/+30 |
|
|
* | When a PyCFunction that takes only positional parameters is called with | Fred Drake | 2001-01-04 | 1 | -1/+11 |
|
|
* | Fix for SF bug #117241 | Jeremy Hylton | 2000-10-30 | 1 | -0/+18 |
|
|
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -6/+6 |
|
|
* | Break a cycle created in the saboteur() function. | Vladimir Marangozov | 2000-07-15 | 1 | -2/+5 |
|
|
* | Don't be so strict in checking AttributeError -- the error message | Guido van Rossum | 2000-04-10 | 1 | -2/+2 |
|
|
* | Two fixes for extended call syntax: | Jeremy Hylton | 2000-03-30 | 1 | -0/+44 |
|
|
* | fix previous checkin | Jeremy Hylton | 2000-03-28 | 1 | -1/+1 |
|
|
* | add test cases for Greg Ewing's extended call syntax patch | Jeremy Hylton | 2000-03-28 | 1 | -0/+99 |
|
|