[Python-modules-commits] [dill] branch upstream updated (c530669 -> 95b6d96)

Josué Ortega noahfx-guest at moszumanska.debian.org
Wed Feb 10 14:40:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

noahfx-guest pushed a change to branch upstream
in repository dill.

      from  c530669   import dill-0.2.4.orig.tar.gz
      adds  95b6d96   Import dill_0.2.5.orig.tar.gz

No new revisions were added by this update.

Summary of changes:
 LICENSE                    |   2 +-
 MANIFEST                   |   1 +
 PKG-INFO                   |  10 +-
 README                     |   6 +-
 dill.egg-info/PKG-INFO     |  10 +-
 dill.egg-info/SOURCES.txt  |   1 +
 dill/__diff.py             |   2 +-
 dill/__init__.py           |   4 +-
 dill/_objects.py           |   4 +-
 dill/detect.py             |   2 +-
 dill/dill.py               | 280 ++++++++++++++++++++++++++++++++++++---------
 dill/info.py               |  12 +-
 dill/objtypes.py           |   2 +-
 dill/pointers.py           |   2 +-
 dill/settings.py           |   2 +-
 dill/source.py             |   2 +-
 dill/temp.py               |   2 +-
 scripts/get_objgraph.py    |   2 +-
 scripts/unpickle.py        |   2 +-
 setup.py                   |   6 +-
 tests/dill_bugs.py         |   2 +-
 tests/test_check.py        |  45 ++++++++
 tests/test_classdef.py     |  31 ++++-
 tests/test_detect.py       |   7 +-
 tests/test_diff.py         |   2 +-
 tests/test_extendpickle.py |   2 +-
 tests/test_file.py         |   2 +-
 tests/test_functors.py     |   2 +-
 tests/test_mixins.py       |   2 +-
 tests/test_module.py       |   2 +-
 tests/test_moduledict.py   |   2 +-
 tests/test_nested.py       |   2 +-
 tests/test_objects.py      |   2 +-
 tests/test_properties.py   |   2 +-
 tests/test_source.py       |   7 ++
 tests/test_temp.py         |   2 +-
 tests/test_weakref.py      |   2 +-
 37 files changed, 364 insertions(+), 106 deletions(-)
 create mode 100644 tests/test_check.py

-- 
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