Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Tools/scripts/pydocgui.pyw. | Zachary Ware | 2014-07-16 | 1 | -7/+0 |
| | | | | | pydoc.gui was removed over 3 years ago (#10818), this script has been utterly bereft of worth since then. | ||||
* | #18445: change permissions on some scripts to executable | Andrew Kuchling | 2013-08-18 | 1 | -0/+0 |
| | |||||
* | [Patch #1005491 ] use __name__ == '__main__' in scripts | Andrew M. Kuchling | 2004-08-09 | 1 | -1/+3 |
| | |||||
* | Rename pydoc.pyw to pydocgui.pyw: Since we changed Python to allow .pyw | Tim Peters | 2001-08-05 | 1 | -0/+5 |
files to satisfy imports, pydoc.pyw was just importing itself! |