Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a19baf58e648705edb99013aa5bd23f6a0b65c8c
/
Lib
/
test
/
test_global.py
6257a7b
Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests.
by Florent Xicluna
· 15 years ago
c6fdec6
Convert test_global, test_scope and test_grammar to unittest.
by Georg Brandl
· 19 years ago
408b6d3
Complete the absolute import patch for the test suite. All relative
by Barry Warsaw
· 23 years ago
fc35de4
test_global was broken by some recent checkin. Repairing.
by Tim Peters
· 24 years ago
2922ea8
Add test case for global stmt at module level.
by Jeremy Hylton
· 24 years ago
150a664
Fix filter for SyntaxErrors
by Jeremy Hylton
· 24 years ago
85ba673
Whitespace normalization.
by Tim Peters
· 24 years ago
8e43cd7
verify that warnings are issued for bogus uses of global
by Jeremy Hylton
· 24 years ago