summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* backport gvanrossum's patch:Anthony Baxter2002-04-181-1/+1
* Backport (if there's ever a 2.1.3 release) of a useful trunk fix:Guido van Rossum2002-02-251-0/+1
* Add stack depth info for FOR_LOOP opcodeJeremy Hylton2001-12-191-0/+1
* Backport changes from the 2.2 trunkJeremy Hylton2001-12-191-9/+32
* Backport bugfixes since rev 1.39 from the trunk.Jeremy Hylton2001-12-181-67/+147
* Backport bugfixes since rev 1.5 from the trunk.Jeremy Hylton2001-12-181-18/+40
* Backport bugfixes from the trunk.Jeremy Hylton2001-12-171-0/+26
* Backport bugfixes from the trunk.Jeremy Hylton2001-12-171-4/+6
* Backport bugfixes since rev 1.19 on the trunk.Jeremy Hylton2001-12-171-51/+101
* Backport Tim's checkin 1.20:Thomas Wouters2001-06-271-17/+14
* Backport Guido's checkin 1.4:Thomas Wouters2001-06-271-6/+20
* Pop loop off the loop stack before handling the loop's else clause.Jeremy Hylton2001-04-121-4/+4
* Use new _implicitNameOp() to generate name op code for list comprehensions.Jeremy Hylton2001-04-121-4/+17
* Add support for visitAssAttr to findOp().Jeremy Hylton2001-04-121-1/+1
* pyassem.py:Jeremy Hylton2001-04-122-14/+111
* Revise handling of tuple arguments so that the variables names matchJeremy Hylton2001-04-122-8/+8
* Only treat an AugAssign as def if its the target is a Name.Jeremy Hylton2001-04-121-2/+4
* Fix unpackSequence() to use _nameOp() rather than LOAD_FASTJeremy Hylton2001-04-121-1/+2
* Inside a class scope always use LOAD_NAME, STORE_NAME, DEL_NAMEJeremy Hylton2001-04-121-0/+3
* Preliminary support for nested scopesJeremy Hylton2001-04-123-89/+396
* Define constants for types of scopesJeremy Hylton2001-04-121-0/+5
* typoJeremy Hylton2001-04-111-4/+8
* [finishing fix from earlier checkins]Jeremy Hylton2001-04-111-0/+1
* Add support for extra (*) arguments to preorder.Jeremy Hylton2001-04-111-3/+3
* Generate docstrings.Jeremy Hylton2001-04-111-3/+26
* Add lineno attributes to Discard nodesJeremy Hylton2001-04-111-1/+3
* Make sure the docstring is always entered as the first element in theJeremy Hylton2001-04-111-11/+1
* Append the revision number for each file to the output.Guido van Rossum2001-04-101-1/+1
* Add globals to list of names returned by get_names().Jeremy Hylton2001-04-091-7/+13
* Add two arguments to Scope constructor, module scope and class nameJeremy Hylton2001-04-091-24/+92
* Add preliminary module symbol table constructorJeremy Hylton2001-04-091-0/+193
* Add support for future statementsJeremy Hylton2001-04-092-6/+98
* Fix "import as" (has always skipping the as name)Jeremy Hylton2001-04-091-9/+15
* typoJeremy Hylton2001-04-091-1/+1
* Added more link attributes based on additonal information from ChrisFred Drake2001-04-051-1/+13
* A number of improvements based on a discussion with Chris McCaffertyFred Drake2001-04-041-2/+24
* Initialize new save_warnings_filters data member in ModifiedInterpreter.__ini...Tim Peters2001-03-291-0/+1
* Turn SyntasWarning into SyntaxError for all code enteredGuido van Rossum2001-03-261-1/+12
* Script for starting pydoc with a GUI in Windows.Ka-Ping Yee2001-03-231-0/+2
* Make this IDLE version 0.8. (We have to skip 0.7 because that was aGuido van Rossum2001-03-221-1/+1
* Don't use __debug__ as if it were some module global. Use DEBUGGuido van Rossum2001-03-221-15/+15
* Patch #409504: Fix regex problems, consider \-continuation lines in MakefileMartin v. Löwis2001-03-212-2/+15
* Lawrence Hudson, SF #401702: Modify co_filename in frozen programsGuido van Rossum2001-03-202-3/+42
* Teach Tools/freeze/makeconfig.py and Tools/freeze/parsesetup.py to useEric S. Raymond2001-03-182-10/+12
* Get rid of hardcoded Python path (can't guess where the user installedTim Peters2001-03-101-1/+1
* Added -o/--output-file option as per GNU msgfmt to specify the outputBarry Warsaw2001-03-021-9/+18
* Put current date into POT-Creation-Date; leave PO-Revision-Date forMartin v. Löwis2001-03-011-2/+3
* Call main routine in pydoc module (pydoc.cli).Ka-Ping Yee2001-03-011-76/+2
* Add script form of pydoc so that it's present in beta1. CurrentlyAndrew M. Kuchling2001-02-281-0/+78
* Dialog and Window objects are (finally) different beasts.Jack Jansen2001-02-271-2/+1