.codecov.yml
.coveragerc
.gitignore
.readthedocs.yml
.travis.yml
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
version.py
dill/__diff.py
dill/__info__.py
dill/__init__.py
dill/_dill.py
dill/_objects.py
dill/_shims.py
dill/detect.py
dill/logger.py
dill/objtypes.py
dill/pointers.py
dill/session.py
dill/settings.py
dill/source.py
dill/temp.py
dill.egg-info/PKG-INFO
dill.egg-info/SOURCES.txt
dill.egg-info/dependency_links.txt
dill.egg-info/not-zip-safe
dill.egg-info/requires.txt
dill.egg-info/top_level.txt
dill/tests/__init__.py
dill/tests/__main__.py
dill/tests/test_abc.py
dill/tests/test_check.py
dill/tests/test_classdef.py
dill/tests/test_dataclasses.py
dill/tests/test_detect.py
dill/tests/test_dictviews.py
dill/tests/test_diff.py
dill/tests/test_extendpickle.py
dill/tests/test_fglobals.py
dill/tests/test_file.py
dill/tests/test_functions.py
dill/tests/test_functors.py
dill/tests/test_logger.py
dill/tests/test_mixins.py
dill/tests/test_module.py
dill/tests/test_moduledict.py
dill/tests/test_nested.py
dill/tests/test_objects.py
dill/tests/test_properties.py
dill/tests/test_pycapsule.py
dill/tests/test_recursive.py
dill/tests/test_registered.py
dill/tests/test_restricted.py
dill/tests/test_selected.py
dill/tests/test_session.py
dill/tests/test_source.py
dill/tests/test_sources.py
dill/tests/test_temp.py
dill/tests/test_threads.py
dill/tests/test_weakref.py
docs/Makefile
docs/requirements.txt
docs/source/conf.py
docs/source/dill.rst
docs/source/index.rst
docs/source/pathos.png
docs/source/scripts.rst
docs/source/_static/css/custom.css
scripts/get_gprof
scripts/get_objgraph
scripts/undill