[Python-modules-commits] [dill] branch upstream updated (95b6d96 -> c2d6188)
Josué Ortega
josue at moszumanska.debian.org
Sun Jul 16 19:39:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
josue pushed a change to branch upstream
in repository dill.
from 95b6d96 Import dill_0.2.5.orig.tar.gz
adds c2d6188 Import dill_0.2.7.orig.tar.gz
No new revisions were added by this update.
Summary of changes:
.gitignore | 4 +
.travis.yml | 37 ++++
DEV_NOTES | 100 ++++++++++
LICENSE | 13 +-
MANIFEST | 41 ----
MANIFEST.in | 5 +
PKG-INFO | 185 -----------------
README | 65 +++---
README.md | 51 +++--
dill.egg-info/PKG-INFO | 89 +++++----
dill.egg-info/SOURCES.txt | 10 +-
dill/__diff.py | 10 +-
dill/__init__.py | 3 +-
dill/_objects.py | 29 ++-
dill/detect.py | 18 +-
dill/dill.py | 317 +++++++++++++++++++++---------
dill/info.py | 82 ++++----
dill/objtypes.py | 1 +
dill/pointers.py | 1 +
dill/settings.py | 1 +
dill/source.py | 1 +
dill/temp.py | 1 +
scripts/{unpickle.py => dill_unpickle.py} | 3 +-
scripts/get_objgraph.py | 1 +
setup.cfg | 7 +-
setup.py | 89 +++++----
tests/__init__.py | 0
tests/dill_bugs.py | 67 -------
tests/test_check.py | 52 +++--
tests/test_classdef.py | 214 +++++++++++---------
tests/test_detect.py | 179 ++++++++++-------
tests/test_diff.py | 171 ++++++++--------
tests/test_extendpickle.py | 28 ++-
tests/test_file.py | 54 +++--
tests/test_functors.py | 26 ++-
tests/test_mixins.py | 19 +-
tests/test_module.py | 25 ++-
tests/test_moduledict.py | 16 +-
tests/test_nested.py | 62 +++---
tests/test_objects.py | 17 +-
tests/test_properties.py | 62 +++---
tests/test_recursive.py | 36 ++++
tests/test_selected.py | 99 ++++++++++
tests/test_source.py | 172 ++++++++--------
tests/test_temp.py | 73 ++++---
tests/test_weakref.py | 74 ++++---
tox.ini | 23 +++
47 files changed, 1534 insertions(+), 1099 deletions(-)
create mode 100644 .gitignore
create mode 100644 .travis.yml
create mode 100644 DEV_NOTES
delete mode 100644 MANIFEST
create mode 100644 MANIFEST.in
delete mode 100644 PKG-INFO
rename scripts/{unpickle.py => dill_unpickle.py} (77%)
create mode 100644 tests/__init__.py
delete mode 100644 tests/dill_bugs.py
create mode 100644 tests/test_recursive.py
create mode 100644 tests/test_selected.py
create mode 100644 tox.ini
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dill.git
More information about the Python-modules-commits
mailing list