16
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added request.body attribute to allow save access to wsgi.input More... over 15 years ago
Damien found a bug with mod_wsgi when a 304 has payload. Bottle now follows rfc2616 section 4.3 correctly More... over 15 years ago
Updated comment More... over 15 years ago
Some 2to3 tweaks More... over 15 years ago
Added more unit tests and pushed test coverage to 85%. Reloader and some server adapters still missing tests. More... over 15 years ago
Refactored output casting to a separate method. Added support for unicode lists. More... over 15 years ago
Added todo for Issue #8 (Mako template lookups) More... over 15 years ago
Default encoding for unicode is now utf8. Use response.charset='iso-8859-15' or response.content_type='text/html; charset=iso-8859-15' to change that. More... over 15 years ago
Added TOTO to fix a problem with reloading More... over 15 years ago
Added README as a symlink More... over 15 years ago
Bottle.db is deprecated. Please use anydb directly or switch to a real key/value database (Redis, Cassandra, CouchDB, Voldemort, ...) More... over 15 years ago
Added template helper for Jinja2 templates. More... over 15 years ago
Updated .gitignore and removed redundant REAME. More... over 15 years ago
Merge branch 'integration' More... over 15 years ago
add support for Jinja2 <http://jinja.pocoo.org/2/> templates
sma
More... over 15 years ago
fix spelling mistakes and formatting
sma
More... over 15 years ago
Formating and minor Python3 bug in test file. More... over 15 years ago
Reverting solution for Issue #9 for there is no os.path.relpath in python2.5 ... More... over 15 years ago
Skipping some tests on missing wsgi_intercept module. More... over 15 years ago
Hopefully repairing mako template lookups. See Issue #8. Please test! More... over 15 years ago
Unicode now is automatically encoded. Use response.content_type='...; charset=...' or response.charset to set a proper encoding. More... over 15 years ago
Moved test templates to separate dir More... over 15 years ago
Issue #7: MakoTemplate.default_filters More... over 15 years ago
Removed unused test file More... over 15 years ago
More tests and less bugs. Security fix in send_file() More... over 15 years ago
Merge branch 'master' of [email protected]:defnull/bottle More... over 15 years ago
BottleDB keys must be strings. More... over 15 years ago
UnitTests for new SimpleTemplate features. More... over 15 years ago
SimpleTemplate: Now it is even possible to access objects created in subtemplates using '_' More... over 15 years ago
SimpleTemplate: Passing locally defined functions on %include works now as expected. You can define and use functions with template text in them without problems. More... over 15 years ago