summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/pydoc
Commit message (Collapse)AuthorAgeFilesLines
* install idle and pydoc with a 3 suffix #5756Benjamin Peterson2009-04-251-5/+0
|
* [Patch #1005491 ] use __name__ == '__main__' in scriptsAndrew M. Kuchling2004-08-091-1/+2
|
* Call main routine in pydoc module (pydoc.cli).Ka-Ping Yee2001-03-011-76/+2
|
* Add script form of pydoc so that it's present in beta1. CurrentlyAndrew M. Kuchling2001-02-281-0/+78
this just copies the __name__=='__main__' logic from pydoc.py. ?!ng can decide whether he wants to create a main() in pydoc, or rip it out of pydoc.py completely.