Skip to content

Tags: ps51/webpy

Tags

0.40

Toggle 0.40's commit message
Fixed the issue of len not working with the result of db query. (webp…

…y#554)

* Fixed the issue of len not working with the result of db query.

The earlier implentation was adding an __len__ function to the result
object and that worked fine for old-style classes. With old-style
classes gone in Python 3, that started giving trouble. Fixed it by
writing a ResultSet class and a special SqliteResultSet which doesn't
support len, but supports bool.

Fixes webpy#547.

* cleanup of db tests.

webpy-0.39

Toggle webpy-0.39's commit message
switched to setuptools

webpy-0.38

Toggle webpy-0.38's commit message
Bumped version to 0.38 and updated ChangeLog

webpy-0.37

Toggle webpy-0.37's commit message
Added ChangeLog.

webpy-0.36

Toggle webpy-0.36's commit message
web.py 0.36 released.

webpy-0.35

Toggle webpy-0.35's commit message
Changes for 0.35

webpy-0.34

Toggle webpy-0.34's commit message
support for filenames in web.sendmail attachments (tx gregglind)

webpy-0.32

Toggle webpy-0.32's commit message
tag 0.32 release

v0.3

Toggle v0.3's commit message
support for lists in db queries

0.3

Toggle 0.3's commit message
tagging verion 0.3