| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch by Toby Dickenson, mentored by Mark Hammond, to support | Guido van Rossum | 2000-07-13 | 4 | -7/+62 |
|
|
* | add expandtabs command (-e) | Peter Schneider-Kamp | 2000-07-11 | 1 | -37/+64 |
|
|
* | Update to use the new standard webbrowser module if available, otherwise | Fred Drake | 2000-07-09 | 1 | -2/+8 |
|
|
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -1/+1 |
|
|
* | Fix to use Py_UCS4. By Bill Tutt. | Marc-André Lemburg | 2000-07-07 | 1 | -1/+1 |
|
|
* | Make a distinction between shorts and unsigned shorts. | Jack Jansen | 2000-07-06 | 2 | -1/+2 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 2 | -42/+12 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-30 | 1 | -1/+1 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-30 | 1 | -60/+1 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-30 | 1 | -1/+1 |
|
|
* | Running the program through itself reveals that one end tag was | Guido van Rossum | 2000-06-28 | 1 | -1/+1 |
|
|
* | Peter Schneider-Kamp: | Guido van Rossum | 2000-06-28 | 1 | -10/+75 |
|
|
* | Jack Jansen: Support for conditional inclusion of methods and functions | Guido van Rossum | 2000-06-28 | 3 | -8/+33 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-28 | 1 | -0/+664 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-28 | 1 | -0/+109 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-28 | 1 | -0/+72 |
|
|
* | 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 |
|
|