summaryrefslogtreecommitdiff
path: root/raven/utils/encoding.py
Commit message (Expand)AuthorAgeFilesLines
* fix: Correct repr fallback of to_unicodeArmin Ronacher2017-09-081-1/+1
* Kill bare exceptsArmin Ronacher2017-02-151-1/+1
* Remove six entirely and unify _compat into utils.compat (#812)Matt Robenolt2016-12-141-1/+1
* Strip six module and rename to raven._compatArmin Ronacher2016-01-121-14/+17
* fixed instantiation of UnicodeDecodeError in force_textBenjamin Wohlwend2014-06-301-1/+1
* Require absolute import statements on filesDavid Cramer2013-06-151-1/+1
* Python3 port !Xavier Ordoquy2013-04-011-26/+40
* Proper repr of all variablesDavid Cramer2013-03-311-14/+0
* Use new style exceptions.Xavier Ordoquy2013-03-171-1/+1
* its not 2010 anymoreDavid Cramer2012-10-121-1/+1
* Changed encoding.shorten to use serializers's transformJoar Wandborg2012-09-071-1/+2
* Correct path to transformDavid Cramer2012-08-011-1/+1
* Initial work on extendable serializersDavid Cramer2012-07-051-65/+5
* Dont in-place copy list-like values1.9.2David Cramer2012-06-051-1/+1
* Correctly handle long types in transform (fixes GH-90)David Cramer2012-05-201-0/+2
* Correct more encoding issues and add support for float (fixes GH-45)David Cramer2012-01-251-3/+5
* Stricter conversion of int and boolean values (fixes GH-311)David Cramer2012-01-231-1/+5
* Gracefully handle unicode keys in dictionaries (fixes GH-21)David Cramer2012-01-141-6/+14
* Safely handle type values on list-like objectsDavid Cramer2012-01-131-2/+4
* Eliminate global settings module (routing_key for celery integration is now '...David Cramer2011-10-101-2/+0
* sentry_client -> ravenDavid Cramer2011-10-071-0/+137