summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changes by Mark Hammond to allow using IDLE extensions in PythonWin asGuido van Rossum1999-06-021-9/+10
* Change by Mark Hammond to allow using IDLE extensions in PythonWin asGuido van Rossum1999-06-021-0/+5
* Hah! A fix of my own to Tim's code!Guido van Rossum1999-06-011-0/+2
* Tim Peters again:Guido van Rossum1999-06-013-107/+146
* Tim Peters again:Guido van Rossum1999-06-011-166/+69
* New file by Tim Peters:Guido van Rossum1999-06-011-0/+470
* Tim Peters keeps revising this module (more to come):Guido van Rossum1999-06-011-86/+191
* Andy Dustman notes that I patched the close() call in the wrong place.Guido van Rossum1999-06-011-1/+1
* In class TemporaryFileWrapper, don't cache attributes of tpye int --Guido van Rossum1999-06-011-1/+2
* 1. Catch NameError on import (could be raised by case mismatch on Windows).Guido van Rossum1999-06-011-8/+2
* Missed a few.Guido van Rossum1999-06-012-0/+0
* Rewritten based on TreeWidget.pyGuido van Rossum1999-06-012-265/+252
* Object browser, based on TreeWidget.py.Guido van Rossum1999-06-011-0/+154
* Tree widget done right.Guido van Rossum1999-06-011-0/+462
* As yet unused code for tool tips.Guido van Rossum1999-06-011-0/+87
* Ensure sys.argv[0] is the script name on Run Script.Guido van Rossum1999-06-011-0/+3
* Move zoom height functionality to separate function.Guido van Rossum1999-06-011-18/+21
* Fix availability clause; mention availability of similar functionalityFred Drake1999-06-011-2/+5
* A few icons used by ../TreeWidget.py and its callers.Guido van Rossum1999-06-014-0/+0
* New version by Tim Peters improves block opening test.Guido van Rossum1999-06-011-2/+52
* Jack Jansen's patch to support file:///path/file/name URL syntax.Guido van Rossum1999-06-011-0/+5
* Greg McFarlane writes: Tkinter.Text.tag_add should take multipleGuido van Rossum1999-06-011-2/+2
* posix_listdir(): When an error occurs, callBarry Warsaw1999-05-271-5/+5
* Oops, forgot to remove the individual module indexes for lib & mac nowFred Drake1999-05-271-3/+1
* Add <hr> after top navigation bar; now looks more like the rest of theFred Drake1999-05-271-0/+1
* Hack: make sure LaTeX2HTML doesn't change -- to - in mkhowtoFred Drake1999-05-271-2/+2
* Document the "pid" attribute of the Popen3 class.Fred Drake1999-05-271-9/+12
* Typo reported by Gerry Wiener <wiener@rap.ucar.edu>:Fred Drake1999-05-271-1/+1
* Move some \index entries around so we can avoid using empty comments;Fred Drake1999-05-261-31/+25
* Change the example of configuring for large file support under SolarisFred Drake1999-05-261-1/+1
* Eugene Dvurechenski <jno@glas.net> says:Barry Warsaw1999-05-261-0/+1
* "proces" --> "process"; reported by Gerry Wiener <gerry@ucar.edu>.Fred Drake1999-05-251-2/+5
* (py-electric-backspace): I'm not sure this function should be specialBarry Warsaw1999-05-241-4/+5
* (py-parse-state): When running under Emacs -- which doesn't haveBarry Warsaw1999-05-241-1/+7
* (py-statement-closes-block-p): Add a py-goto-initial-line which fixesBarry Warsaw1999-05-241-0/+1
* Oliver Steele writes:Just van Rossum1999-05-211-2/+20
* On HP-UX, -rpath is another option taking an argument that needs to goGuido van Rossum1999-05-211-0/+1
* Andy Dustman writes:Guido van Rossum1999-05-211-0/+1
* Rename History to IdleHistory.Guido van Rossum1999-05-212-74/+7
* Make initial stack viewer widerGuido van Rossum1999-05-211-1/+1
* New wishesGuido van Rossum1999-05-211-2/+7
* Much improved autoindent and handling of tabs,Guido van Rossum1999-05-213-65/+242
* Map .js to application/x-javascript.Fred Drake1999-05-201-0/+1
* Enhanced docstring and some comments.Fred Drake1999-05-191-8/+21
* Modify to perform "---" to "&mdash;" conversion outside ofFred Drake1999-05-181-7/+16
* Remove the "---" to "&mdash;" conversion; this is wrong in verbatimFred Drake1999-05-181-1/+0
* SET_LINE_NO ==> SET_LINENOFred Drake1999-05-171-1/+1
* Added "Learning Python" to the books section.Fred Drake1999-05-171-25/+23
* Added paragraph explaininng the text/binary flavors of some methods,Fred Drake1999-05-171-0/+5
* Document \e, \url.Fred Drake1999-05-171-2/+25