| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 67654,67676-67677,67681,67692,67725,67746,67748,67761,67784-... | Benjamin Peterson | 2008-12-21 | 1 | -10/+8 |
|
|
* | Fix a bug in the ``compiler`` package that caused invalid code to be | Neil Schemenauer | 2006-08-16 | 1 | -1/+1 |
|
|
* | Fix errors found by pychecker | Neal Norwitz | 2006-06-11 | 1 | -1/+1 |
|
|
* | Use sorted() builtin | Neal Norwitz | 2005-11-25 | 1 | -10/+5 |
|
|
* | PEP-0318, @decorator-style. In Guido's words: | Anthony Baxter | 2004-08-02 | 1 | -0/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-07-07 | 1 | -3/+3 |
|
|
* | SF patch #872326: Generator expression implementation | Raymond Hettinger | 2004-05-19 | 1 | -0/+41 |
|
|
* | Fix SF bug [ 788011 ] compiler.compileFile fails on csv.py | Jeremy Hylton | 2003-08-28 | 1 | -1/+6 |
|
|
* | SF patch [ 597919 ] compiler package and SET_LINENO | Jeremy Hylton | 2002-12-31 | 1 | -0/+3 |
|
|
* | Merge of the release22 branch changes back into the trunk. | Barry Warsaw | 2001-12-21 | 1 | -0/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-10-18 | 1 | -8/+8 |
|
|
* | The object-being sliced in an assignment to a slice is referenced, not | Jeremy Hylton | 2001-09-14 | 1 | -2/+2 |
|
|
* | Add generator detection to symbol table. | Jeremy Hylton | 2001-08-29 | 1 | -9/+35 |
|
|
* | Handle private names | Jeremy Hylton | 2001-08-27 | 1 | -7/+3 |
|
|
* | Fix for sibling nodes that define the same free variable | Jeremy Hylton | 2001-08-27 | 1 | -6/+10 |
|
|
* | Only treat an AugAssign as def if its the target is a Name. | Jeremy Hylton | 2001-04-12 | 1 | -2/+4 |
|
|
* | Preliminary support for nested scopes | Jeremy Hylton | 2001-04-12 | 1 | -5/+125 |
|
|
* | Add globals to list of names returned by get_names(). | Jeremy Hylton | 2001-04-09 | 1 | -7/+13 |
|
|
* | Add two arguments to Scope constructor, module scope and class name | Jeremy Hylton | 2001-04-09 | 1 | -24/+92 |
|
|
* | Add preliminary module symbol table constructor | Jeremy Hylton | 2001-04-09 | 1 | -0/+193 |
|
|