summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/pydocgui.pyw
Commit message (Collapse)AuthorAgeFilesLines
* Remove Tools/scripts/pydocgui.pyw.Zachary Ware2014-07-161-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 executableAndrew Kuchling2013-08-181-0/+0
|
* [Patch #1005491 ] use __name__ == '__main__' in scriptsAndrew M. Kuchling2004-08-091-1/+3
|
* Rename pydoc.pyw to pydocgui.pyw: Since we changed Python to allow .pywTim Peters2001-08-051-0/+5
files to satisfy imports, pydoc.pyw was just importing itself!