<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/raven.git/raven/exceptions.py, branch awslambda-integration</title>
<subtitle>github.com: getsentry/raven-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/raven.git/'/>
<entry>
<title>Remove six entirely and unify _compat into utils.compat (#812)</title>
<updated>2016-12-14T21:55:15+00:00</updated>
<author>
<name>Matt Robenolt</name>
<email>matt@ydekproductions.com</email>
</author>
<published>2016-12-14T21:55:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/raven.git/commit/?id=c69abaa1506a426802e979c7f8c6a4ab0ef9c4d7'/>
<id>c69abaa1506a426802e979c7f8c6a4ab0ef9c4d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Strip six module and rename to raven._compat</title>
<updated>2016-01-12T20:40:51+00:00</updated>
<author>
<name>Armin Ronacher</name>
<email>armin.ronacher@active-4.com</email>
</author>
<published>2016-01-12T20:40:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/raven.git/commit/?id=97e93ea7baf4aadecbe3f14ba1b87f3b0917c2af'/>
<id>97e93ea7baf4aadecbe3f14ba1b87f3b0917c2af</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor DSN and transport configuration</title>
<updated>2015-05-22T00:25:24+00:00</updated>
<author>
<name>David Cramer</name>
<email>dcramer@gmail.com</email>
</author>
<published>2015-03-29T18:34:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/raven.git/commit/?id=12bb73770747ae8a6cc688bff32279257362e76b'/>
<id>12bb73770747ae8a6cc688bff32279257362e76b</id>
<content type='text'>
Passing a transport via a scheme prefix is now deprecated in favor of explicit class loading:

&gt;&gt;&gt; Client(dsn, transport=HttpTransport)

Additionally DSN-related configuration is now held in the RemoteConfig helper, which is bound on Client.remote.

Fixes GH-587
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Passing a transport via a scheme prefix is now deprecated in favor of explicit class loading:

&gt;&gt;&gt; Client(dsn, transport=HttpTransport)

Additionally DSN-related configuration is now held in the RemoteConfig helper, which is bound on Client.remote.

Fixes GH-587
</pre>
</div>
</content>
</entry>
<entry>
<title>Add versioning helpers</title>
<updated>2015-01-09T22:22:12+00:00</updated>
<author>
<name>David Cramer</name>
<email>dcramer@gmail.com</email>
</author>
<published>2015-01-09T21:26:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/raven.git/commit/?id=e75c9a2d4a88a6ec782158f5cc46e9f0c2712960'/>
<id>e75c9a2d4a88a6ec782158f5cc46e9f0c2712960</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Turns out, rate limiting is it's own exception</title>
<updated>2014-04-15T05:21:52+00:00</updated>
<author>
<name>Matt Robenolt</name>
<email>matt@ydekproductions.com</email>
</author>
<published>2014-04-15T05:21:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/raven.git/commit/?id=6db3d8dffbe0f39b24a3b9f35ad74cfcd3e6e22e'/>
<id>6db3d8dffbe0f39b24a3b9f35ad74cfcd3e6e22e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing import</title>
<updated>2014-04-01T04:49:47+00:00</updated>
<author>
<name>David Cramer</name>
<email>dcramer@gmail.com</email>
</author>
<published>2014-04-01T04:49:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/raven.git/commit/?id=846db67c6b4900471840a94bcf4d04a811422bfe'/>
<id>846db67c6b4900471840a94bcf4d04a811422bfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve behavior when API returns valid errors</title>
<updated>2014-04-01T04:11:29+00:00</updated>
<author>
<name>David Cramer</name>
<email>dcramer@gmail.com</email>
</author>
<published>2014-04-01T04:11:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/raven.git/commit/?id=4b758cbf70130ab5627e96f3fcf781c3aca359b1'/>
<id>4b758cbf70130ab5627e96f3fcf781c3aca359b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
