summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* satisfy the tabnanny (thanks to MH for noticing the problem)Jeremy Hylton2000-02-212-98/+98
* 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