summaryrefslogtreecommitdiff
path: root/Lib/test/test_global.py
Commit message (Expand)AuthorAgeFilesLines
* Replace catch_warnings with check_warnings when it makes sense. Use assertRa...Florent Xicluna2010-03-311-3/+4
* Convert test_global, test_scope and test_grammar to unittest.Georg Brandl2006-10-281-25/+25
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* test_global was broken by some recent checkin. Repairing.Tim Peters2001-03-021-8/+14
* Add test case for global stmt at module level.Jeremy Hylton2001-02-281-0/+6
* Fix filter for SyntaxErrorsJeremy Hylton2001-02-281-4/+4
* Whitespace normalization.Tim Peters2001-02-281-1/+0
* verify that warnings are issued for bogus uses of globalJeremy Hylton2001-02-281-0/+40