issues
search
ionelmc
/
python-tblib
Serialization library for Exceptions and Tracebacks.
BSD 2-Clause "Simplified" License
165
stars
33
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Traceback and exception via JSON ?
#80
stuaxo
opened
3 months ago
0
Fix doctests
#79
cjwatson
opened
4 months ago
2
test_pickle_exception: even harder location stripping. Ref #74.
#78
AdamWill
opened
4 months ago
0
vendore reraise() from six
#77
a-detiste
closed
6 months ago
0
Invalid caret position when reconstructing traceback
#76
achille-roussel
opened
8 months ago
0
Python 3.11 format_tb breaks with tblib Traceback object
#75
yogevyuval
opened
10 months ago
0
test_install tests are failing on Fedora build
#74
QuLogic
opened
11 months ago
11
Deserialize by using __new__ whenever possible
#73
oldium
opened
1 year ago
14
Add support for various Python 3.11 things
#72
tmaxwell-anthropic
closed
1 year ago
2
Remove redundant wheel dep from pyproject.toml
#71
mgorny
closed
1 year ago
2
New release?
#70
msimacek
closed
1 year ago
1
pickle exceptions with __context__ info
#69
lipaun
closed
1 year ago
2
drop six dependency
#68
pgajdos
closed
1 year ago
3
Feature request : support __tracebackhide__
#67
LunarLanding
closed
1 year ago
1
Add support for the __tracebackhide__ feature used by pytest
#66
hoodmane
closed
1 year ago
1
Unpickling exceptions can fail with `TypeError` about the number of arguments given in specific scenarios
#65
kezabelle
opened
2 years ago
8
Tests fail with Python 3.11
#64
QuLogic
closed
1 year ago
1
Please document purpose of the pickle extension in more detail
#63
flyser
opened
3 years ago
1
incompatibility with concurrent.futures
#62
nmaxwell
opened
4 years ago
4
use six.wraps
#61
graingert
closed
1 year ago
1
Implicit Exception chains are not pickled.
#60
bernardpazio
opened
4 years ago
0
Added disable/enable_stringify_locals to pickling_support
#59
marcoffee
closed
1 year ago
2
Copy more code attributes, add Frame.f_lineno
#58
purplesyringa
closed
4 years ago
27
Add Frame.f_lineno
#57
purplesyringa
closed
4 years ago
9
f_lineno is missing
#56
purplesyringa
closed
4 years ago
0
empty reference in documentation
#55
GliderGeek
opened
4 years ago
0
Pickle Exception.__cause__ and Exception.__traceback__
#54
crusaderky
closed
4 years ago
12
New feature: pickle Exception, its cause, and traceback
#53
crusaderky
closed
4 years ago
7
support for pdb.post_mortem()
#52
elishaROBINSON
opened
5 years ago
1
Simplify setup.py
#51
jdufresne
closed
5 years ago
1
Remove unused bootstrap tox environment
#50
jdufresne
closed
5 years ago
2
Prefer https:// URLs where available
#49
jdufresne
closed
5 years ago
0
External vendoring
#48
ionelmc
opened
5 years ago
3
Drop support for EOL Python 3.4
#47
jdufresne
closed
5 years ago
1
Unpickling traceback crashes on Python 3.8.
#46
felixxm
closed
5 years ago
4
Simplify Travis configuration
#45
jdufresne
closed
5 years ago
1
Fix flake8 errors
#44
jdufresne
closed
5 years ago
0
Add Python 3.8 to test matrix
#43
jdufresne
closed
5 years ago
2
Incompatible with Python 3.8
#42
jamadden
closed
5 years ago
2
Support local variables (tb.tb_frame.f_locals)
#41
iankharris
closed
1 year ago
11
Possible deadlock with Python 3.8.0a3
#40
hroncok
closed
5 years ago
2
Remove all references to deprecated easy_install
#39
jdufresne
closed
6 years ago
2
Use a dict to de-duplicate filenames, and thus reduce the size of the to_dict()
#38
ShaheedHaque
opened
6 years ago
1
Use a simple dictionary-based compression on the filenames
#37
ShaheedHaque
opened
6 years ago
2
Test failures with Python 3.7
#36
QuLogic
closed
5 years ago
5
Fix PyPy/twisted incompatibility
#35
arnimarj
closed
5 years ago
4
Update all pypi.python.org URLs to pypi.org
#34
jdufresne
closed
6 years ago
0
Pass python_requires argument to setuptools
#33
jdufresne
closed
6 years ago
3
Adding _render_traceback_ for IPython
#32
jakirkham
opened
6 years ago
2
Update pypy support
#31
arnimarj
closed
6 years ago
3
Next