| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix suggested by Magnus Kessler: in class Page, it is possible for | Guido van Rossum | 2000-03-28 | 1 | -1/+4 |
|
|
* | Skip Montanaro: | Guido van Rossum | 2000-03-27 | 1 | -17/+17 |
|
|
* | From Sjoerd Mullender <sjoerd@oratrix.nl>: | Fred Drake | 2000-03-23 | 1 | -1/+0 |
|
|
* | Of course, I forget how to type long ago... | Fred Drake | 2000-03-17 | 1 | -1/+1 |
|
|
* | "write marshalled" --> "writes marshalled" (in docstring); noted by | Fred Drake | 2000-03-17 | 1 | -1/+1 |
|
|
* | complete rewrite | Jeremy Hylton | 2000-03-16 | 2 | -800/+831 |
|
|
* | simplify visitor walker class | Jeremy Hylton | 2000-03-16 | 1 | -32/+22 |
|
|
* | fix list.append problems | Jeremy Hylton | 2000-03-16 | 1 | -3/+3 |
|
|
* | change name of Set method: items -> elements (avoids confusion with | Jeremy Hylton | 2000-03-16 | 1 | -1/+1 |
|
|
* | Tim Peters writes: | Guido van Rossum | 2000-03-13 | 1 | -4/+5 |
|
|
* | Marc-Andre Lemburg: added | Guido van Rossum | 2000-03-10 | 2 | -0/+290 |
|
|
* | a simple client-server framework for executing code in a different | Jeremy Hylton | 2000-03-09 | 1 | -0/+343 |
|
|
* | A bunch of changes, primarily to command line argument parsing | Barry Warsaw | 2000-03-08 | 1 | -64/+100 |
|
|
* | Override the Undo delegator to forbid any changes before the I/O mark. | Guido van Rossum | 2000-03-07 | 1 | -0/+24 |
|
|
* | replace : with = | Jeremy Hylton | 2000-03-07 | 1 | -2/+2 |
|
|
* | rename the global IdleConfParser object from IdleConf to idleconf | Jeremy Hylton | 2000-03-07 | 1 | -4/+4 |
|
|
* | rename the global IdleConfParser object from IdleConf to idleconf | Jeremy Hylton | 2000-03-07 | 5 | -48/+40 |
|
|
* | Tweak the goto file/line command (in the right button menu in PyShell | Guido van Rossum | 2000-03-07 | 1 | -14/+25 |
|
|
* | Added a bunch of TODO items that recently came up in the idle-dev list. | Guido van Rossum | 2000-03-07 | 1 | -40/+94 |
|
|
* | If we're in the current input and there's only whitespace beyond the | Guido van Rossum | 2000-03-07 | 1 | -0/+5 |
|
|
* | compiler command-line interface moved here from compiler.pycodegen | Jeremy Hylton | 2000-03-06 | 1 | -0/+25 |
|
|
* | import compile function form pycodegen | Jeremy Hylton | 2000-03-06 | 1 | -0/+4 |
|
|
* | rename compile.py to pycodegen.py | Jeremy Hylton | 2000-03-06 | 1 | -176/+25 |
|
|
* | add a doc string | Jeremy Hylton | 2000-03-06 | 1 | -0/+20 |
|
|
* | fix import to refer to compiler package | Jeremy Hylton | 2000-03-06 | 1 | -1/+1 |
|
|
* | revise arguments for addCode method on lnotab. take several numbers | Jeremy Hylton | 2000-03-06 | 1 | -10/+13 |
|
|
* | change node Classdef to Class | Jeremy Hylton | 2000-03-06 | 2 | -24/+25 |
|
|
* | factor out the tree walking/visitor code that was in compile.py | Jeremy Hylton | 2000-03-06 | 1 | -0/+127 |
|
|
* | Defer all the work to idle.py, which has recently become too | Guido van Rossum | 2000-03-06 | 1 | -2/+1 |
|
|
* | In getdef(), don't die when the section doesn't exist. | Guido van Rossum | 2000-03-06 | 1 | -2/+2 |
|
|
* | Don't use 1.6-isms (s.startswith()) -- we want to distribute this | Guido van Rossum | 2000-03-06 | 2 | -4/+4 |
|
|
* | superceded by IdleConf/config.txt | Jeremy Hylton | 2000-03-03 | 1 | -19/+0 |
|
|
* | migrate to use of IdleConf and config files to set options | Jeremy Hylton | 2000-03-03 | 6 | -86/+51 |
|
|
* | default to cwd if os.environ['HOME'] does not exist | Jeremy Hylton | 2000-03-03 | 1 | -2/+6 |
|
|
* | a ConfigParser for idle and three configuration files | Jeremy Hylton | 2000-03-03 | 4 | -0/+187 |
|
|
* | Patch by Tim Peters: | Guido van Rossum | 2000-03-03 | 1 | -9/+11 |
|
|
* | paren matching extension. warning: in current version of IDLE, can | Jeremy Hylton | 2000-03-02 | 1 | -0/+193 |
|
|
* | Correct type error in getopt.error handling code. | Guido van Rossum | 2000-02-29 | 1 | -1/+1 |
|
|
* | Script by Tim Peters to discover illegal append() calls. | Guido van Rossum | 2000-02-29 | 1 | -0/+168 |
|
|
* | Fix multi-arg append(). | Guido van Rossum | 2000-02-29 | 1 | -1/+1 |
|
|
* | Two buglet fixes. Peter Funk caught the bug in make_escapes: | Barry Warsaw | 2000-02-27 | 1 | -7/+9 |
|
|
* | Changes submitted by Peter Funk (some fixes/additions by B.Warsaw) to | Barry Warsaw | 2000-02-26 | 1 | -40/+140 |
|
|
* | Deleting tabpolice.py; it was superceded by tabnanny.py long ago. | Guido van Rossum | 2000-02-23 | 1 | -104/+0 |
|
|
* | Moved tabnanny.py to standard library status. | Guido van Rossum | 2000-02-23 | 1 | -368/+0 |
|
|
* | Added tabnanny.py, by Tim Peters, formerly from Tools/scripts, to the | Guido van Rossum | 2000-02-23 | 1 | -0/+4 |
|
|
* | Added a new command: Check module (Alt-F5) It does a full syntax check | Guido van Rossum | 2000-02-22 | 1 | -9/+82 |
|
|
* | satisfy the tabnanny (thanks to MH for noticing the problem) | Jeremy Hylton | 2000-02-21 | 2 | -98/+98 |
|
|
* | changes to _lookupName | Jeremy Hylton | 2000-02-17 | 1 | -14/+13 |
|
|
* | the previous quick hack to fix def foo((x,y)) failed on some cases | Jeremy Hylton | 2000-02-17 | 2 | -16/+48 |
|
|
* | add varargs and kwargs flags to Lambda nodes | Jeremy Hylton | 2000-02-17 | 1 | -0/+5 |
|
|