Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | install idle and pydoc with a 3 suffix #5756 | Benjamin Peterson | 2009-04-25 | 1 | -5/+0 |
| | |||||
* | [Patch #1005491 ] use __name__ == '__main__' in scripts | Andrew M. Kuchling | 2004-08-09 | 1 | -1/+2 |
| | |||||
* | Call main routine in pydoc module (pydoc.cli). | Ka-Ping Yee | 2001-03-01 | 1 | -76/+2 |
| | |||||
* | Add script form of pydoc so that it's present in beta1. Currently | Andrew M. Kuchling | 2001-02-28 | 1 | -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. |