debian-python-raven/raven/transport
Armin Ronacher 97e93ea7ba Strip six module and rename to raven._compat
We're seeing some odd issues with our six module interacting
badly with the six module from other libraries for some users.
The suspicion is that our six module in some cases gets unvendored.
We thus rename it to `raven._compat` (which is also what some
other Python modules do).  We still use six normally for the
tests.
2016-01-12 21:40:51 +01:00
..
__init__.py Remove aiohttp 2015-07-06 18:29:05 -07:00
base.py Remove scheme checking behavior 2015-07-10 11:59:34 -06:00
eventlet.py Fix Eventlet transport on Python 3 2015-06-10 13:05:13 +02:00
exceptions.py Require absolute import statements on files 2013-06-15 13:57:40 -07:00
gevent.py Standardize transport initialization/options (Fixes GH-608) 2015-05-13 16:29:12 -07:00
http.py Strip six module and rename to raven._compat 2016-01-12 21:40:51 +01:00
registry.py Remove aiohttp 2015-07-06 18:29:05 -07:00
requests.py Standardize transport initialization/options (Fixes GH-608) 2015-05-13 16:29:12 -07:00
threaded.py Spawn new thread for different pid 2015-12-10 20:09:56 +01:00
threaded_requests.py Added a threaded version of requests using threaded+requests+http scheme 2014-07-04 19:57:31 -07:00
tornado.py Fix the Tornado transport, arguments were in wrong order. 2015-09-04 09:50:47 +02:00
twisted.py Pass the required parsed_url parameter back to HTTPTransport 2015-09-23 11:53:58 -04:00