| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename the "browser" module to "BrowserControl", since Guido did not | Fred Drake | 2000-05-10 | 2 | -2/+2 |
|
|
| * | EditorWindow.python_docs(): | Fred Drake | 2000-05-10 | 1 | -5/+8 |
|
|
| * | Collection of classes and convenience functions to control external | Fred Drake | 2000-05-10 | 1 | -0/+157 |
|
|
| * | Minor edit of leading comments: 'the the' --> 'the', quoted 'enable' | Fred Drake | 2000-05-09 | 1 | -2/+2 |
|
|
| * | Toby Dickenson: | Guido van Rossum | 2000-05-06 | 1 | -4/+1 |
|
|
| * | patches from Mark Hammond | Jeremy Hylton | 2000-05-02 | 4 | -14/+58 |
|
|
| * | patches from Mark Hammond | Jeremy Hylton | 2000-05-02 | 1 | -1/+4 |
|
|
| * | Added an unused Unicode string for testing. | Barry Warsaw | 2000-05-02 | 1 | -0/+2 |
|
|
| * | Sjoerd Mullender: | Guido van Rossum | 2000-05-02 | 1 | -1/+1 |
|
|
| * | Sjoerd Mullender: cmp.py is obsolete... | Guido van Rossum | 2000-04-28 | 1 | -5/+2 |
|
|
| * | Patch inspired by Just van Rossum: on the Mac, in savefilename(), make | Guido van Rossum | 2000-04-25 | 1 | -1/+3 |
|
|
| * | Jack Jansen: A few new types needed by new API calls. | Guido van Rossum | 2000-04-24 | 1 | -4/+6 |
|
|
| * | Two more items. | Guido van Rossum | 2000-04-11 | 1 | -0/+5 |
|
|
| * | Use a better approach to locating IDLE's default configuration, | Fred Drake | 2000-04-10 | 1 | -1/+1 |
|
|
| * | Just in case someone wants to use this, let's fix the pathname. | Guido van Rossum | 2000-04-06 | 1 | -1/+1 |
|
|
| * | New version 1.0.4. I'm sure someone mailed me these patches but I | Guido van Rossum | 2000-03-31 | 1 | -6/+20 |
|
|
| * | New version 1.0.4. I'm sure someone mailed me these patches but I | Guido van Rossum | 2000-03-31 | 1 | -14/+33 |
|
|
| * | Removed two files that were added temporarily. | Guido van Rossum | 2000-03-30 | 2 | -708/+0 |
|
|
| * | Bump version to 0.6 for the event of the Python 1.6 alpha 1 release. | Guido van Rossum | 2000-03-30 | 1 | -1/+1 |
|
|
| * | __pushtodev(): Ignore transient sunaudiodev.errors when setting the | Barry Warsaw | 2000-03-29 | 1 | -1/+5 |
|
|
| * | Moved robotparser.py to the Lib directory. | Guido van Rossum | 2000-03-29 | 1 | -97/+0 |
|
|
| * | 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 |
|
|