[Python-modules-commits] [python-boltons] branch upstream updated (c493b87 -> 1e2935c)
Hugo Lefeuvre
hle at moszumanska.debian.org
Sat Sep 23 16:15:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
hle pushed a change to branch upstream
in repository python-boltons.
from c493b87 Imported Upstream version 16.4.1
new 1e2935c New upstream version 17.1.0
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.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(-)
create mode 100644 boltons/ioutils.py
create mode 100644 boltons/txurl_notes.md
create mode 100644 boltons/urlutils.py
create mode 100644 docs/ioutils.rst
create mode 100644 tests/.coveragerc
create mode 100644 tests/test_ioutils.py
create mode 100644 tests/test_typeutils.py
create mode 100644 tests/test_urlutils.py
--
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