summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 3.2.03.2.0David Cramer2013-03-251-1/+1
* Dont lint sixDavid Cramer2013-03-251-1/+1
* Merge branch 'master' of github.com:getsentry/raven-pythonDavid Cramer2013-03-2520-52/+544
|\
| * Merge pull request #276 from linovia/getsentry_masterDavid Cramer2013-03-251-0/+404
| |\
| | * Vendor version of six.Xavier Ordoquy2013-03-251-0/+404
| |/
| * Merge pull request #275 from TkTech/masterDavid Cramer2013-03-211-1/+5
| |\
| | * Small change to let you pass dsn into init_appTyler Kennedy2013-03-211-1/+5
| |/
| * Merge pull request #273 from hodgestar/masterDavid Cramer2013-03-204-32/+102
| |\
| | * Make AsyncTransport a sub-class of Transport rather than requiring AsyncTrans...Simon Cross2013-03-203-16/+30
| | * Make Twisted HTTP async.Simon Cross2013-03-201-4/+6
| | * Implement error handling and rate-limiting for asynchronous transports.Simon Cross2013-03-203-26/+80
| * | Merge pull request #274 from saulshanabrook/patch-1David Cramer2013-03-201-1/+4
| |\ \ | | |/ | |/|
| | * Changed Django WSGI Middleware to workable ExampleSaul Shanabrook2013-03-201-1/+4
| |/
| * Merge pull request #272 from fayazkhan/logbook_more_dataDavid Cramer2013-03-191-1/+10
| |\
| | * more information from logbook recordsFayaz Yusuf Khan2013-03-191-1/+10
| |/
| * Merge pull request #271 from andialbrecht/masterDavid Cramer2013-03-181-0/+2
| |\
| | * Process string_max_length and list_max_length in Flask client.Andi Albrecht2013-03-181-0/+2
| |/
| * Merge pull request #270 from linovia/getsentry_masterDavid Cramer2013-03-1714-18/+18
| |\
| | * Use new style exceptions.Xavier Ordoquy2013-03-1714-18/+18
| |/
* | Update Pylons configuration notesDavid Cramer2013-03-181-1/+1
|/
* Add fixed Django 1.5 build to releases (and bump previous versions to latest ...David Cramer2013-03-031-2/+3
* Correct some various behaviors causing test failuresDavid Cramer2013-03-032-4/+12
* Switch to pytest-django-lite for Django 1.2 compatibilityDavid Cramer2013-03-031-1/+1
* Remove bootstrap-tests from make testDavid Cramer2013-03-031-1/+1
* Remove bootstrap-testsDavid Cramer2013-03-032-5/+2
* 3.1.173.1.17David Cramer2013-03-031-1/+1
* Dont send context_line as a list when we are unable to get the sourceDavid Cramer2013-03-031-3/+3
* Strip carriage return from linesDavid Cramer2013-03-031-3/+3
* 3.1.163.1.16David Cramer2013-02-251-1/+1
* Correctly handle Django SuspiciousOperation in request.build_absolute_uriDavid Cramer2013-02-252-8/+26
* 3.1.153.1.15David Cramer2013-02-221-1/+1
* Improve makefileDavid Cramer2013-02-223-26/+30
* Correctly handle empty lines of contextDavid Cramer2013-02-221-1/+1
* Merge pull request #261 from apieceofredcloth/masterDavid Cramer2013-02-182-7/+14
|\
| * update docs/config/index.rstyushengjun2013-02-192-7/+14
|/
* Add explicit cleanup to serializersDavid Cramer2013-02-151-2/+7
* Correct logbook formatting behavior (fixes GH-260)David Cramer2013-02-153-11/+14
* 3.1.133.1.13David Cramer2013-02-141-1/+1
* Merge pull request #259 from stefanor/tornado-write_errorDavid Cramer2013-02-141-1/+1
|\
| * exc_info isn't supplied when tornado calls write_errorStefano Rivera2013-02-141-1/+1
* | Correctly handle tags when an event has exception dataDavid Cramer2013-02-142-2/+23
|/
* 3.1.123.1.12David Cramer2013-02-131-1/+1
* Dont try to return a public_dsn if Raven is disabledDavid Cramer2013-02-132-1/+3
* Correct ProxyClient.__repr__ behaviorDavid Cramer2013-02-131-1/+1
* Correct test pathsDavid Cramer2013-02-101-2/+2
* 3.1.113.1.11David Cramer2013-02-101-1/+1
* Dont use weakref on signal (fails in Sentry core)David Cramer2013-02-101-1/+1
* client -> base (tests)David Cramer2013-02-082-0/+0
* Allow exclusion of module version data via the 'include_versions' option (fix...David Cramer2013-02-081-0/+3
* Improve test for disabled 404 middlewareDavid Cramer2013-02-081-1/+2