index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
pydoc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Oh, ok, so plainpager is probably marginally better.
Fred Drake
2001-07-23
1
-1
/
+1
*
If $TERM is "dumb" or "emacs", just dump the text instead of trying to run
Fred Drake
2001-07-23
1
-0
/
+2
*
Change some text just a little to avoid font-lock hell.
Fred Drake
2001-05-10
1
-1
/
+1
*
One-character style change to appease Netscape stylesheets.
Ka-Ping Yee
2001-04-13
1
-1
/
+1
*
Use nturl2path to generate a file: URL to source files in Windows.
Ka-Ping Yee
2001-04-13
1
-3
/
+7
*
Use inspect.stack()[1][3] to tell if Helper.__repr__ is called interactively.
Ka-Ping Yee
2001-04-13
1
-2
/
+2
*
Add inode checks to detect circular symbolic links (so that the
Ka-Ping Yee
2001-04-13
1
-3
/
+7
*
Small style change to accommodate Netscape.
Ka-Ping Yee
2001-04-13
1
-1
/
+1
*
Word-wrap the list of cross-references.
Ka-Ping Yee
2001-04-13
1
-1
/
+5
*
Another pass through the topic table to fill in cross references.
Ka-Ping Yee
2001-04-13
1
-20
/
+27
*
Make force-loading optional; don't force-load in interactive mode.
Ka-Ping Yee
2001-04-13
1
-133
/
+147
*
Fix linking to classes (in class tree, and add links on unbound methods).
Ka-Ping Yee
2001-04-12
1
-24
/
+23
*
Fix call to ModuleScanner from GUI search interface.
Ka-Ping Yee
2001-04-12
1
-8
/
+10
*
Added a big new Helper class to provide interactive help!
Ka-Ping Yee
2001-04-12
1
-12
/
+276
*
Give up trying to keep dynamically loaded extensions up to date:
Ka-Ping Yee
2001-04-12
1
-1
/
+7
*
Remove forking. Doesn't work in Windows.
Ka-Ping Yee
2001-04-12
1
-2
/
+2
*
Typo fixes and small touches.
Ka-Ping Yee
2001-04-12
1
-13
/
+16
*
Properly qualify methods inherited from classes in other modules.
Ka-Ping Yee
2001-04-12
1
-152
/
+130
*
Fix typo in instantiation of ErrorDuringImport.
Ka-Ping Yee
2001-04-10
1
-1
/
+1
*
Fix synopsis() so it can handle binary module files.
Ka-Ping Yee
2001-04-10
1
-85
/
+85
*
Fix some reloading problems (still more work needed).
Ka-Ping Yee
2001-03-27
1
-6
/
+16
*
Browser compatibility fixes.
Ka-Ping Yee
2001-03-23
1
-7
/
+8
*
Small formatting improvements.
Ka-Ping Yee
2001-03-23
1
-10
/
+13
*
Show inherited methods, with hyperlinks to the base class they came from.
Ka-Ping Yee
2001-03-23
1
-112
/
+168
*
Fixes for various issues reported and discovered since Python 9:
Ka-Ping Yee
2001-03-23
1
-224
/
+329
*
Whitespace normalization.
Tim Peters
2001-03-16
1
-3
/
+1
*
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
*
Clean up the handling of getsourcefile/getabsfile.
Ka-Ping Yee
2001-03-02
1
-23
/
+37
*
Use imp.get_suffixes to determine a module name in modulename(file).
Ka-Ping Yee
2001-03-02
1
-7
/
+25
*
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
*
Normalize case of paths in sys.path to avoid duplicates on Windows.
Ka-Ping Yee
2001-03-01
1
-14
/
+24
*
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