Home
last modified time | relevance | path

Searched refs:IOBinding (Results 1 – 19 of 19) sorted by relevance

/external/python/cpython2/Lib/idlelib/
Drun.py18 from idlelib import IOBinding
213 if fn.startswith("<pyshell#") and IOBinding.encoding != 'utf-8':
281 IOBinding.encoding)
283 IOBinding.encoding)
285 IOBinding.encoding)
DOutputWindow.py5 from idlelib import IOBinding
42 s = unicode(s, IOBinding.encoding)
DPyShell.py37 from idlelib import IOBinding
671 if isinstance(source, unicode) and IOBinding.encoding != 'utf-8':
674 IOBinding.encoding,
675 source.encode(IOBinding.encoding))
916 from idlelib import IOBinding
917 self.stdin = PseudoInputFile(self, "stdin", IOBinding.encoding)
918 self.stdout = PseudoOutputFile(self, "stdout", IOBinding.encoding)
919 self.stderr = PseudoOutputFile(self, "stderr", IOBinding.encoding)
920 self.console = PseudoOutputFile(self, "console", IOBinding.encoding)
1083 from idlelib import IOBinding
[all …]
DREADME.txt48 IOBinding.py # Open, read, and write files
128 Open... # IOBinding.open
135 Save As... # IOBinding.save_as
138 Print Window # IOBinding.print_window
DIOBinding.py144 class IOBinding: class
606 IOBinding(editwin)
Dextend.txt25 io an IOBinding instance (more about this later)
DChangeLog304 * IOBinding.py: py-cvs-rel2_1 (Rev 1.4) merge - move "import *" to
419 EditorWindow.py, FileList.py, FormatParagraph.py, IOBinding.py,
436 FormatParagraph.py, FrameViewer.py, GrepDialog.py, IOBinding.py,
465 GrepDialog.py, IDLEFORK.html, IOBinding.py, IdleConf.py,
533 IOBinding.py, IdleConf.py, IdleHistory.py, MultiScrolledLists.py,
555 IOBinding.py, IdleConf.py, IdleHistory.py, MultiScrolledLists.py,
668 * IOBinding.py, FormatParagraph.py, CallTips.py:
1389 …ic/README, README.txt, PyShell.py, Attic/PopupMenu.py, OutputWindow.py, IOBinding.py, Attic/HelpWi…
1587 …ttic/README, PyShell.py, Attic/PopupMenu.py, Percolator.py, Outline.py, IOBinding.py, History.py, …
DEditorWindow.py124 from idlelib.IOBinding import IOBinding, filesystemencoding, encoding
312 self.io = io = self.IOBinding(self)
DNEWS.txt55 - Issue #25507: fix incorrect change in IOBinding that prevented printing.
57 Augment IOBinding htest to include all major IOBinding functions.
886 - Convert Unicode strings from readline to IOBinding.encoding. Also set
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_iomenu.py18 cls.io = iomenu.IOBinding(cls.editwin)
/external/python/cpython3/Lib/idlelib/
Diomenu.py23 class IOBinding: class
427 IOBinding(editwin)
Dextend.txt25 io an IOBinding instance (more about this later)
DChangeLog304 * IOBinding.py: py-cvs-rel2_1 (Rev 1.4) merge - move "import *" to
419 EditorWindow.py, FileList.py, FormatParagraph.py, IOBinding.py,
436 FormatParagraph.py, FrameViewer.py, GrepDialog.py, IOBinding.py,
465 GrepDialog.py, IDLEFORK.html, IOBinding.py, IdleConf.py,
533 IOBinding.py, IdleConf.py, IdleHistory.py, MultiScrolledLists.py,
555 IOBinding.py, IdleConf.py, IdleHistory.py, MultiScrolledLists.py,
668 * IOBinding.py, FormatParagraph.py, CallTips.py:
1389 …ic/README, README.txt, PyShell.py, Attic/PopupMenu.py, OutputWindow.py, IOBinding.py, Attic/HelpWi…
1587 …ttic/README, PyShell.py, Attic/PopupMenu.py, Percolator.py, Outline.py, IOBinding.py, History.py, …
Deditor.py53 from idlelib.iomenu import IOBinding, encoding
265 self.io = io = self.IOBinding(self)
DNEWS.txt909 - Issue #25507: fix incorrect change in IOBinding that prevented printing.
910 Augment IOBinding htest to include all major IOBinding functions.
DNEWS2x.txt386 - Convert Unicode strings from readline to IOBinding.encoding. Also set
/external/python/cpython2/Misc/NEWS.d/
D2.7.12rc1.rst904 fix incorrect change in IOBinding that prevented printing. Change also
905 prevented saving shell window with non-ascii characters. Augment IOBinding
906 htest to include all major IOBinding functions.
/external/python/cpython3/Misc/NEWS.d/
D3.5.2rc1.rst1787 fix incorrect change in IOBinding that prevented printing. Augment IOBinding
1788 htest to include all major IOBinding functions.
D3.6.0a1.rst3145 fix incorrect change in IOBinding that prevented printing. Augment IOBinding
3146 htest to include all major IOBinding functions.