Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Silence some py3k SyntaxWarning using check_py3k_warnings() with "exec" ↵ | Florent Xicluna | 2010-03-21 | 1 | -3/+30 |
| | | | | statements. | ||||
* | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -34/+3 |
| | | | | mistake. ( It may come in for sure tough) | ||||
* | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ↵ | Senthil Kumaran | 2010-01-08 | 1 | -3/+34 |
| | | | | Patch by flox | ||||
* | Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)). | Neal Norwitz | 2006-09-22 | 1 | -0/+91 |
These tests should be improved. Hopefully this fixes variations when flipping back and forth between fpdef and fplist. Backport candidate. |