nmap/zenmap/zenmapCore
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
..
__init__.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
BasePaths.py Fix encoding issues related to Python 3 upgrade. 2022-12-07 20:34:07 +00:00
DelayedObject.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
Diff.py Fix encoding issues related to Python 3 upgrade. 2022-12-07 20:34:07 +00:00
I18N.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
Name.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
NetworkInventory.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
NmapCommand.py Fix encoding issues related to Python 3 upgrade. 2022-12-07 20:34:07 +00:00
NmapOptions.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
NmapParser.py Fix encoding issues related to Python 3 upgrade. 2022-12-07 20:34:07 +00:00
NSEDocParser.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
Paths.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
RecentScans.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
ScriptArgsParser.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
ScriptMetadata.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
SearchResult.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
StringPool.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
TargetList.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
UmitConf.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
UmitConfigParser.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
UmitDB.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
UmitLogging.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
UmitOptionParser.py Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
Version.py Merge Nmap 7.93 release branch 2022-09-02 14:38:17 +00:00