index
:
delta/python-packages/raven.git
0.7.0-maint
1.x
1030-instrument-flask-app-logger
1035-avoid-deprecation-warnings
1067-flask-json-request-body
1074-quickfix-celery-instrument-setting
1078-django-command-fails-with-data
2.0.x
GH-840
add-proxy
add-releases-travis
add_test_hook_libraries
awslambda-integration
better-case-handling
bugfix/519
bugfix/keep-user
bugfix/optional-dsn
bugfix/reset-exceptions
bugfix/resiliant-log
bugfix/to-unicode
bump-requirements-small-improvemnts-build
bumprelease
cached-property
celery_3_1_x
certificates
change-django-release-path
changelog-format
ci/probot
cleanup-threaded
closingiterator
closingiterator-rebase
configure-bumpversion
deprecate-fields-in-processors
deprecate-transport-setting
deprecate-transport-setting-in-dns
deprecation-cleanup
django-110
django-110-management
django-raven-install
django_removal
dsn-refactor
env_arg
fastpass
feature-disable-dsn
feature-disable-dsn-explicit
feature-disable-dsn-explicit-none
feature/better-stripping
feature/breadcrumbs
feature/check-threads
feature/default-client
feature/disable-dsn-explicit
feature/django-cli-runner
feature/django_removal
feature/falsy-dsn
feature/fatal
feature/federated-docs
feature/health-events
feature/honor-ignore-for-logging
feature/ignore-exceptions
feature/last-event-id
feature/merge-tags
feature/no-flask-darra
feature/no-six
feature/notty
feature/pid-check
feature/pip_cache
feature/remove-message
feature/repos
feature/safeguard-user
feature/transaction
feature/transport-refactor
fingerprint-soft-timeouts
fix-django-200-resolver
fix-flake8-error
fix-lambda-no-request-context
fix-test-with-containers
fix-tornado-dep
fix-value-error-django-middleware
fix/chain-recursion-2
fix/deployment
fix/discover-sync-environments
fix/django-request
fix/django-sys-hook
fix/encoding-exc
fix/nan-in-vars
fix/trim-crumbs
flask-config-docs
gh-712
guess-parent-module
improve-logging
improve-record-call
iterlists
lambda-integration
legacy-docs
loaderorigin
master
new-frame-slimming
packed-refs
pr/1205
pr/1211
pr/990
prepare-next-release
protocol6
raise-timeout-fix
ref/ci-setup
ref/improve-travis
ref/tastypie-tests
ref/throw-import-error
refactor-version-test
refactor/breadcrumb-api
releases/5.24.x
releases/5.27.x
releases/5.33.x
releases/5.4.x
releases/5.7.x
releases/5.8.x
releases/5.9.x
releases/6.3.0
releases/6.4.0
releases/6.5.0
releases/7.0.0
remove-culprit
rm-rf-six
sdk-attribute
sdk-name-frameweork
speedup-404
ssl-verification
stack-local-cc-processor
switch-to-linecache
systemexit
threaded-callbacks
threaded-client
tox-refactor
tox-travis-refactor
transactions
transport-refactor
travis
travis-deployments
troves
unify-options
unittest_cleanup
untitaker-patch-1
update-fetch-git-sha-docs
update-travis-conf
versions
workaround/close-on-end
xff
github.com: getsentry/raven-python.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: Dont serialize nan when present in frame local vars (#1312)
Markus Unterwaditzer
2018-12-19
1
-7
/
+4
*
fix raven.utils.json.dumps exception
Cenk Alti
2018-04-18
1
-0
/
+11
*
Always supply a user.ip_address value
Matt Robenolt
2017-09-26
1
-1
/
+11
*
Remove six entirely and unify _compat into utils.compat (#812)
Matt Robenolt
2016-12-14
3
-40
/
+39
*
Replace culprits with transaction names
David Cramer
2016-09-14
2
-28
/
+44
*
Unify option configuration between Flask/Django
unify-options
David Cramer
2016-08-03
1
-0
/
+20
*
Added IOError to get stack info for graceful zip import errors
Matthew Seal
2016-06-20
1
-2
/
+31
*
Strip six module and rename to raven._compat
Armin Ronacher
2016-01-12
3
-3
/
+6
*
Improve stacktrace truncation code
David Cramer
2015-08-31
1
-8
/
+9
*
Handle unicode strings with import_string (refs GH-627)
David Cramer
2015-07-13
1
-0
/
+22
*
json encoding for Decimals and lazy translations
Samuel Colvin
2015-04-28
1
-1
/
+6
*
Fix #474. Thanks to @georgexsh and @trbs
Xavier Ordoquy
2014-11-13
1
-0
/
+9
*
Correct keys on frame locals
David Cramer
2014-10-14
1
-4
/
+4
*
fix type is not JSON serializable
Yin Jifeng
2014-09-09
1
-1
/
+11
*
xrange => range
David Cramer
2014-03-20
1
-1
/
+1
*
Truncate frames a maximum of 50
David Cramer
2013-11-29
1
-2
/
+21
*
Bugfixed the class serialization test to conform PEP 3155
Xavier Ordoquy
2013-07-03
1
-4
/
+6
*
Made the set / frozenset test more reliable.
Xavier Ordoquy
2013-07-03
1
-4
/
+4
*
Fixed the non ascii file decoding test for python3.
Xavier Ordoquy
2013-07-03
1
-1
/
+1
*
Bugfixed encoding/decoding errors.
Xavier Ordoquy
2013-07-03
1
-1
/
+9
*
Removed unused test.
Xavier Ordoquy
2013-07-03
1
-6
/
+0
*
Added a test case for utf8 files.
Xavier Ordoquy
2013-07-02
2
-1
/
+16
*
Skip that test for python3.
Xavier Ordoquy
2013-05-28
1
-0
/
+1
*
skipif requires a string in python3.
Xavier Ordoquy
2013-05-28
1
-7
/
+7
*
Explicit literal types and tests for py2 vs py3
David Cramer
2013-05-25
1
-5
/
+29
*
Improve several tests
David Cramer
2013-05-25
1
-8
/
+15
*
Correct py3 check in test
David Cramer
2013-05-25
1
-1
/
+1
*
Fixed the tests to have native to python 2 and 3 representation of strings / ...
Xavier Ordoquy
2013-05-18
2
-12
/
+29
*
Move TestCase into raven.utils.testutils
David Cramer
2013-05-17
5
-5
/
+5
*
Reverted a few changes from the previous commit
Xavier Ordoquy
2013-04-24
1
-4
/
+1
*
changes that allow test suite to run in python3
Matt George
2013-04-24
1
-1
/
+4
*
use py.test's skipif
David Cramer
2013-04-04
1
-5
/
+5
*
Python3 port !
Xavier Ordoquy
2013-04-01
2
-33
/
+41
*
Proper repr of all variables
David Cramer
2013-03-31
2
-68
/
+26
*
Use six and compat module to provide a python3 compatibility.
Xavier Ordoquy
2013-03-29
1
-1
/
+2
*
Use compat's TestCase
Xavier Ordoquy
2013-03-28
5
-5
/
+5
*
Improve how we label unknown functions and modules, and remove the function f...
David Cramer
2013-02-07
1
-3
/
+3
*
Change culprits to be 'module in function' (fixes GH-235)
David Cramer
2013-01-02
1
-3
/
+10
*
Correct behavior of get_culprit and improve tests
David Cramer
2012-12-26
1
-7
/
+10
*
Move shortening logic into serializers (fixes GH-209)
David Cramer
2012-11-13
1
-2
/
+18
*
Support max recursion depth on transformers (fixes GH-209)
David Cramer
2012-11-12
1
-1
/
+6
*
Refactoring raven.utils.encoding.transform to raven.utils.serializers.transform
Damian Zaremba
2012-08-01
1
-1
/
+2
*
Move gettext lazy test into the Promise tests
David Cramer
2012-07-24
1
-18
/
+0
*
No longer use %f for microseconds as it is not supported in all Pythons
1.9.4
David Cramer
2012-06-09
1
-1
/
+1
*
Correct how frames are passed around so they always include lineno
David Cramer
2012-04-13
1
-1
/
+1
*
Add test for bad repr
David Cramer
2012-02-12
1
-0
/
+10
*
Add test for custom repr with __sentry__
David Cramer
2012-02-12
1
-0
/
+10
*
Organizing and improving test coverage
David Cramer
2012-02-12
7
-220
/
+238
*
Improving test coverage on wsgi utils
David Cramer
2012-02-12
3
-9
/
+86
*
Some JSON tests
1.2.2
David Cramer
2012-01-31
1
-0
/
+21
[next]