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_scope.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Add test for eval() w/ free variables.
Jeremy Hylton
2002-04-20
1
-0/+10
*
SF #506611, fix sys.setprofile(), sys.settrace() core dumps
Neal Norwitz
2002-03-03
1
-0/+4
*
Don't call resetwarnings(). Be more restrictive in what we filter out
Guido van Rossum
2001-12-15
1
-3/+1
*
Undo inadvertent change to test_scope in previous checkin
Jeremy Hylton
2001-12-13
1
-2/+1
*
Add test for SF bug [ #492403 ] exec() segfaults on closure's func_code
Jeremy Hylton
2001-12-13
1
-2/+10
*
Add test for local assigned to only in a nested list comp
Jeremy Hylton
2001-10-18
1
-0/+18
*
test_support should be imported directly, not via test.test_support.
Tim Peters
2001-09-25
1
-1/+1
*
silence warnings about import *
Jeremy Hylton
2001-08-07
1
-0/+7
*
Fix for SF bug [ #443866 ] Evaluating func_code causing core dump
Jeremy Hylton
2001-07-30
1
-0/+13
*
Remove now-unnecessary "from __future__ import nested_scopes" stmts.
Tim Peters
2001-07-12
1
-8/+6
*
SF patch 419176 from MvL; fixed bug 418977
Jeremy Hylton
2001-05-08
1
-0/+20
*
Fix 2.1 nested scopes crash reported by Evan Simpson
Jeremy Hylton
2001-04-27
1
-0/+11
*
Change error message raised when free variable is not yet bound. It
Jeremy Hylton
2001-04-13
1
-1/+2
*
Add tests for recent changes:
Jeremy Hylton
2001-03-21
1
-0/+30
*
Whitespace normalization.
Tim Peters
2001-03-16
1
-3/+2
*
Add test to verify that nested functions with free variables don't
Jeremy Hylton
2001-03-13
1
-0/+23
*
Test interaction of global and nested scopes -- thanks to Samuele Pedroni.
Guido van Rossum
2001-03-01
1
-0/+65
*
add from __future__ import nested_scopes to strings passed to compile
Jeremy Hylton
2001-02-27
1
-6/+12
*
Preliminary support for future nested scopes
Jeremy Hylton
2001-02-27
1
-0/+2
*
Add test for syntax error on "x = 1 + 1".
Jeremy Hylton
2001-02-19
1
-9/+1
*
Whitespace normalization.
Tim Peters
2001-02-15
1
-4/+4
*
update test cases for recent compiler changes: exec/import * in nested
Jeremy Hylton
2001-02-09
1
-21/+64
*
Whitespace normalization.
Tim Peters
2001-02-09
1
-6/+5
*
Fix test 9 (caught by ?!ng)
Jeremy Hylton
2001-02-05
1
-1/+30
*
Fix test for free ref to global. This test should have caught a
Jeremy Hylton
2001-01-30
1
-1/+1
*
PEP 227 implementation
Jeremy Hylton
2001-01-25
1
-0/+249