| Commit message (Expand) | Author | Age | Files | Lines |
* | Andy Dustman notes that I patched the close() call in the wrong place. | Guido van Rossum | 1999-06-01 | 1 | -1/+1 |
|
|
* | In class TemporaryFileWrapper, don't cache attributes of tpye int -- | Guido van Rossum | 1999-06-01 | 1 | -1/+2 |
|
|
* | 1. Catch NameError on import (could be raised by case mismatch on Windows). | Guido van Rossum | 1999-06-01 | 1 | -8/+2 |
|
|
* | Missed a few. | Guido van Rossum | 1999-06-01 | 2 | -0/+0 |
|
|
* | Rewritten based on TreeWidget.py | Guido van Rossum | 1999-06-01 | 2 | -265/+252 |
|
|
* | Object browser, based on TreeWidget.py. | Guido van Rossum | 1999-06-01 | 1 | -0/+154 |
|
|
* | Tree widget done right. | Guido van Rossum | 1999-06-01 | 1 | -0/+462 |
|
|
* | As yet unused code for tool tips. | Guido van Rossum | 1999-06-01 | 1 | -0/+87 |
|
|
* | Ensure sys.argv[0] is the script name on Run Script. | Guido van Rossum | 1999-06-01 | 1 | -0/+3 |
|
|
* | Move zoom height functionality to separate function. | Guido van Rossum | 1999-06-01 | 1 | -18/+21 |
|
|
* | Fix availability clause; mention availability of similar functionality | Fred Drake | 1999-06-01 | 1 | -2/+5 |
|
|
* | A few icons used by ../TreeWidget.py and its callers. | Guido van Rossum | 1999-06-01 | 4 | -0/+0 |
|
|
* | New version by Tim Peters improves block opening test. | Guido van Rossum | 1999-06-01 | 1 | -2/+52 |
|
|
* | Jack Jansen's patch to support file:///path/file/name URL syntax. | Guido van Rossum | 1999-06-01 | 1 | -0/+5 |
|
|
* | Greg McFarlane writes: Tkinter.Text.tag_add should take multiple | Guido van Rossum | 1999-06-01 | 1 | -2/+2 |
|
|
* | posix_listdir(): When an error occurs, call | Barry Warsaw | 1999-05-27 | 1 | -5/+5 |
|
|
* | Oops, forgot to remove the individual module indexes for lib & mac now | Fred Drake | 1999-05-27 | 1 | -3/+1 |
|
|
* | Add <hr> after top navigation bar; now looks more like the rest of the | Fred Drake | 1999-05-27 | 1 | -0/+1 |
|
|
* | Hack: make sure LaTeX2HTML doesn't change -- to - in mkhowto | Fred Drake | 1999-05-27 | 1 | -2/+2 |
|
|
* | Document the "pid" attribute of the Popen3 class. | Fred Drake | 1999-05-27 | 1 | -9/+12 |
|
|
* | Typo reported by Gerry Wiener <wiener@rap.ucar.edu>: | Fred Drake | 1999-05-27 | 1 | -1/+1 |
|
|
* | Move some \index entries around so we can avoid using empty comments; | Fred Drake | 1999-05-26 | 1 | -31/+25 |
|
|
* | Change the example of configuring for large file support under Solaris | Fred Drake | 1999-05-26 | 1 | -1/+1 |
|
|
* | Eugene Dvurechenski <jno@glas.net> says: | Barry Warsaw | 1999-05-26 | 1 | -0/+1 |
|
|
* | "proces" --> "process"; reported by Gerry Wiener <gerry@ucar.edu>. | Fred Drake | 1999-05-25 | 1 | -2/+5 |
|
|
* | (py-electric-backspace): I'm not sure this function should be special | Barry Warsaw | 1999-05-24 | 1 | -4/+5 |
|
|
* | (py-parse-state): When running under Emacs -- which doesn't have | Barry Warsaw | 1999-05-24 | 1 | -1/+7 |
|
|
* | (py-statement-closes-block-p): Add a py-goto-initial-line which fixes | Barry Warsaw | 1999-05-24 | 1 | -0/+1 |
|
|
* | Oliver Steele writes: | Just van Rossum | 1999-05-21 | 1 | -2/+20 |
|
|
* | On HP-UX, -rpath is another option taking an argument that needs to go | Guido van Rossum | 1999-05-21 | 1 | -0/+1 |
|
|
* | Andy Dustman writes: | Guido van Rossum | 1999-05-21 | 1 | -0/+1 |
|
|
* | Rename History to IdleHistory. | Guido van Rossum | 1999-05-21 | 2 | -74/+7 |
|
|
* | Make initial stack viewer wider | Guido van Rossum | 1999-05-21 | 1 | -1/+1 |
|
|
* | New wishes | Guido van Rossum | 1999-05-21 | 1 | -2/+7 |
|
|
* | Much improved autoindent and handling of tabs, | Guido van Rossum | 1999-05-21 | 3 | -65/+242 |
|
|
* | Map .js to application/x-javascript. | Fred Drake | 1999-05-20 | 1 | -0/+1 |
|
|
* | Enhanced docstring and some comments. | Fred Drake | 1999-05-19 | 1 | -8/+21 |
|
|
* | Modify to perform "---" to "—" conversion outside of | Fred Drake | 1999-05-18 | 1 | -7/+16 |
|
|
* | Remove the "---" to "—" conversion; this is wrong in verbatim | Fred Drake | 1999-05-18 | 1 | -1/+0 |
|
|
* | SET_LINE_NO ==> SET_LINENO | Fred Drake | 1999-05-17 | 1 | -1/+1 |
|
|
* | Added "Learning Python" to the books section. | Fred Drake | 1999-05-17 | 1 | -25/+23 |
|
|
* | Added paragraph explaininng the text/binary flavors of some methods, | Fred Drake | 1999-05-17 | 1 | -0/+5 |
|
|
* | Document \e, \url. | Fred Drake | 1999-05-17 | 1 | -2/+25 |
|
|
* | Don't \input boilerplate.tex, fill in the real stuff. 3rd party | Fred Drake | 1999-05-17 | 1 | -1/+18 |
|
|
* | Attempted to clarify usage of the \declaremodule macro somewhat; | Fred Drake | 1999-05-17 | 1 | -7/+25 |
|
|
* | define_module(): Check the module type for validity before using. | Fred Drake | 1999-05-17 | 1 | -0/+6 |
|
|
* | \declaremodule: Typo. | Fred Drake | 1999-05-17 | 1 | -1/+1 |
|
|
* | \declaremodule: Make this more robust. Only attempt to add an index | Fred Drake | 1999-05-17 | 1 | -1/+6 |
|
|
* | The conversion temporary files should not be ignored here anymore, | Fred Drake | 1999-05-13 | 1 | -13/+0 |
|
|
* | POP3.uidl(): Update description based on comments from Piers Lauder | Fred Drake | 1999-05-13 | 1 | -3/+3 |
|
|