summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* Attempting to save the shell raised an error related to savingKurt B. Kaiser2003-03-041-2/+8
* SF 693333Kurt B. Kaiser2003-03-041-0/+3
* SF 695861Kurt B. Kaiser2003-03-031-1/+11
* M rpc.pyKurt B. Kaiser2003-02-272-43/+46
* M NEWS.txtKurt B. Kaiser2003-02-175-63/+149
* M PyShell.pyKurt B. Kaiser2003-01-312-84/+42
* Update for release.Kurt B. Kaiser2003-01-273-13/+39
* Whitespace normalization.Kurt B. Kaiser2003-01-273-4/+4
* Update.Kurt B. Kaiser2003-01-261-7/+9
* M ScriptBinding.pyKurt B. Kaiser2003-01-263-55/+65
* M PyShell.pyKurt B. Kaiser2003-01-253-40/+45
* 1. Eliminate putrequest(): only used in asynccall(), merge it there.Kurt B. Kaiser2003-01-251-19/+36
* Make Alt-Key-2 the Zoom Height binding for ClassBrowser and PathBrowser,Kurt B. Kaiser2003-01-221-2/+2
* M Bindings.pyKurt B. Kaiser2003-01-224-24/+34
* 1. Restore the rest of Python IDLE setup.py Rev 1.4 (Python SF 634078)Kurt B. Kaiser2003-01-211-4/+7
* ...and the old pyclbr.py faked Function instances with Class instancesKurt B. Kaiser2003-01-201-1/+4
* SF bug #668906: class browser raises AttributeErrorRaymond Hettinger2003-01-191-1/+1
* Patch 611069 (Christos Georgiou) IDLE TODO:left/right when selected textKurt B. Kaiser2003-01-173-2/+28
* SF Bug 667812: Some Linux distros have Alt and Meta reversed.Kurt B. Kaiser2003-01-161-13/+13
* Updated IDLE Help to reflect changes in Additional Help SourceKurt B. Kaiser2003-01-141-8/+26
* M Bindings.pyKurt B. Kaiser2003-01-148-92/+164
* Update documentation.Kurt B. Kaiser2003-01-104-238/+323
* SF bug #652933 (for IdleFork): Open Module "math" Fails (Hettinger)Kurt B. Kaiser2003-01-101-1/+4
* M configDialog.pyKurt B. Kaiser2003-01-102-82/+97
* 1. Make finding Python help docs more robust, including the installedKurt B. Kaiser2003-01-101-19/+29
* Default the OK key in the Save Before Run dialog.Kurt B. Kaiser2003-01-101-0/+1
* M AutoExpand.pyKurt B. Kaiser2003-01-047-27/+55
* 1. Remove obsolete, incorrect comment on non-package installationKurt B. Kaiser2003-01-021-7/+3
* Improve exception handling.Kurt B. Kaiser2003-01-023-3/+6
* More installation info. Bump alpha version.Kurt B. Kaiser2003-01-012-7/+11
* Debugger was tracing through rpc.py when IDLEfork was not startedKurt B. Kaiser2003-01-011-21/+19
* Improve exception handling.Kurt B. Kaiser2002-12-313-6/+6
* Don't let the docstring end up in __main__.__doc__Tony Lownds2002-12-311-14/+14
* Update (slightly) for Alpha releaseKurt B. Kaiser2002-12-311-0/+7
* Move history to HISTORY.txtKurt B. Kaiser2002-12-311-0/+122
* Update for Alpha 0 ReleaseKurt B. Kaiser2002-12-312-182/+61
* Keep __main__ namespace cleanTony Lownds2002-12-311-1/+1
* Whitespace NormalizationKurt B. Kaiser2002-12-3123-322/+306
* Remove some old debugging print statements.Kurt B. Kaiser2002-12-291-10/+0
* M EditorWindow.pyKurt B. Kaiser2002-12-292-16/+20
* boolcheck cannot be deleted here.Tony Lownds2002-12-241-1/+1
* Move boolcheck before import of other IDLE modulesTony Lownds2002-12-241-3/+3
* M PyShell.pyKurt B. Kaiser2002-12-245-15/+35
* IDLE should exit if it fails to connect with the execution serverKurt B. Kaiser2002-12-241-1/+1
* 1. RPC stack levels were not pruned from traceback unless IDLE was startedKurt B. Kaiser2002-12-241-12/+27
* Uniform Capitalization in MenusKurt B. Kaiser2002-12-241-20/+20
* Remove debugging connection messageKurt B. Kaiser2002-12-231-2/+3
* Make this script execute using pythonwTony Lownds2002-12-231-0/+1
* Revert to revision 1.3; Mac OS X has a platform specific startup script, maco...Tony Lownds2002-12-231-15/+2
* Move boolcheck to PyShellTony Lownds2002-12-232-7/+4