Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -1/+1 |
| | |||||
* | return locals and cells in get_locals() not bound globals, though | Benjamin Peterson | 2009-06-28 | 1 | -1/+1 |
| | |||||
* | Add is_declared_global() which distinguishes between implicit and | Jeremy Hylton | 2009-03-31 | 1 | -0/+2 |
| | | | | explicit global variables. | ||||
* | remove deprecated symtable.Symbol methods | Benjamin Peterson | 2009-02-26 | 1 | -16/+0 |
| | |||||
* | Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the ↵ | Nick Coghlan | 2008-09-11 | 1 | -6/+6 |
| | | | | test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon) | ||||
* | warnings.catch_warnings() now returns a list or None instead of the custom | Brett Cannon | 2008-09-09 | 1 | -7/+7 |
| | | | | | | | | WarningsRecorder object. This makes the API simpler to use as no special object must be learned. Closes issue 3781. Review by Benjamin Peterson. | ||||
* | deprecate some useless, noop methods in symtable | Benjamin Peterson | 2008-08-20 | 1 | -0/+16 |
| | |||||
* | get the symtable module back in working order | Benjamin Peterson | 2008-08-17 | 1 | -20/+160 |
| | | | | | | - Fix broken functions - Add (hopefully) extensive tests - Modernize a little | ||||
* | Use unittest and make sure a few other cases don't crash | Neal Norwitz | 2006-01-23 | 1 | -2/+23 |
| | |||||
* | Test is still disabled, but access through public module | Neal Norwitz | 2005-11-25 | 1 | -2/+2 |
| | |||||
* | Disable some tests in anticipation of merging ast-branch to the head | Jeremy Hylton | 2005-10-20 | 1 | -13/+16 |
| | |||||
* | SF patch 763201: handling of SyntaxErrors in symbol table build | Jeremy Hylton | 2003-07-15 | 1 | -3/+15 |
| | | | | Bug fix candidate. | ||||
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :) | ||||
* | Whitespace normalization. | Tim Peters | 2001-02-15 | 1 | -1/+0 |
| | |||||
* | update to use new symtable interface | Jeremy Hylton | 2001-02-09 | 1 | -3/+4 |
| | |||||
* | Add minimal interface to symtable: _symtable module. | Jeremy Hylton | 2001-02-02 | 1 | -0/+8 |