summaryrefslogtreecommitdiff
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* changes to _lookupNameJeremy Hylton2000-02-171-14/+13
* the previous quick hack to fix def foo((x,y)) failed on some casesJeremy Hylton2000-02-172-16/+48
* add varargs and kwargs flags to Lambda nodesJeremy Hylton2000-02-171-0/+5
* satisfy the tabnannyJeremy Hylton2000-02-171-197/+199
* Add primitive customization of window size and font.Guido van Rossum2000-02-171-3/+19
* The 0.5 release happened on 2/15, not on 2/14. :-)Guido van Rossum2000-02-161-1/+1
* support for arglists with implicit tuple unpacksJeremy Hylton2000-02-161-15/+61
* more robust assignment of lineno for keyword argsJeremy Hylton2000-02-161-3/+3
* fix argcount generation for arg lists containing tuple unpacksJeremy Hylton2000-02-161-2/+13
* add flatten helper functionJeremy Hylton2000-02-161-0/+11
* finish first impl of code generatorJeremy Hylton2000-02-151-12/+70
* fix creation of Ellipsis nodeJeremy Hylton2000-02-151-1/+1
* add a little debugging support when new.code raises SystemErrorJeremy Hylton2000-02-151-5/+21
* add line numbers to nodes in the except clause (when possible)Jeremy Hylton2000-02-151-1/+3
* tidy up tryexcept and tryfinally nodesJeremy Hylton2000-02-151-14/+20
* A bit restructured.Guido van Rossum2000-02-151-15/+40
* Oops, somehow the initial checkin was botched. :-(Guido van Rossum2000-02-151-0/+336
* Added some clarifications.Guido van Rossum2000-02-151-4/+8
* Temporarily add a copy here for easy distribution.Guido van Rossum2000-02-151-0/+0
* More changes.Guido van Rossum2000-02-151-1/+20
* Notice status back and stack viewer.Guido van Rossum2000-02-151-0/+5
* Support for Moshe's status bar.Guido van Rossum2000-02-151-2/+20
* Status bar code -- by Moshe Zadka.Guido van Rossum2000-02-151-0/+32
* Adding the old stack viewer implementation back, for the debugger.Guido van Rossum2000-02-151-0/+276
* New stack viewer, uses a tree widget.Guido van Rossum2000-02-151-230/+89
* Correct a typo and remove an unqualified except that was hiding the error.Guido van Rossum2000-02-151-2/+2
* Add an XXX comment about the ClassBrowser AIP.Guido van Rossum2000-02-151-0/+2
* Updated change log.Guido van Rossum2000-02-151-0/+434
* News update. Probably incomplete; what else is new?Guido van Rossum2000-02-151-0/+27
* Updated for pending IDLE 0.5 release (still very rough -- just gettingGuido van Rossum2000-02-151-5/+5
* Tiny addition.Guido van Rossum2000-02-151-1/+1
* edit a doc stringJeremy Hylton2000-02-141-1/+6
* get rid of spurious printJeremy Hylton2000-02-141-1/+0
* Patch by Gerrit Holl:Guido van Rossum2000-02-142-4/+4
* Patch by Gerrit Holl:Guido van Rossum2000-02-141-2/+6
* looks like everything is working except for try/except (pystoneJeremy Hylton2000-02-141-6/+14
* LeftShift & RightShift: fix reprs, change attr names to left and rightJeremy Hylton2000-02-141-10/+10
* rename several of the generic attribute names for nodes. new node attrs are:Jeremy Hylton2000-02-141-12/+12
* (), [], and {} should not be represented as constant expressions, theyJeremy Hylton2000-02-141-3/+3
* split compile.py into two filesJeremy Hylton2000-02-142-536/+623
* change MODULE_NAMESPACE/FUNCTION_NAMESPACE stuff to have a single flagJeremy Hylton2000-02-121-34/+87
* add support for Lambda nodesJeremy Hylton2000-02-111-8/+28
* add loop handling viaJeremy Hylton2000-02-101-13/+63
* add an __len__ to Set and StackJeremy Hylton2000-02-101-0/+4
* add namespace attr to CodeGenerator, can be either MODULE_NAMESPACE orJeremy Hylton2000-02-101-22/+35
* add ExampleASTVisitor:Jeremy Hylton2000-02-101-55/+199
* add remove method to setJeremy Hylton2000-02-101-0/+2
* add optional verbose arg to walk function. it overrides the globalJeremy Hylton2000-02-081-29/+137
* make all unary operators have a single child node called exprJeremy Hylton2000-02-081-4/+4
* add spaces to comparison names is not and not in to match disJeremy Hylton2000-02-081-2/+2