summaryrefslogtreecommitdiff
path: root/raven/utils/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Lazily import pkg_resources for better import performance.Mike2018-05-101-6/+9
* Fix a few flake8s.chebee7i2018-05-021-2/+3
* Add is_namedtuple().chebee7i2018-05-021-1/+3
* Move generic utils from __init__.py to basic.py.chebee7i2018-05-021-80/+3
* Mask Complete dictionary instead of just the leaves (#1198)Dhruv Aggarwal2018-02-131-4/+4
* Refactored base codeMax Murashov2017-11-221-3/+2
* Remove six entirely and unify _compat into utils.compat (#812)Matt Robenolt2016-12-141-1/+1
* lintDavid Cramer2016-11-101-0/+1
* Add @once decorator instead of custom hackery in breadcrumbsArmin Ronacher2016-04-221-0/+21
* Catch all exceptions raised from setuptoolsMatt Robenolt2016-04-191-1/+1
* Strip six module and rename to raven._compatArmin Ronacher2016-01-121-6/+9
* Correct memoize behaviorDavid Cramer2016-01-081-3/+2
* Try to detect version with pkg_resources firstAxel Haustant2015-10-191-7/+11
* Refactor get_version_from_app to better handle unexepcted casesversionsMatt Robenolt2015-08-021-8/+12
* Get module version according to PEP396Lars Holm Nielsen2014-04-281-2/+2
* map instead of list comprehension because fasterMatt Robenolt2014-01-211-1/+1
* Check app.version because Markdown does thisMatt Robenolt2014-01-211-0/+2
* New context() APIDavid Cramer2013-12-021-0/+11
* Correct recursive import when importing clientDavid Cramer2013-06-151-0/+26
* Require absolute import statements on filesDavid Cramer2013-06-151-0/+1
* fix for issue #299 raven fails on apps that use StrictVerionharm2013-05-021-1/+1
* Use six and compat module to provide a python3 compatibility.Xavier Ordoquy2013-03-291-2/+3
* Use new style exceptions.Xavier Ordoquy2013-03-171-1/+1
* Remove unused get_signature functionDavid Cramer2012-12-191-6/+0
* Remove deprecated behavior and add sentry_secret to headerDavid Cramer2012-12-191-5/+4
* Correct all current lint violationsDavid Cramer2012-11-231-1/+1
* its not 2010 anymoreDavid Cramer2012-10-121-1/+1
* Gracefully handle errors getting package versions (fixes GH-143)David Cramer2012-08-221-20/+39
* Don't send signed messagesDavid Cramer2012-05-231-2/+3
* Set protocol version in client baseDavid Cramer2012-02-041-2/+2
* Improve SanitizePasswordsProcessor to handle http dataDavid Cramer2012-01-191-5/+10
* Bump raven to 1.0.4 and send sentry_version with auth header1.0.4David Cramer2012-01-181-0/+1
* Ensure get_signature handles unicode keys and pep8David Cramer2012-01-131-2/+7
* Some more workon API cleanupDavid Cramer2011-10-161-23/+0
* Implement 2.0 auth schemaDavid Cramer2011-10-131-7/+11
* Eliminate global settings module (routing_key for celery integration is now '...David Cramer2011-10-101-1/+0
* sentry_client -> ravenDavid Cramer2011-10-071-0/+114