summaryrefslogtreecommitdiff
path: root/Lib/test/test_global.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338)Ammar Askar2018-09-241-3/+3
* Issue #28512: Fixed setting the offset attribute of SyntaxError bySerhiy Storchaka2016-12-111-3/+3
* (partially)Florent Xicluna2010-04-021-2/+3
* Clean up warnings filter use in test_global by no longer having it be aBrett Cannon2010-03-201-2/+11
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Convert a lot of print statements to print functions in docstrings,Neal Norwitz2008-05-131-2/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-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