Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use '127.0.0.1' only on Mac; for other, sane platforms, use 'localhost'. | Ka-Ping Yee | 2001-03-02 | 1 | -2/+3 |
| | |||||
* | The sys.platform identifier for Windows is just 'win32' (for all varieties). | Ka-Ping Yee | 2001-03-02 | 1 | -8/+8 |
| | |||||
* | Believe it or not, but "more" on Windows requires "more <file" rather | Guido van Rossum | 2001-03-02 | 1 | -1/+1 |
| | | | | | | than "more file". Since tempfilepager() is only used on Windows, it seems, do this unconditionally -- on Unix, it always invokes something else. | ||||
* | Clean up the handling of getsourcefile/getabsfile. | Ka-Ping Yee | 2001-03-02 | 1 | -23/+37 |
| | | | | | Remove __main__ from the index of built-in modules. Miscellaneous compatibility fixes. | ||||
* | Use imp.get_suffixes to determine a module name in modulename(file). | Ka-Ping Yee | 2001-03-02 | 1 | -7/+25 |
| | | | | When possible, display strings containing backslashes using r'' notation. | ||||
* | Also accept .so as an extension for module files. | Ka-Ping Yee | 2001-03-01 | 1 | -8/+4 |
| | |||||
* | Docstring improvements. | Ka-Ping Yee | 2001-03-01 | 1 | -196/+395 |
| | | | | | | | | | | | | | Add checks for .pyo and .pyd. Collapse docfunction, docmethod, docbuiltin into the one method docroutine. Small formatting fixes. Link the segments of a package path in the title. Link to the source file only if it exists. Allow modules (e.g. repr.py) to take precedence over built-ins (e.g. repr()). Add interruptible synopsis scanner (so we can do searches in the background). Make HTTP server quit. Add small GUI for controlling the server and launching searches (like -k). (Tested on Win2k, Win98, and Linux.) | ||||
* | Normalize case of paths in sys.path to avoid duplicates on Windows. | Ka-Ping Yee | 2001-03-01 | 1 | -14/+24 |
| | | | | | | Handle <... at 001B6378> like <... at 0x120f80> (%p is platform-dependent). Fix RCS version tag handling. Move __main__ behaviour into a function, pydoc.cli(). | ||||
* | Whitespace normalization. | Tim Peters | 2001-02-28 | 1 | -2/+2 |
| | |||||
* | Macintosh compatibility. | Ka-Ping Yee | 2001-02-27 | 1 | -1/+1 |
| | |||||
* | Acknowledgements. | Ka-Ping Yee | 2001-02-27 | 1 | -2/+3 |
| | |||||
* | Fix $Revision$ processing so it doesn't get eaten by CVS! | Ka-Ping Yee | 2001-02-27 | 1 | -2/+2 |
| | |||||
* | Add $Revision: $ tag. | Ka-Ping Yee | 2001-02-27 | 1 | -1/+1 |
| | |||||
* | Add display of $Revision $ and credits. | Ka-Ping Yee | 2001-02-27 | 1 | -10/+33 |
| | |||||
* | pydoc: text and HTML documentation generator for interactive use | Ka-Ping Yee | 2001-02-27 | 1 | -0/+1158 |