summaryrefslogtreecommitdiff
path: root/Lib/test/test_scope.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+2
* remove unused importBenjamin Peterson2013-05-111-1/+0
* simplify #17947 test with weakrefsBenjamin Peterson2013-05-111-14/+5
* #17927: Keep frame from referencing cell-ified arguments.Guido van Rossum2013-05-101-1/+40
* check local class namespace before reaching for cells (closes #17853)Benjamin Peterson2013-04-301-0/+13
* Issue #10990: Prevent tests from clobbering a set trace function.Brett Cannon2011-02-211-9/+10
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-1/+1
* don't identify the toplevel namespace by name #9997Benjamin Peterson2010-10-161-0/+8
* #4617: Previously it was illegal to delete a name from the localAmaury Forgeot d'Arc2010-09-101-7/+22
* Use the "if 1:" prefix so that quoted code appears nicelyAmaury Forgeot d'Arc2010-09-101-167/+167
* revert unintended changesBenjamin Peterson2010-07-201-8/+0
* move test_trace.py so as not to conflict with future tests for the trace moduleBenjamin Peterson2010-07-201-0/+8
* Merged revisions 79100 via svnmerge fromFlorent Xicluna2010-03-191-3/+0
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-4/+4
* Merged revisions 73683,73786 via svnmerge fromAlexandre Vassalotti2009-07-211-13/+2
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-5/+5
* Merged revisions 70801,70809 via svnmerge fromJeremy Hylton2009-03-311-2/+24
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-231-0/+18
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-171-0/+7
* fix #1409: cell variables were not initialized,Amaury Forgeot d'Arc2007-11-241-0/+11
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-1/+1
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-051-19/+0
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-7/+0
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+34
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-11/+11
* Provisional implementation of PEP 3104.Jeremy Hylton2007-02-271-0/+84
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-2/+2
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-4/+4
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-332/+343
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-12/+3
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+11
* Fix arigo's funky LOAD_NAME bug: implicit globals inside classes haveNeil Schemenauer2005-10-231-0/+9
* Merge ast-branch to headJeremy Hylton2005-10-201-44/+61
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Add test for eval() w/ free variables.Jeremy Hylton2002-04-201-0/+10
* SF #506611, fix sys.setprofile(), sys.settrace() core dumpsNeal Norwitz2002-03-031-0/+4
* Don't call resetwarnings(). Be more restrictive in what we filter outGuido van Rossum2001-12-151-3/+1
* Undo inadvertent change to test_scope in previous checkinJeremy Hylton2001-12-131-2/+1
* Add test for SF bug [ #492403 ] exec() segfaults on closure's func_codeJeremy Hylton2001-12-131-2/+10
* Add test for local assigned to only in a nested list compJeremy Hylton2001-10-181-0/+18
* test_support should be imported directly, not via test.test_support.Tim Peters2001-09-251-1/+1
* silence warnings about import *Jeremy Hylton2001-08-071-0/+7
* Fix for SF bug [ #443866 ] Evaluating func_code causing core dumpJeremy Hylton2001-07-301-0/+13
* Remove now-unnecessary "from __future__ import nested_scopes" stmts.Tim Peters2001-07-121-8/+6
* SF patch 419176 from MvL; fixed bug 418977Jeremy Hylton2001-05-081-0/+20
* Fix 2.1 nested scopes crash reported by Evan SimpsonJeremy Hylton2001-04-271-0/+11
* Change error message raised when free variable is not yet bound. ItJeremy Hylton2001-04-131-1/+2
* Add tests for recent changes:Jeremy Hylton2001-03-211-0/+30