summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Alt-H was conflicting with the Help menu on Windows.Kurt B. Kaiser2002-12-231-1/+1
* M MANIFEST.inKurt B. Kaiser2002-12-234-52/+45
* Add configuration for packaging.Kurt B. Kaiser2002-12-222-0/+7
* When IDLE is installed and run from a startup script, the script'sKurt B. Kaiser2002-12-211-0/+5
* M PyShell.pyKurt B. Kaiser2002-12-213-23/+24
* Update the setup file:Kurt B. Kaiser2002-12-201-34/+42
* Remove debugging statement checked in by accident, ah, carelessness.Kurt B. Kaiser2002-12-201-1/+0
* "'foo' in str" not implemented in Python 2.2, only single character lookupKurt B. Kaiser2002-12-201-1/+2
* *** empty log message ***Tony Lownds2002-12-201-1/+1
* Update way a subprocess is launched for Mac OS X.Tony Lownds2002-12-205-16/+107
* Panel Bar on the Bottom is Probably More CommonKurt B. Kaiser2002-12-201-2/+4
* Updated.Kurt B. Kaiser2002-12-201-11/+24
* If Edit window has not been saved, offer to save if user tries to Run orKurt B. Kaiser2002-12-191-14/+21
* M ColorDelegator.pyKurt B. Kaiser2002-12-173-22/+40
* In Shell:Kurt B. Kaiser2002-12-161-0/+4
* M EditorWindow.pyKurt B. Kaiser2002-12-162-5/+8
* M Debugger.pyKurt B. Kaiser2002-12-143-77/+75
* Prevent debugger from stepping into Idle rpc codeChui Tey2002-12-121-5/+17
* M CallTipWindow.pyKurt B. Kaiser2002-12-122-15/+34
* Update to reflect current implementation.Kurt B. Kaiser2002-12-111-78/+76
* Rework the command line interface, incorporating the shell/editKurt B. Kaiser2002-12-111-72/+136
* M PyShell.pyKurt B. Kaiser2002-12-062-20/+39
* Enable Check ModuleKurt B. Kaiser2002-12-031-5/+2
* Don't use Alt-Fn or Ctrl-Fn keys, reserved for desktop changes in Unix.Kurt B. Kaiser2002-12-031-17/+11
* Get rid of 1.5.2 compatibility hack. :-)Guido van Rossum2002-12-031-8/+0
* Remove dead code in get_stack().Kurt B. Kaiser2002-12-021-31/+23
* Fix beep.Kurt B. Kaiser2002-12-021-16/+3
* Cleanup:Neal Norwitz2002-11-301-9/+5
* Remove unused importNeal Norwitz2002-11-301-5/+6
* Convert string exceptions to classes, string exceptions are deprecatedNeal Norwitz2002-11-302-8/+16
* Convert some more 1/0 to True/FalseNeal Norwitz2002-11-302-14/+14
* Add missing self for method callNeal Norwitz2002-11-301-2/+2
* Port Martin von Loewis checkin from Python:Neal Norwitz2002-11-301-5/+24
* Port Martin von Loewis checkin from python: Support sdist.Neal Norwitz2002-11-301-0/+4
* M PyShell.pyKurt B. Kaiser2002-11-302-17/+20
* Correct an error introduced at Rev 1.30. The keyword arg is necessaryKurt B. Kaiser2002-11-291-6/+8
* Apply Nicolas Riley's Patch.Kurt B. Kaiser2002-11-211-5/+5
* By default when getting the search menu, the currently highligtedChui Tey2002-11-062-2/+6