summaryrefslogtreecommitdiff
path: root/raven/utils
Commit message (Expand)AuthorAgeFilesLines
* Unify option configuration between Flask/Djangounify-optionsDavid Cramer2016-08-031-0/+61
* Merge pull request #793 from OpenGov/captureZipStackErrorDavid Cramer2016-07-251-1/+1
|\
| * Added IOError to get stack info for graceful zip import errorsMatthew Seal2016-06-201-1/+1
* | Enforce max length on lines of code (512 chars)David Cramer2016-06-271-4/+21
|/
* Prioritize trimming system framesnew-frame-slimmingDavid Cramer2016-05-261-8/+38
* Merge branch 'feature/breadcrumbs'Armin Ronacher2016-05-031-0/+21
|\
| * Add @once decorator instead of custom hackery in breadcrumbsArmin Ronacher2016-04-221-0/+21
* | Detect disabled threads for uwsgifeature/check-threadsArmin Ronacher2016-04-251-0/+14
|/
* Catch all exceptions raised from setuptoolsMatt Robenolt2016-04-191-1/+1
* Added a workaround for bad traceback objects5.11.2Armin Ronacher2016-03-251-1/+3
* Merge pull request #722 from sabricot/disable_ssl_certs_PEP467Armin Ronacher2016-01-131-1/+5
|\
| * Fix disabling of ssl certs check with python 2.7.9/3.4.3sabricot2016-01-131-1/+5
* | Strip six module and rename to raven._compatArmin Ronacher2016-01-128-458/+71
|/
* Correct memoize behaviorDavid Cramer2016-01-081-3/+2
* Switch source reading to linecacheDavid Cramer2015-10-221-17/+5
* Try to detect version with pkg_resources firstAxel Haustant2015-10-191-7/+11
* Remove UUID serializer (same as default behavior)David Cramer2015-09-241-9/+0
* Ensure int is passed for rangeDavid Cramer2015-09-161-1/+1
* Python 3 compatibility (refs GH-659)David Cramer2015-09-161-1/+1
* Improve stacktrace truncation codeDavid Cramer2015-08-311-32/+54
* Ensure repr is is limited to string_max_lengthDavid Cramer2015-08-261-1/+3
* Refactor get_version_from_app to better handle unexepcted casesversionsMatt Robenolt2015-08-021-8/+12
* Handle unicode strings with import_string (refs GH-627)David Cramer2015-07-131-1/+7
* Dont specify level for import (refs GH-625)David Cramer2015-07-121-1/+1
* Fix various py3 compatibility (refs GH-625)David Cramer2015-07-121-2/+0
* Support transport option in Flask/Django (fixes GH-623)David Cramer2015-07-111-0/+12
* Refactor DSN and transport configurationdsn-refactorDavid Cramer2015-05-211-0/+1
* Add test confirming real gettext functionsDavid Cramer2015-04-281-6/+1
* json encoding for Decimals and lazy translationsSamuel Colvin2015-04-281-1/+5
* Stop loading unittest(2) during normal operationJakub Stasiak2015-02-022-6/+4
* Fix #474. Thanks to @georgexsh and @trbsXavier Ordoquy2014-11-131-1/+4
* fix typo in docstringChad Whitacre2014-10-301-1/+1
* Correct keys on frame localsDavid Cramer2014-10-141-2/+5
* Merge pull request #469 from piquadrat/feature/fix-unicodedecoreerror-callXavier Ordoquy2014-09-251-1/+1
|\
| * fixed instantiation of UnicodeDecodeError in force_textBenjamin Wohlwend2014-06-301-1/+1
* | fix type is not JSON serializableYin Jifeng2014-09-091-1/+1
|/
* Merge pull request #431 from alexkiro/masterDavid Cramer2014-05-201-1/+1
|\
| * Use lstrip to get rid of leading slashes, because in some cases the paths hav...Chirila Alexandru2014-03-141-1/+1
* | Fixed several typosAlex Gaynor2014-05-103-4/+4
* | Get module version according to PEP396Lars Holm Nielsen2014-04-281-2/+2
* | Manually register serializers as order matters4.1.1David Cramer2014-03-201-4/+13
* | Compat for httplibDavid Cramer2014-03-202-2/+7
* | Coerce globals to a tuple (fixes GH-439)David Cramer2014-03-201-1/+1
* | Merge pull request #423 from warvariuc/function-serializationDavid Cramer2014-03-191-14/+16
|\ \ | |/ |/|
| * Serializing function object to include name of the module the function was de...Victor Varvaryuk2014-02-271-14/+16
* | Merge branch 'master' into cap-number-of-framesDavid Cramer2014-03-126-20/+271
|\ \
| * | Explicitly pass capture_locals to get_stack_infoDavid Cramer2014-03-121-4/+6
| * | Merge branch 'ssl-verification'David Cramer2014-03-083-3/+172
| |\ \ | | |/ | |/|
| | * Maintain behavior between python 2/3ssl-verificationDavid Cramer2014-02-221-15/+2
| | * Pull in match_hostname and extended default certsDavid Cramer2014-02-223-1/+181