summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Removed two files that were added temporarily.Guido van Rossum2000-03-302-708/+0
* Bump version to 0.6 for the event of the Python 1.6 alpha 1 release.Guido van Rossum2000-03-301-1/+1
* __pushtodev(): Ignore transient sunaudiodev.errors when setting theBarry Warsaw2000-03-291-1/+5
* Moved robotparser.py to the Lib directory.Guido van Rossum2000-03-291-97/+0
* Fix suggested by Magnus Kessler: in class Page, it is possible forGuido van Rossum2000-03-281-1/+4
* Skip Montanaro:Guido van Rossum2000-03-271-17/+17
* From Sjoerd Mullender <sjoerd@oratrix.nl>:Fred Drake2000-03-231-1/+0
* Of course, I forget how to type long ago...Fred Drake2000-03-171-1/+1
* "write marshalled" --> "writes marshalled" (in docstring); noted byFred Drake2000-03-171-1/+1
* complete rewriteJeremy Hylton2000-03-162-800/+831
* simplify visitor walker classJeremy Hylton2000-03-161-32/+22
* fix list.append problemsJeremy Hylton2000-03-161-3/+3
* change name of Set method: items -> elements (avoids confusion withJeremy Hylton2000-03-161-1/+1
* Tim Peters writes:Guido van Rossum2000-03-131-4/+5
* Marc-Andre Lemburg: addedGuido van Rossum2000-03-102-0/+290
* a simple client-server framework for executing code in a differentJeremy Hylton2000-03-091-0/+343
* A bunch of changes, primarily to command line argument parsingBarry Warsaw2000-03-081-64/+100
* Override the Undo delegator to forbid any changes before the I/O mark.Guido van Rossum2000-03-071-0/+24
* replace : with =Jeremy Hylton2000-03-071-2/+2
* rename the global IdleConfParser object from IdleConf to idleconfJeremy Hylton2000-03-071-4/+4
* rename the global IdleConfParser object from IdleConf to idleconfJeremy Hylton2000-03-075-48/+40
* Tweak the goto file/line command (in the right button menu in PyShellGuido van Rossum2000-03-071-14/+25
* Added a bunch of TODO items that recently came up in the idle-dev list.Guido van Rossum2000-03-071-40/+94
* If we're in the current input and there's only whitespace beyond theGuido van Rossum2000-03-071-0/+5
* compiler command-line interface moved here from compiler.pycodegenJeremy Hylton2000-03-061-0/+25
* import compile function form pycodegenJeremy Hylton2000-03-061-0/+4
* rename compile.py to pycodegen.pyJeremy Hylton2000-03-061-176/+25
* add a doc stringJeremy Hylton2000-03-061-0/+20
* fix import to refer to compiler packageJeremy Hylton2000-03-061-1/+1
* revise arguments for addCode method on lnotab. take several numbersJeremy Hylton2000-03-061-10/+13
* change node Classdef to ClassJeremy Hylton2000-03-062-24/+25
* factor out the tree walking/visitor code that was in compile.pyJeremy Hylton2000-03-061-0/+127
* Defer all the work to idle.py, which has recently become tooGuido van Rossum2000-03-061-2/+1
* In getdef(), don't die when the section doesn't exist.Guido van Rossum2000-03-061-2/+2
* Don't use 1.6-isms (s.startswith()) -- we want to distribute thisGuido van Rossum2000-03-062-4/+4
* superceded by IdleConf/config.txtJeremy Hylton2000-03-031-19/+0
* migrate to use of IdleConf and config files to set optionsJeremy Hylton2000-03-036-86/+51
* default to cwd if os.environ['HOME'] does not existJeremy Hylton2000-03-031-2/+6
* a ConfigParser for idle and three configuration filesJeremy Hylton2000-03-034-0/+187
* Patch by Tim Peters:Guido van Rossum2000-03-031-9/+11
* paren matching extension. warning: in current version of IDLE, canJeremy Hylton2000-03-021-0/+193
* Correct type error in getopt.error handling code.Guido van Rossum2000-02-291-1/+1
* Script by Tim Peters to discover illegal append() calls.Guido van Rossum2000-02-291-0/+168
* Fix multi-arg append().Guido van Rossum2000-02-291-1/+1
* Two buglet fixes. Peter Funk caught the bug in make_escapes:Barry Warsaw2000-02-271-7/+9
* Changes submitted by Peter Funk (some fixes/additions by B.Warsaw) toBarry Warsaw2000-02-261-40/+140
* Deleting tabpolice.py; it was superceded by tabnanny.py long ago.Guido van Rossum2000-02-231-104/+0
* Moved tabnanny.py to standard library status.Guido van Rossum2000-02-231-368/+0
* Added tabnanny.py, by Tim Peters, formerly from Tools/scripts, to theGuido van Rossum2000-02-231-0/+4
* Added a new command: Check module (Alt-F5) It does a full syntax checkGuido van Rossum2000-02-221-9/+82