[Python-modules-commits] [webpy] branch upstream updated (15c96ba -> 6382f37)

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Jul 23 08:47:46 UTC 2016


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

debacle pushed a change to branch upstream
in repository webpy.

      from  15c96ba   Imported Upstream version 0.37+20120626
      adds  6382f37   Import webpy_0.38.orig.tar.gz

No new revisions were added by this update.

Summary of changes:
 .gitignore          |   2 +
 .travis.yml         |   1 -
 ChangeLog.txt       |  25 +++++
 docs/Makefile       | 177 ++++++++++++++++++++++++++++++++
 docs/api.rst        |  59 +++++++++++
 docs/conf.py        | 258 ++++++++++++++++++++++++++++++++++++++++++++++
 docs/db.rst         | 145 ++++++++++++++++++++++++++
 docs/deploying.rst  |  97 ++++++++++++++++++
 docs/index.rst      |  46 +++++++++
 docs/input.rst      |  92 +++++++++++++++++
 docs/templating.rst | 291 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 test/session.py     |  10 +-
 tools/makedoc.py    |   7 +-
 web/__init__.py     |   2 +-
 web/application.py  |  44 +++++++-
 web/db.py           |  73 ++++++++++---
 web/form.py         |   8 +-
 web/net.py          |  55 +++++++++-
 web/session.py      |   4 +-
 web/utils.py        |  23 ++++-
 web/webapi.py       | 143 +++++++++++++++-----------
 web/wsgi.py         |   9 +-
 22 files changed, 1475 insertions(+), 96 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 docs/Makefile
 create mode 100644 docs/api.rst
 create mode 100644 docs/conf.py
 create mode 100644 docs/db.rst
 create mode 100644 docs/deploying.rst
 create mode 100644 docs/index.rst
 create mode 100644 docs/input.rst
 create mode 100644 docs/templating.rst

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