[Python-modules-commits] [webpy] branch upstream updated (6382f37 -> 8e5f710)

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


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

debacle pushed a change to branch upstream
in repository webpy.

      from  6382f37   Import webpy_0.38.orig.tar.gz
       new  8e5f710   Import webpy_0.38+20170615.orig.tar.gz

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                                     |    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(-)
 rename test/{README => README.md} (100%)
 create mode 100644 test/template.py
 create mode 100644 test/wsgi.py
 create mode 100644 web/py3helpers.py
 delete mode 100644 web/python23.py
 copy web/wsgiserver/{__init__.py => wsgiserver2.py} (81%)
 copy web/wsgiserver/{__init__.py => wsgiserver3.py} (68%)

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