History log of /external/python/cpython2/Lib/idlelib/OutputWindow.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8bfacc798559bb99bc9e13060b9ff23234760c1f 26-Sep-2015 Terry Jan Reedy <tjreedy@udel.edu> Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls.
This associates the message box with the widget and is better for Mac OSX.
Patch by Mark Roseman.
/external/python/cpython2/Lib/idlelib/OutputWindow.py
5018db76aa433430e1bdb0826086df1c025a1f70 01-Nov-2012 Andrew Svetlov <andrew.svetlov@gmail.com> Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu

Patch by Todd Rovito.
/external/python/cpython2/Lib/idlelib/OutputWindow.py
d630c04ab1ab35e2ec6eeeaba9bdcb9f8e730e78 02-Apr-2010 Florent Xicluna <florent.xicluna@gmail.com> #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports.
/external/python/cpython2/Lib/idlelib/OutputWindow.py
62e9a653b5d61536ab397573ba5133ddcca80f26 03-May-2009 Kurt B. Kaiser <kbk@shore.net> Further development of issue5559, handle Windows files
which not only have embedded spaces, but leading spaces.
/external/python/cpython2/Lib/idlelib/OutputWindow.py
94290d390ec09f2368cc476f7a82d42d9c279c52 27-Apr-2009 Kurt B. Kaiser <kbk@shore.net> Right click 'go to file/line' not working if spaces
in path. Bug 5559.
/external/python/cpython2/Lib/idlelib/OutputWindow.py
6634bf2919d855ccd821e878b8cc00c7209f1cbe 20-May-2008 Georg Brandl <georg@python.org> Tkinter rename reversal: remove tkinter package, adapt imports and docs.
/external/python/cpython2/Lib/idlelib/OutputWindow.py
ad9afeb8f02db9a13d2ed8e45361ecbc0d19bd32 16-May-2008 Georg Brandl <georg@python.org> Tkinter rename, step 2: fix imports and add stub modules.
/external/python/cpython2/Lib/idlelib/OutputWindow.py
931237e2e66975c54e2ac6c5e503ee2992a22bcf 09-Jul-2003 Raymond Hettinger <python@rcn.com> SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)
/external/python/cpython2/Lib/idlelib/OutputWindow.py
7de3772b2834ab18e160626912feb98abecb5104 15-Jun-2003 Kurt B. Kaiser <kbk@shore.net> Forwardport Patch from IDLEfork SF 615312
Convert characters from the locale's encoding on output
/external/python/cpython2/Lib/idlelib/OutputWindow.py
6655e4bc2752f1114a2e1f9a63ffd4191fa50d0d 31-Dec-2002 Kurt B. Kaiser <kbk@shore.net> Whitespace Normalization
/external/python/cpython2/Lib/idlelib/OutputWindow.py
46466b4c9228de804521e94df48e58490a35466e 27-Sep-2002 Kurt B. Kaiser <kbk@shore.net> Revert Rev 1.6
"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.
/external/python/cpython2/Lib/idlelib/OutputWindow.py
7827e1707c3727f51b553881bb389adf42b016e6 17-Sep-2002 Kurt B. Kaiser <kbk@shore.net> Merge Py Idle changes:
Rev 1.7 loewis
Convert characters from the locale's encoding on output.
Reject characters outside the locale's encoding on input.
/external/python/cpython2/Lib/idlelib/OutputWindow.py
d01163615ac4656c14c1c83b74526c8e85d094c2 02-Sep-2002 Kurt B. Kaiser <kbk@shore.net> (Re)Apply Sourceforge Python patch 520483, Sourceforge Idlefork patch
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
/external/python/cpython2/Lib/idlelib/OutputWindow.py
969de458aa12e831942637bbcd9994b29dc86252 12-Jun-2002 Kurt B. Kaiser <kbk@shore.net> Rework the code to have only the GvR RPC. Output from execution of user
code is directed to the Shell.
/external/python/cpython2/Lib/idlelib/OutputWindow.py
75a8e65873f8c73f27f353b30bb1de5aceb6b74c 24-Feb-2002 Steven M. Gava <elguavas@python.net> tracking changes to python idle:
python Patch #520483: Make IDLE OutputWindow handle Unicode.
/external/python/cpython2/Lib/idlelib/OutputWindow.py
7aced17437a6b05bc4b0b5ff93aa6a5d3a374d68 15-Aug-2000 David Scherer <dscherer@cmu.edu> Initial revision
/external/python/cpython2/Lib/idlelib/OutputWindow.py