[Python-modules-commits] [webpy] 02/07: Merge tag 'upstream/0.38+20170615'

Wolfgang Borgert debacle at moszumanska.debian.org
Mon Aug 21 22:07:18 UTC 2017


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

debacle pushed a commit to branch master
in repository webpy.

commit bc71fe84bc225066518bca91d6468a679f25c316
Merge: 5971dcf 8e5f710
Author: W. Martin Borgert <debacle at debian.org>
Date:   Mon Aug 21 20:55:58 2017 +0200

    Merge tag 'upstream/0.38+20170615'

 .gitignore                                     |    7 +-
 .travis.yml                                    |    9 +-
 setup.py                                       |    4 +-
 test/{README => README.md}                     |    0
 test/alltests.py                               |    2 +-
 test/application.py                            |   80 +-
 test/db.py                                     |   32 +-
 test/requirements.txt                          |    4 +-
 test/requirements2.txt                         |    3 +-
 test/session.py                                |   20 +-
 test/template.py                               |   50 +
 test/wsgi.py                                   |   52 +
 tools/makedoc.py                               |    8 +-
 web/__init__.py                                |   30 +-
 web/application.py                             |  143 +-
 web/browser.py                                 |   86 +-
 web/db.py                                      |  161 +-
 web/debugerror.py                              |   28 +-
 web/form.py                                    |   41 +-
 web/http.py                                    |   19 +-
 web/httpserver.py                              |   66 +-
 web/net.py                                     |   80 +-
 web/py3helpers.py                              |   42 +
 web/python23.py                                |   46 -
 web/session.py                                 |   37 +-
 web/template.py                                |  302 ++--
 web/test.py                                    |   25 +-
 web/utils.py                                   |  260 ++-
 web/webapi.py                                  |   41 +-
 web/wsgi.py                                    |   22 +-
 web/wsgiserver/__init__.py                     | 2226 +-----------------------
 web/wsgiserver/ssl_builtin.py                  |   69 +-
 web/wsgiserver/ssl_pyopenssl.py                |  101 +-
 web/wsgiserver/{__init__.py => wsgiserver2.py} | 1208 ++++++++-----
 web/wsgiserver/{__init__.py => wsgiserver3.py} | 1605 +++++++++--------
 35 files changed, 2654 insertions(+), 4255 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/webpy.git



More information about the Python-modules-commits mailing list