summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.0.62.0.6David Cramer2012-09-131-1/+1
* Handle data value not being a dict (e.g. non raven spec) (fixes GH-178)David Cramer2012-09-132-1/+15
* Fix test nameDavid Cramer2012-09-131-1/+1
* Merge branch 'master' of github.com:getsentry/raven-pythonDavid Cramer2012-09-1335-189/+259
|\
| * Merge pull request #177 from talkatv/masterDavid Cramer2012-09-071-1/+2
| |\
| | * Changed encoding.shorten to use serializers's transformJoar Wandborg2012-09-071-1/+2
| |/
| * Ensure upper bound never exceeds number of lines in fileDavid Cramer2012-09-061-1/+1
| * Include User-Agent string for identifying the clientDavid Cramer2012-09-042-1/+7
| * Lint cleanupDavid Cramer2012-09-033-4/+6
| * Handle serializing promises to some extent in Django 1.4David Cramer2012-09-032-12/+22
| * Adjust version requirement to support 1.4David Cramer2012-09-031-1/+1
| * **really** dont require sentry for testsDavid Cramer2012-09-032-8/+12
| * Suppress billiard errorsDavid Cramer2012-09-031-4/+5
| * Remove sentry requirement from tests, add Django 1.4.1 to matrixDavid Cramer2012-09-036-86/+6
| * Merge pull request #174 from mihneasim/masterDavid Cramer2012-08-291-2/+4
| |\
| | * zope: fixed AttributeError on anonymous userMihnea Simian2012-08-281-2/+4
| * | Merge pull request #173 from doismellburning/invalid_json_messageDavid Cramer2012-08-291-1/+1
| |\ \ | | |/ | |/|
| | * Added an important missing word to an error messageKristian Glass2012-08-221-1/+1
| * | 2.0.52.0.5David Cramer2012-08-231-1/+1
| * | LintDavid Cramer2012-08-233-2/+4
| * | Correct behavior of level when it is passed into kwargsDavid Cramer2012-08-231-1/+1
| |/
| * 2.0.4David Cramer2012-08-221-1/+1
| * Bump Sentry version in tests2.0.4David Cramer2012-08-221-1/+1
| * Gracefully handle errors getting package versions (fixes GH-143)David Cramer2012-08-221-20/+39
| * Relax simplejson version requirementDavid Cramer2012-08-221-1/+1
| * Merge pull request #166 from jaap3/py25David Cramer2012-08-2213-28/+50
| |\
| | * PEP-8 whitespaceJaap Roes2012-08-071-0/+1
| | * Avoid duplicating schemesJaap Roes2012-08-071-1/+3
| | * Removed sys.path manipulation as it intervenes with tox/virualenvJaap Roes2012-08-061-10/+0
| | * Test pass on Python 2.5 (skipping zerorpc and wsgi middleware (webobj) tests)Jaap Roes2012-08-065-2/+16
| | * Register custom schemes with urlparse for compat with Python < 2.6.5, fixes i...Jaap Roes2012-08-064-4/+15
| | * Added python 2.5 to the env list.Jaap Roes2012-08-061-1/+1
| | * Use the register as a function for python 2.5 compat (fixes issue #161)Jaap Roes2012-08-062-12/+16
| * | Merge pull request #171 from doismellburning/django_1.3.3David Cramer2012-08-171-1/+1
| |\ \
| | * | Bumped Django 1.3 version in .travis.yml to latest (1.3.3) from 1.3.1Kristian Glass2012-08-171-1/+1
| |/ /
| * | Correct Sentry linkDavid Cramer2012-08-101-1/+1
| * | Move repository to getsentry/raven-pythonDavid Cramer2012-08-105-9/+9
| * | Merge pull request #169 from linovia/masterDavid Cramer2012-08-071-1/+1
| |\ \
| | * | Replace SENTRY_DEBUG switch by RAVEN_CONFIG['register_signals']Xavier Ordoquy2012-08-071-1/+1
| |/ /
| * | Support correctly disabling the Raven client with an empty dsn valueDavid Cramer2012-08-069-6/+33
| * | Merge branch 'master' of github.com:dcramer/ravenDavid Cramer2012-08-062-21/+12
| |\ \
| * | | Add Client.captureExceptions context managerDavid Cramer2012-08-062-0/+54
| | |/ | |/|
* | | Merge branch 'master' of github.com:dcramer/ravenDavid Cramer2012-08-311-0/+3
|\ \ \ | |_|/ |/| |
| * | Update README.mdDavid Cramer2012-08-101-3/+2
| * | Initial commitDavid Cramer2012-08-101-0/+4
| /
* | Dont fail hard when logging handlers raise an exception (fixes GH-167)David Cramer2012-08-062-21/+12
|/
* Correct path to transformDavid Cramer2012-08-012-2/+2
* Merge branch 'master' of github.com:dcramer/ravenDavid Cramer2012-08-0119-225/+347
|\
| * Merge pull request #164 from DamianZaremba/masterDavid Cramer2012-08-013-3/+5
| |\
| | * Refactoring raven.utils.encoding.transform to raven.utils.serializers.transformDamian Zaremba2012-08-013-3/+5
| |/