.codecov.yml
.coveragerc
.gitignore
.travis.yml
DEV_NOTES
LICENSE
MANIFEST.in
README
README.md
setup.cfg
setup.py
tox.ini
dill/__diff.py
dill/__init__.py
dill/_dill.py
dill/_objects.py
dill/detect.py
dill/info.py
dill/objtypes.py
dill/pointers.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
docs/Makefile
docs/build/.buildinfo
docs/build/dill.html
docs/build/genindex.html
docs/build/index.html
docs/build/objects.inv
docs/build/py-modindex.html
docs/build/scripts.html
docs/build/search.html
docs/build/searchindex.js
docs/build/.doctrees/dill.doctree
docs/build/.doctrees/environment.pickle
docs/build/.doctrees/index.doctree
docs/build/.doctrees/scripts.doctree
docs/build/_sources/dill.rst.txt
docs/build/_sources/index.rst.txt
docs/build/_sources/scripts.rst.txt
docs/build/_static/alabaster.css
docs/build/_static/basic.css
docs/build/_static/custom.css
docs/build/_static/doctools.js
docs/build/_static/documentation_options.js
docs/build/_static/file.png
docs/build/_static/jquery-3.5.1.js
docs/build/_static/jquery.js
docs/build/_static/language_data.js
docs/build/_static/minus.png
docs/build/_static/pathos.png
docs/build/_static/plus.png
docs/build/_static/pygments.css
docs/build/_static/searchtools.js
docs/build/_static/underscore-1.3.1.js
docs/build/_static/underscore.js
docs/source/conf.py
docs/source/dill.rst
docs/source/index.rst
docs/source/pathos.png
docs/source/scripts.rst
scripts/get_objgraph
scripts/undill
tests/__init__.py
tests/__main__.py
tests/test_check.py
tests/test_classdef.py
tests/test_detect.py
tests/test_diff.py
tests/test_extendpickle.py
tests/test_file.py
tests/test_functions.py
tests/test_functors.py
tests/test_mixins.py
tests/test_module.py
tests/test_moduledict.py
tests/test_nested.py
tests/test_objects.py
tests/test_properties.py
tests/test_recursive.py
tests/test_restricted.py
tests/test_selected.py
tests/test_source.py
tests/test_temp.py
tests/test_weakref.py