summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
...
* Refactored, with some future plans in mind.Guido van Rossum2001-05-121-11/+23
* Move the action of loading the configuration to the IdleConf moduleGuido van Rossum2001-05-122-8/+1
* Delete goodname() method, which is unused.Guido van Rossum2001-05-121-11/+7
* Only catch NameError and TypeError when attempting to subclass anFred Drake2001-05-111-1/+1
* Fix several bugs and add two features.Jeremy Hylton2001-05-081-34/+88
* Remove BrowserControl module; this had been left in for Python 1.5.2Fred Drake2001-04-181-157/+0
* Remove legacy support for the BrowserControl module; the webbrowserFred Drake2001-04-181-7/+3
* update_yourself(): Removed unused local variable reported byBarry Warsaw2001-04-181-1/+0
* __init__(): Removed unused local variable reported by PyChecker.Barry Warsaw2001-04-181-1/+0
* StripWidget.__init__(), update_yourself(): Removed some unused localBarry Warsaw2001-04-181-21/+20
* Helpwin.__init__(): Removed an unused local variable (via import)Barry Warsaw2001-04-181-1/+1
* Bump the version to 1.1Barry Warsaw2001-04-181-1/+1
* There have been a few new Python releases <wink> in the 2 years sinceBarry Warsaw2001-04-181-10/+7
* 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