summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the filename, not the pathname, in the definitions fileJack Jansen2001-02-271-1/+1
* main(): Slightly more informative error message when TokenErrorBarry Warsaw2001-02-261-1/+5
* Patch 103928: Correct zlib freeze settings for Win32.Tim Peters2001-02-231-2/+2
* Hack to make this still work with Python 1.5.2. ;-(Fred Drake2001-02-161-1/+6
* Moved SequenceMatcher from ndiff into new std library module difflib.py.Tim Peters2001-02-101-292/+2
* Whitespace normalization.Tim Peters2001-02-091-1/+1
* move "from Tkinter import *" to module levelJeremy Hylton2001-02-022-2/+2
* Special case around some of the nastier annoyances with the type-inBarry Warsaw2001-02-011-6/+25
* Move the "from Tkinter import *" out of the method and into the moduleBarry Warsaw2001-02-011-1/+2
* Allow installation of IDLE via distutils (patch #103138).Martin v. Löwis2001-01-282-0/+93
* Windows: ucnhash subproject no longer exists (/F merged into unicodedata).Tim Peters2001-01-241-3/+0