summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/OutputWindow.py
Commit message (Collapse)AuthorAgeFilesLines
* SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)Raymond Hettinger2003-07-091-2/+2
|
* Forwardport Patch from IDLEfork SF 615312Kurt B. Kaiser2003-06-151-0/+9
| | | | Convert characters from the locale's encoding on output
* Whitespace NormalizationKurt B. Kaiser2002-12-311-7/+0
|
* Revert Rev 1.6Kurt B. Kaiser2002-09-271-9/+0
| | | | | | | | | "Merge Py Idle changes: Rev 1.7 [Python-idle] loewis Convert characters from the locale's encoding on output. Reject characters outside the locale's encoding on input." Not compatible with Python 2.2.1. Forwardport as a SF patch.
* Merge Py Idle changes:Kurt B. Kaiser2002-09-171-0/+9
| | | | | | Rev 1.7 loewis Convert characters from the locale's encoding on output. Reject characters outside the locale's encoding on input.
* (Re)Apply Sourceforge Python patch 520483, Sourceforge Idlefork patchKurt B. Kaiser2002-09-021-1/+1
| | | | | | | | | | | | | | | | 521908 (again) to MAIN The patch applied by Steven was inadvertently reverted during the transition to GRPC. Python 2.3a0 (#3, May 8 2002, 23:37:01) [GCC egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)] on linux2 Type "copyright", "credits" or "license" for more information. GRPC IDLE Fork 0.8.2 >>> print u'\xbfQu\xe9 pas\xf3?' ¿Qué pasó? Modified Files: OutputWindow.py
* Rework the code to have only the GvR RPC. Output from execution of userKurt B. Kaiser2002-06-121-169/+45
| | | | code is directed to the Shell.
* tracking changes to python idle:Steven M. Gava2002-02-231-1/+1
| | | | python Patch #520483: Make IDLE OutputWindow handle Unicode.
* Initial revisionDavid Scherer2000-08-151-0/+279