nmap/zenmap/zenmapGUI
dmiller 9e4d6f5f5c Fix encoding issues related to Python 3 upgrade.
Python 3 str() is a unicode already, so can't be decoded.
subprocess.Popen needs to be in text mode (universal_newlines is the
oldest compatible kwarg for this) in order to do line-based buffering.
In general, all the filesystem encoding stuff we were doing is done by
Python itself now.
2022-12-07 20:34:07 +00:00
..
higwidgets Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
__init__.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
About.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
App.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
BugReport.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
CrashReport.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
DiffCompare.py Fix encoding issues related to Python 3 upgrade. 2022-12-07 20:34:07 +00:00
FileChoosers.py Fix encoding issues related to Python 3 upgrade. 2022-12-07 20:34:07 +00:00
FilterBar.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
Icons.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
MainWindow.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
NmapOutputProperties.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
NmapOutputViewer.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
OptionBuilder.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
Print.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
ProfileCombo.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
ProfileEditor.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
ProfileHelp.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
ScanHostDetailsPage.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
ScanHostsView.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
ScanInterface.py Fix encoding issues related to Python 3 upgrade. 2022-12-07 20:34:07 +00:00
ScanNmapOutputPage.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
ScanOpenPortsPage.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
ScanRunDetailsPage.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
ScanScanListPage.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
ScansListStore.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
ScanToolbar.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
ScriptInterface.py Fix encoding issues related to Python 3 upgrade. 2022-12-07 20:34:07 +00:00
SearchGUI.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
SearchWindow.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
TargetCombo.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
TopologyPage.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00