boartty/gertty
James E. Blair a5d049e20b Do not display InsecurePlatformWarning
The current requests module issues InsecurePlatformWarning on what
seems like every request.  Perform duplicate suppresion on all
warning messages.  Additionally, never display this message to the
user because there is almost nothing the user can do about it,
and annoying them is not going to help.  Log the message once.

Also move the InsecureRequestWarning suppression to use the same
new system.  Log it once if ssl verification is disabled.  Display
the warning if it is not disabled.

Change-Id: Icc84596dbc5f0e36a1af5c56215380b0f405613f
2015-03-23 17:31:45 -07:00
..
alembic Add indexes to revision table 2015-03-10 16:32:59 -07:00
search Fix searching with uppercase booleans 2015-03-06 16:50:00 -08:00
view Right align line numbers 2015-03-24 10:16:19 +11:00
__init__.py Initial commit 2014-04-29 16:28:49 -07:00
alembic.ini Use alembic 2014-05-07 21:35:07 -04:00
app.py Do not display InsecurePlatformWarning 2015-03-23 17:31:45 -07:00
commentlink.py Add test results to top of change view 2014-08-23 10:58:16 -07:00
config.py Display times in local tz 2015-03-11 09:42:03 -07:00
db.py Add indexes to revision table 2015-03-10 16:32:59 -07:00
dbsupport.py Add account table 2014-08-01 15:49:30 -07:00
gitrepo.py Fix crashing on files with no changes 2015-03-02 09:39:19 -08:00
keymap.py Fix keymap substitution 2015-03-05 07:59:05 -08:00
mywid.py Add support for editing commit message 2014-08-31 15:40:40 -07:00
palette.py Use category min/max in change list colors 2015-01-21 17:06:46 -08:00
requestsexceptions.py Do not display InsecurePlatformWarning 2015-03-23 17:31:45 -07:00
sync.py Do not display InsecurePlatformWarning 2015-03-23 17:31:45 -07:00
version.py Add user-agent and version 2014-08-30 14:55:53 -07:00