[Python-modules-commits] [python-boltons] 02/03: Updated version 17.1.0 from 'upstream/17.1.0'
Hugo Lefeuvre
hle at moszumanska.debian.org
Sat Sep 23 16:15:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
hle pushed a commit to branch master
in repository python-boltons.
commit a21fe4706fb4664fdfc4575dde9f9ee4abd4a08a
Merge: 6cd5f7a 1e2935c
Author: Hugo Lefeuvre <hle at debian.org>
Date: Sat Sep 23 18:06:53 2017 +0200
Updated version 17.1.0 from 'upstream/17.1.0'
with Debian dir 0110eb2837e2365e11834105f6a7859f711a4317
.gitignore | 3 +
.travis.yml | 21 +-
CHANGELOG.md | 91 +++-
README.md | 5 +
TODO.rst | 1 +
boltons/cacheutils.py | 71 ++-
boltons/debugutils.py | 2 +-
boltons/ecoutils.py | 14 +-
boltons/fileutils.py | 2 +-
boltons/funcutils.py | 102 +++-
boltons/ioutils.py | 404 +++++++++++++++
boltons/iterutils.py | 188 +++++--
boltons/mathutils.py | 30 ++
boltons/setutils.py | 2 +-
boltons/statsutils.py | 16 +-
boltons/tableutils.py | 12 +-
boltons/tbutils.py | 4 +-
boltons/txurl_notes.md | 60 +++
boltons/typeutils.py | 3 +
boltons/urlutils.py | 1230 ++++++++++++++++++++++++++++++++++++++++++++
docs/conf.py | 6 +-
docs/index.rst | 12 +-
docs/ioutils.rst | 83 +++
docs/mathutils.rst | 7 +-
requirements-test.txt | 10 +-
setup.py | 31 +-
tests/.coveragerc | 9 +
tests/test_cacheutils.py | 27 +-
tests/test_funcutils.py | 22 +
tests/test_funcutils_fb.py | 55 ++
tests/test_ioutils.py | 369 +++++++++++++
tests/test_iterutils.py | 49 ++
tests/test_tbutils.py | 7 +-
tests/test_typeutils.py | 7 +
tests/test_urlutils.py | 440 ++++++++++++++++
35 files changed, 3297 insertions(+), 98 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-boltons.git
More information about the Python-modules-commits
mailing list