COMMITS
/ Lib/test/test_global.py November 12, 2024
B
gh-58749: Remove incorrect language spec claims about the global statement (GH-126523)
Beomsoo Kim committed
May 8, 2022
S
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka committed
September 19, 2021
S
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka committed
June 25, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-20849)
Hai Shi committed
September 24, 2018
A
bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338)
Ammar Askar committed
December 11, 2016
S
Issue #28512: Fixed setting the offset attribute of SyntaxError by
Serhiy Storchaka committed
April 2, 2010
F
(partially)
Florent Xicluna committed
March 20, 2010
B
Clean up warnings filter use in test_global by no longer having it be a
Brett Cannon committed
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
May 13, 2008
N
Convert a lot of print statements to print functions in docstrings,
Neal Norwitz committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
July 30, 2002
B
Complete the absolute import patch for the test suite. All relative
Barry Warsaw committed
March 2, 2001
T
test_global was broken by some recent checkin. Repairing.
Tim Peters committed
February 28, 2001
J
Add test case for global stmt at module level.
Jeremy Hylton committed
J
Fix filter for SyntaxErrors
Jeremy Hylton committed
T
Whitespace normalization.
Tim Peters committed
J
verify that warnings are issued for bogus uses of global
Jeremy Hylton committed