index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_global.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka
2022-05-08
1
-9/+2
*
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka
2021-09-19
1
-6/+8
*
bpo-40275: Use new test.support helper submodules in tests (GH-20849)
Hai Shi
2020-06-25
1
-1/+2
*
bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338)
Ammar Askar
2018-09-24
1
-3/+3
*
Issue #28512: Fixed setting the offset attribute of SyntaxError by
Serhiy Storchaka
2016-12-11
1
-3/+3
*
(partially)
Florent Xicluna
2010-04-02
1
-2/+3
*
Clean up warnings filter use in test_global by no longer having it be a
Brett Cannon
2010-03-20
1
-2/+11
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-1/+1
*
Convert a lot of print statements to print functions in docstrings,
Neal Norwitz
2008-05-13
1
-2/+2
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
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