| Commit message (Expand) | Author | Age | Files | Lines |
* | remove unused import | Benjamin Peterson | 2013-05-11 | 1 | -1/+0 |
* | simplify #17947 test with weakrefs | Benjamin Peterson | 2013-05-11 | 1 | -14/+5 |
* | #17927: Keep frame from referencing cell-ified arguments. | Guido van Rossum | 2013-05-10 | 1 | -1/+40 |
* | check local class namespace before reaching for cells (closes #17853) | Benjamin Peterson | 2013-04-30 | 1 | -0/+13 |
* | Issue #10990: Prevent tests from clobbering a set trace function. | Brett Cannon | 2011-02-21 | 1 | -9/+10 |
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -1/+1 |
* | don't identify the toplevel namespace by name #9997 | Benjamin Peterson | 2010-10-16 | 1 | -0/+8 |
* | #4617: Previously it was illegal to delete a name from the local | Amaury Forgeot d'Arc | 2010-09-10 | 1 | -7/+22 |
* | Use the "if 1:" prefix so that quoted code appears nicely | Amaury Forgeot d'Arc | 2010-09-10 | 1 | -167/+167 |
* | revert unintended changes | Benjamin Peterson | 2010-07-20 | 1 | -8/+0 |
* | move test_trace.py so as not to conflict with future tests for the trace module | Benjamin Peterson | 2010-07-20 | 1 | -0/+8 |
* | Merged revisions 79100 via svnmerge from | Florent Xicluna | 2010-03-19 | 1 | -3/+0 |
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -4/+4 |
* | Merged revisions 73683,73786 via svnmerge from | Alexandre Vassalotti | 2009-07-21 | 1 | -13/+2 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -5/+5 |
* | Merged revisions 70801,70809 via svnmerge from | Jeremy Hylton | 2009-03-31 | 1 | -2/+24 |
* | Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-... | Georg Brandl | 2008-07-23 | 1 | -0/+18 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -1/+1 |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-17 | 1 | -0/+7 |
* | fix #1409: cell variables were not initialized, | Amaury Forgeot d'Arc | 2007-11-24 | 1 | -0/+11 |
* | Raise statement normalization in Lib/test/. | Collin Winter | 2007-08-29 | 1 | -1/+1 |
* | Merged revisions 56492-56752 via svnmerge from | Guido van Rossum | 2007-08-05 | 1 | -19/+0 |
* | Merged revisions 55328-55341 via svnmerge from | Guido van Rossum | 2007-05-15 | 1 | -7/+0 |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -1/+34 |
* | Remove functions in string module that are also string methods. Also remove: | Neal Norwitz | 2007-04-17 | 1 | -11/+11 |
* | Provisional implementation of PEP 3104. | Jeremy Hylton | 2007-02-27 | 1 | -0/+84 |
* | Change all the function attributes from func_* -> __*__. This gets rid | Neal Norwitz | 2007-02-25 | 1 | -2/+2 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -4/+4 |
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -332/+343 |
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -12/+3 |
* | Get rid of dict.has_key(). Boy this has a lot of repercussions! | Guido van Rossum | 2006-08-18 | 1 | -1/+1 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+11 |
* | Fix arigo's funky LOAD_NAME bug: implicit globals inside classes have | Neil Schemenauer | 2005-10-23 | 1 | -0/+9 |
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -44/+61 |
* | 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 |