| Commit message (Expand) | Author | Age | Files | Lines |
* | The object-being sliced in an assignment to a slice is referenced, not | Jeremy Hylton | 2001-09-14 | 1 | -2/+2 |
|
|
* | the new new doesn't define CO_xxx as the old new did | Jeremy Hylton | 2001-09-14 | 1 | -1/+9 |
|
|
* | the names attribute of Global is not a node | Jeremy Hylton | 2001-09-14 | 3 | -3/+3 |
|
|
* | Fix for bug #442374 - Modulefinder registry support broken | Mark Hammond | 2001-09-05 | 1 | -13/+36 |
|
|
* | Only output the buffer size error label if it is used. | Jack Jansen | 2001-09-05 | 2 | -3/+7 |
|
|
* | Don't use a default "int" return type, gcc gives a warning about it. | Jack Jansen | 2001-09-04 | 1 | -1/+1 |
|
|
* | - Reverse the meaning of the -m option: warnings about multiple / | Guido van Rossum | 2001-09-04 | 1 | -35/+85 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-09-04 | 1 | -4/+4 |
|
|
* | PEP 238 documented -Qwarn as warning only for classic int or long | Guido van Rossum | 2001-09-04 | 1 | -1/+1 |
|
|
* | Rename the -D option to -Q, to avoid a Jython option name conflict. | Guido van Rossum | 2001-09-04 | 1 | -1/+1 |
|
|
* | Implement what the docstring said: multiple slashes per line are | Guido van Rossum | 2001-09-02 | 1 | -15/+26 |
|
|
* | Added more text to the docstring, updated the way the exit status is | Guido van Rossum | 2001-09-02 | 1 | -31/+113 |
|
|
* | A grep-like tool that looks for division operators. | Guido van Rossum | 2001-09-02 | 1 | -0/+89 |
|
|
* | The beginnings of a script to help finding / operators that may need | Guido van Rossum | 2001-09-01 | 1 | -0/+237 |
|
|
* | Fix _convert_NAME() so that it doesn't store locals for class bodies. | Jeremy Hylton | 2001-08-30 | 3 | -15/+15 |
|
|
* | spurious pop | Jeremy Hylton | 2001-08-30 | 1 | -1/+0 |
|
|
* | Track the block stack more reasonably in order to handle continue in | Jeremy Hylton | 2001-08-29 | 1 | -13/+45 |
|
|
* | Improve stack depth computation for try/except and try/finally | Jeremy Hylton | 2001-08-29 | 1 | -1/+4 |
|
|
* | Add __getitem__() handler for use by visitContinue() | Jeremy Hylton | 2001-08-29 | 1 | -0/+2 |
|
|
* | Generate SET_LINENO for list and tuple literals when the open paren | Jeremy Hylton | 2001-08-29 | 1 | -1/+3 |
|
|
* | Make sure that atoms (Tuple, List, etc.) have lineno attributes | Jeremy Hylton | 2001-08-29 | 1 | -2/+4 |
|
|
* | Fix off-by-one errors in code to find depth of stack. | Jeremy Hylton | 2001-08-29 | 1 | -3/+3 |
|
|
* | Undo change from list to dict for handling varnames, consts, etc. | Jeremy Hylton | 2001-08-29 | 1 | -49/+22 |
|
|
* | Change default() to use getChildNodes() instead of getChildren() | Jeremy Hylton | 2001-08-29 | 1 | -3/+2 |
|
|
* | Support // and //= | Jeremy Hylton | 2001-08-29 | 1 | -1/+6 |
|
|
* | Add support for // and //=. | Jeremy Hylton | 2001-08-29 | 1 | -5/+16 |
|
|
* | Add generator detection to symbol table. | Jeremy Hylton | 2001-08-29 | 1 | -9/+35 |
|
|
* | Modify name conversion to be (hopefully) a bit more efficient. | Jeremy Hylton | 2001-08-29 | 1 | -17/+52 |
|
|
* | Revise implementations of getChildren() and getChildNodes(). | Jeremy Hylton | 2001-08-29 | 5 | -218/+926 |
|
|
* | Don't include doc string of class in its code child | Jeremy Hylton | 2001-08-29 | 1 | -0/+5 |
|
|
* | Make sure the JUMP_ABSOLUTE and POP_BLOCK at the end of a for loop are | Jeremy Hylton | 2001-08-28 | 1 | -1/+1 |
|
|
* | XXX_NAME ops should affect varnames | Jeremy Hylton | 2001-08-28 | 1 | -1/+4 |
|
|
* | Generate FOR_ITER-based loops instead of old FOR_LOOP-based loops | Jeremy Hylton | 2001-08-28 | 1 | -5/+9 |
|
|
* | Handle private names | Jeremy Hylton | 2001-08-27 | 3 | -20/+50 |
|
|
* | emit SET_LINENO for augmented assignments | Jeremy Hylton | 2001-08-27 | 1 | -0/+4 |
|
|
* | Many changes -- bug fixes and sundry improvements | Jeremy Hylton | 2001-08-27 | 1 | -33/+30 |
|
|
* | Fix for sibling nodes that define the same free variable | Jeremy Hylton | 2001-08-27 | 1 | -6/+10 |
|
|
* | Add lookup_name() to optimize use of stack frames | Jeremy Hylton | 2001-08-27 | 1 | -5/+21 |
|
|
* | Two changes to visitor API: | Jeremy Hylton | 2001-08-27 | 1 | -20/+23 |
|
|
* | Why didn't I think of Fred off the top of my head? | Jeremy Hylton | 2001-08-27 | 1 | -0/+1 |
|
|
* | Add everyone I can think of off the top of my head | Jeremy Hylton | 2001-08-27 | 1 | -0/+7 |
|
|
* | Revise regrtest to compile entire standard library. | Jeremy Hylton | 2001-08-27 | 1 | -9/+28 |
|
|
* | Add -c option to continue if one file has a SyntaxError | Jeremy Hylton | 2001-08-27 | 1 | -2/+15 |
|
|
* | Fixes by Thomas Heller: | Jack Jansen | 2001-08-27 | 5 | -12/+13 |
|
|
* | Bump to version 1.3. Also document the new behavior of the chip widgets. | Barry Warsaw | 2001-08-23 | 1 | -8/+17 |
|
|
* | Bump to version 1.3 | Barry Warsaw | 2001-08-23 | 1 | -1/+1 |
|
|
* | Implement some suggestions by Laura Creighton. | Barry Warsaw | 2001-08-23 | 1 | -6/+28 |
|
|
* | Add a little introductory text. | Jeremy Hylton | 2001-08-18 | 1 | -15/+93 |
|
|
* | Generate correct reprs for Mul, Add, etc. | Jeremy Hylton | 2001-08-18 | 3 | -20/+12 |
|
|
* | Track removal of doc string from Module().nodes[0] | Jeremy Hylton | 2001-08-18 | 1 | -7/+2 |
|
|