nmap/zenmap/zenmapGUI
dmiller f51de3bc0e Make NmapOutputViewer.go_to_host more efficient
Instead of loading the entire output into a new string with
gtk.TextBuffer.get_text, we use the gtk.TextIter.forward_search method.
This works because we don't need to use regular expressions to find a
static string.
2014-06-03 17:22:20 +00:00
..
higwidgets Spellcheck on all Python files 2014-02-20 21:22:30 +00:00
__init__.py Add a lacking space in the license comment. The command I used to do this is: 2013-09-11 19:06:20 +00:00
About.py Prevent PyXML from importing, causing crashes 2014-05-21 03:53:58 +00:00
App.py Delay loading modules and objects until gettext is loaded 2014-01-09 22:27:15 +00:00
BugReport.py Prevent PyXML from importing, causing crashes 2014-05-21 03:53:58 +00:00
CrashReport.py Prevent PyXML from importing, causing crashes 2014-05-21 03:53:58 +00:00
DiffCompare.py Prevent PyXML from importing, causing crashes 2014-05-21 03:53:58 +00:00
FileChoosers.py Apply PEP 8 style guidance to zenmap 2014-01-08 19:50:22 +00:00
FilterBar.py Apply PEP 8 style guidance to zenmap 2014-01-08 19:50:22 +00:00
Icons.py Apply PEP 8 style guidance to zenmap 2014-01-08 19:50:22 +00:00
MainWindow.py Prevent PyXML from importing, causing crashes 2014-05-21 03:53:58 +00:00
NmapOutputProperties.py Apply PEP 8 style guidance to zenmap 2014-01-08 19:50:22 +00:00
NmapOutputViewer.py Make NmapOutputViewer.go_to_host more efficient 2014-06-03 17:22:20 +00:00
OptionBuilder.py Prevent PyXML from importing, causing crashes 2014-05-21 03:53:58 +00:00
Print.py Apply PEP 8 style guidance to zenmap 2014-01-08 19:50:22 +00:00
ProfileCombo.py Apply PEP 8 style guidance to zenmap 2014-01-08 19:50:22 +00:00
ProfileEditor.py Apply PEP 8 style guidance to zenmap 2014-01-08 19:50:22 +00:00
ProfileHelp.py Replace key existence tests with dict.get() 2014-01-08 20:28:12 +00:00
ScanHostDetailsPage.py Replace exception-as-flow-control pattern 2014-01-13 15:37:39 +00:00
ScanHostsView.py Apply PEP 8 style guidance to zenmap 2014-01-08 19:50:22 +00:00
ScanInterface.py Prevent PyXML from importing, causing crashes 2014-05-21 03:53:58 +00:00
ScanNmapOutputPage.py Spellcheck on all Python files 2014-02-20 21:22:30 +00:00
ScanOpenPortsPage.py Apply PEP 8 style guidance to zenmap 2014-01-08 19:50:22 +00:00
ScanRunDetailsPage.py Apply PEP 8 style guidance to zenmap 2014-01-08 19:50:22 +00:00
ScanScanListPage.py Apply PEP 8 style guidance to zenmap 2014-01-08 19:50:22 +00:00
ScansListStore.py Apply PEP 8 style guidance to zenmap 2014-01-08 19:50:22 +00:00
ScanToolbar.py Apply PEP 8 style guidance to zenmap 2014-01-08 19:50:22 +00:00
ScriptInterface.py Prevent PyXML from importing, causing crashes 2014-05-21 03:53:58 +00:00
SearchGUI.py Replace == and != with is and is not for comparisons with None 2014-01-09 16:47:20 +00:00
SearchWindow.py Apply PEP 8 style guidance to zenmap 2014-01-08 19:50:22 +00:00
TargetCombo.py Apply PEP 8 style guidance to zenmap 2014-01-08 19:50:22 +00:00
TopologyPage.py Apply PEP 8 style guidance to zenmap 2014-01-08 19:50:22 +00:00