Don't crash on version request failure and lower the timeouts. Fix #112
# 3.2.1
π Fix some unicode handling in exception display. Fix #106
# 3.2.0
Tornado 5 compatibility
# 3.1.10
π Force tornado < 5. This is the last release with pre tornado 5 compat.
# 3.1.9
Replace filemagic with python-magic and fix dependencies
# 3.1.8
Prevent uncompyle crash on unknown python version
# 3.1.7
β¬οΈ Minor dependency upgrade (importmagic -> importmagic3)
# 3.1.6
Resolve NameError problem. Fix #101
π Fix prompt scroll. Fix #103
π Code style with yapf
# 3.1.5
π Fix websocket send method. . Make it work with tornado 4.5. Fix #97
# 3.1.4
π Use setuptools to set the version. Fix #96
# 3.1.3
π Don't execute suggestions when timeout is not available (windows/threads) and when it's not asked manually. Should fix #94 or at least work around it.
# 3.1.2
β Remove wheel to prevent pyinotify install by accident. #91 #78
# 3.1.0
Finally quiet uncompyle6
Change default behavior for wdb script/main now doesn't trace script by default but implement sys excepthook instead. Use --trace for old behavior.
Dont fail out when ran under say a C-based WSGIHandler #87, #88 and Atomically set importmagic to avoid stampede #89 thanks @akatrevorjay
β Add patch_werkzeug method for use with hook
# 3.0.7
β Add prompt ctrl+up/down command to include surrounding history
Prevent prompt autofocus when there is a selection