summaryrefslogtreecommitdiffstats
path: root/Lib/pydoc.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo in instantiation of ErrorDuringImport.Ka-Ping Yee2001-04-101-1/+1
* Fix synopsis() so it can handle binary module files.Ka-Ping Yee2001-04-101-85/+85
* Fix some reloading problems (still more work needed).Ka-Ping Yee2001-03-271-6/+16
* Browser compatibility fixes.Ka-Ping Yee2001-03-231-7/+8
* Small formatting improvements.Ka-Ping Yee2001-03-231-10/+13
* Show inherited methods, with hyperlinks to the base class they came from.Ka-Ping Yee2001-03-231-112/+168
* Fixes for various issues reported and discovered since Python 9:Ka-Ping Yee2001-03-231-224/+329
* Whitespace normalization.Tim Peters2001-03-161-3/+1
* Use '127.0.0.1' only on Mac; for other, sane platforms, use 'localhost'.Ka-Ping Yee2001-03-021-2/+3
* The sys.platform identifier for Windows is just 'win32' (for all varieties).Ka-Ping Yee2001-03-021-8/+8
* Believe it or not, but "more" on Windows requires "more <file" ratherGuido van Rossum2001-03-021-1/+1
* Clean up the handling of getsourcefile/getabsfile.Ka-Ping Yee2001-03-021-23/+37
* Use imp.get_suffixes to determine a module name in modulename(file).Ka-Ping Yee2001-03-021-7/+25
* Also accept .so as an extension for module files.Ka-Ping Yee2001-03-011-8/+4
* Docstring improvements.Ka-Ping Yee2001-03-011-196/+395
* Normalize case of paths in sys.path to avoid duplicates on Windows.Ka-Ping Yee2001-03-011-14/+24
* Whitespace normalization.Tim Peters2001-02-281-2/+2
* Macintosh compatibility.Ka-Ping Yee2001-02-271-1/+1
* Acknowledgements.Ka-Ping Yee2001-02-271-2/+3
* Fix $Revision$ processing so it doesn't get eaten by CVS!Ka-Ping Yee2001-02-271-2/+2
* Add $Revision: $ tag.Ka-Ping Yee2001-02-271-1/+1
* Add display of $Revision $ and credits.Ka-Ping Yee2001-02-271-10/+33
* pydoc: text and HTML documentation generator for interactive useKa-Ping Yee2001-02-271-0/+1158