summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Update to use the new standard webbrowser module if available, otherwiseFred Drake2000-07-091-2/+8
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-1/+1
* Fix to use Py_UCS4. By Bill Tutt.Marc-André Lemburg2000-07-071-1/+1
* Make a distinction between shorts and unsigned shorts.Jack Jansen2000-07-062-1/+2
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-302-42/+12
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-1/+1
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-60/+1
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-1/+1
* Running the program through itself reveals that one end tag wasGuido van Rossum2000-06-281-1/+1
* Peter Schneider-Kamp:Guido van Rossum2000-06-281-10/+75
* Jack Jansen: Support for conditional inclusion of methods and functionsGuido van Rossum2000-06-283-8/+33
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+664
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+109
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+72
* Rename the "browser" module to "BrowserControl", since Guido did notFred Drake2000-05-102-2/+2
* EditorWindow.python_docs():Fred Drake2000-05-101-5/+8
* Collection of classes and convenience functions to control externalFred Drake2000-05-101-0/+157
* Minor edit of leading comments: 'the the' --> 'the', quoted 'enable'Fred Drake2000-05-091-2/+2
* Toby Dickenson:Guido van Rossum2000-05-061-4/+1
* patches from Mark HammondJeremy Hylton2000-05-024-14/+58
* patches from Mark HammondJeremy Hylton2000-05-021-1/+4
* Added an unused Unicode string for testing.Barry Warsaw2000-05-021-0/+2
* Sjoerd Mullender:Guido van Rossum2000-05-021-1/+1
* Sjoerd Mullender: cmp.py is obsolete...Guido van Rossum2000-04-281-5/+2
* Patch inspired by Just van Rossum: on the Mac, in savefilename(), makeGuido van Rossum2000-04-251-1/+3
* Jack Jansen: A few new types needed by new API calls.Guido van Rossum2000-04-241-4/+6
* Two more items.Guido van Rossum2000-04-111-0/+5
* Use a better approach to locating IDLE's default configuration,Fred Drake2000-04-101-1/+1
* Just in case someone wants to use this, let's fix the pathname.Guido van Rossum2000-04-061-1/+1
* New version 1.0.4. I'm sure someone mailed me these patches but IGuido van Rossum2000-03-311-6/+20
* New version 1.0.4. I'm sure someone mailed me these patches but IGuido van Rossum2000-03-311-14/+33
* Removed two files that were added temporarily.Guido van Rossum2000-03-302-708/+0
* Bump version to 0.6 for the event of the Python 1.6 alpha 1 release.Guido van Rossum2000-03-301-1/+1
* __pushtodev(): Ignore transient sunaudiodev.errors when setting theBarry Warsaw2000-03-291-1/+5
* Moved robotparser.py to the Lib directory.Guido van Rossum2000-03-291-97/+0
* Fix suggested by Magnus Kessler: in class Page, it is possible forGuido van Rossum2000-03-281-1/+4
* Skip Montanaro:Guido van Rossum2000-03-271-17/+17
* From Sjoerd Mullender <sjoerd@oratrix.nl>:Fred Drake2000-03-231-1/+0
* Of course, I forget how to type long ago...Fred Drake2000-03-171-1/+1
* "write marshalled" --> "writes marshalled" (in docstring); noted byFred Drake2000-03-171-1/+1
* complete rewriteJeremy Hylton2000-03-162-800/+831
* simplify visitor walker classJeremy Hylton2000-03-161-32/+22
* fix list.append problemsJeremy Hylton2000-03-161-3/+3
* change name of Set method: items -> elements (avoids confusion withJeremy Hylton2000-03-161-1/+1
* Tim Peters writes:Guido van Rossum2000-03-131-4/+5
* Marc-Andre Lemburg: addedGuido van Rossum2000-03-102-0/+290
* a simple client-server framework for executing code in a differentJeremy Hylton2000-03-091-0/+343
* A bunch of changes, primarily to command line argument parsingBarry Warsaw2000-03-081-64/+100
* Override the Undo delegator to forbid any changes before the I/O mark.Guido van Rossum2000-03-071-0/+24