summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added some clarifications.Guido van Rossum2000-02-151-4/+8
* Temporarily add a copy here for easy distribution.Guido van Rossum2000-02-151-0/+0
* More changes.Guido van Rossum2000-02-151-1/+20
* Notice status back and stack viewer.Guido van Rossum2000-02-151-0/+5
* Support for Moshe's status bar.Guido van Rossum2000-02-151-2/+20
* Status bar code -- by Moshe Zadka.Guido van Rossum2000-02-151-0/+32
* Adding the old stack viewer implementation back, for the debugger.Guido van Rossum2000-02-151-0/+276
* New stack viewer, uses a tree widget.Guido van Rossum2000-02-151-230/+89
* Correct a typo and remove an unqualified except that was hiding the error.Guido van Rossum2000-02-151-2/+2
* Add an XXX comment about the ClassBrowser AIP.Guido van Rossum2000-02-151-0/+2
* Updated change log.Guido van Rossum2000-02-151-0/+434
* News update. Probably incomplete; what else is new?Guido van Rossum2000-02-151-0/+27
* Updated for pending IDLE 0.5 release (still very rough -- just gettingGuido van Rossum2000-02-151-5/+5
* Tiny addition.Guido van Rossum2000-02-151-1/+1
* edit a doc stringJeremy Hylton2000-02-141-1/+6