Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert test_global, test_scope and test_grammar to unittest. | Georg Brandl | 2006-10-28 | 1 | -25/+25 |
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -1/+1 |
* | test_global was broken by some recent checkin. Repairing. | Tim Peters | 2001-03-02 | 1 | -8/+14 |
* | Add test case for global stmt at module level. | Jeremy Hylton | 2001-02-28 | 1 | -0/+6 |
* | Fix filter for SyntaxErrors | Jeremy Hylton | 2001-02-28 | 1 | -4/+4 |
* | Whitespace normalization. | Tim Peters | 2001-02-28 | 1 | -1/+0 |
* | verify that warnings are issued for bogus uses of global | Jeremy Hylton | 2001-02-28 | 1 | -0/+40 |