summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Set breakpoints on remote debuggerChui Tey2002-11-042-9/+10
* Tidied up widget placementChui Tey2002-11-041-14/+23
* Recalls breakpoints set in a fileChui Tey2002-11-041-7/+57
* [ 629984 ] Smaller font sizes not supportedChui Tey2002-11-041-1/+1
* 619127: Recent File Menu Not UpdatingChui Tey2002-11-041-0/+13
* Implement Restoring Breakpoints in Subprocess DebuggerKurt B. Kaiser2002-10-233-74/+110
* M CallTips.py Add support for getting calltip from subprocess,Kurt B. Kaiser2002-10-104-63/+89
* Apply Josh Robb's Patch:Kurt B. Kaiser2002-10-061-3/+11
* Josh Robb's PatchKurt B. Kaiser2002-10-041-0/+4
* Apply Josh Robb's PatchKurt B. Kaiser2002-10-041-1/+1
* Finding a suitable interpreter to spawn needed tweaking on the MacTony Lownds2002-09-291-4/+17
* Mac users now see correct modifiers in the Key Binding Entry window.Tony Lownds2002-09-291-29/+35
* Change key binding to avoid conflict.Tony Lownds2002-09-291-2/+2
* Revert Rev 1.6Kurt B. Kaiser2002-09-271-9/+0
* Fix Bug 612886 copy/paste menu items failKurt B. Kaiser2002-09-263-1/+26
* Fix bug I created during merge from Python-idle.Kurt B. Kaiser2002-09-231-2/+2
* Blank line missing.Tony Lownds2002-09-231-0/+1