[Python-modules-commits] [python-boltons] 02/03: Merge tag	'upstream/16.4.1'
    Hugo Lefeuvre 
    hle at moszumanska.debian.org
       
    Wed Sep 14 12:04:16 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
hle pushed a commit to branch master
in repository python-boltons.
commit 65ac24dde875cb4356449860de0bb6d570166dcc
Merge: bcab2cb c493b87
Author: Hugo Lefeuvre <hle at debian.org>
Date:   Wed Sep 14 14:03:13 2016 +0200
    Merge tag 'upstream/16.4.1'
    
    Upstream version 16.4.1
 .travis.yml                        |   3 +
 CHANGELOG.md                       | 124 +++++++++-
 TODO.rst                           |   7 +-
 appveyor.yml                       |  51 ++++
 boltons/cacheutils.py              | 173 ++++++++++++-
 boltons/debugutils.py              | 208 ++++++++++++++++
 boltons/ecoutils.py                | 487 +++++++++++++++++++++++++++++++++++++
 boltons/fileutils.py               |   8 +-
 boltons/funcutils.py               | 368 +++++++++++++++++++++++++++-
 boltons/iterutils.py               |  18 +-
 boltons/socketutils.py             |  12 +-
 boltons/statsutils.py              | 382 ++++++++++++++++++++++++++++-
 boltons/strutils.py                | 129 +++++++++-
 boltons/tbutils.py                 |  25 ++
 boltons/timeutils.py               | 121 ++++++++-
 boltons/typeutils.py               |   2 +
 docs/cacheutils.rst                |  13 +-
 docs/conf.py                       |   4 +-
 docs/ecoutils.rst                  |   5 +
 docs/funcutils.rst                 |  24 +-
 docs/index.rst                     |   1 +
 docs/timeutils.rst                 |   6 +-
 setup.py                           |   2 +-
 tests/conftest.py                  |  16 ++
 tests/test_cacheutils.py           | 138 ++++++++++-
 tests/test_debugutils_trace.py     |  88 +++++++
 tests/test_ecoutils.py             |  16 ++
 tests/test_funcutils_fb.py         | 122 ++++++++++
 tests/test_funcutils_fb_py3.py     |  66 +++++
 tests/test_socketutils.py          |  18 +-
 tests/test_statsutils_histogram.py | 104 ++++++++
 tests/test_strutils.py             |  19 ++
 tests/test_tbutils.py              |  18 --
 tests/test_tbutils_parsed_exc.py   |  53 ++++
 tests/test_timeutils.py            |  24 +-
 35 files changed, 2763 insertions(+), 92 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