openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
bottle
Settings
|
Report Duplicate
16
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 58 of 64
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added request.body attribute to allow save access to wsgi.input
Marcel Hellkamp
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
Marcel Hellkamp
More...
over 15 years ago
Updated comment
Marcel Hellkamp
More...
over 15 years ago
Some 2to3 tweaks
Marcel Hellkamp
More...
over 15 years ago
Added more unit tests and pushed test coverage to 85%. Reloader and some server adapters still missing tests.
Marcel Hellkamp
More...
over 15 years ago
Refactored output casting to a separate method. Added support for unicode lists.
Marcel Hellkamp
More...
over 15 years ago
Added todo for Issue #8 (Mako template lookups)
Marcel Hellkamp
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.
Marcel Hellkamp
More...
over 15 years ago
Added TOTO to fix a problem with reloading
Marcel Hellkamp
More...
over 15 years ago
Added README as a symlink
Marcel Hellkamp
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, ...)
Marcel Hellkamp
More...
over 15 years ago
Added template helper for Jinja2 templates.
Marcel Hellkamp
More...
over 15 years ago
Updated .gitignore and removed redundant REAME.
Marcel Hellkamp
More...
over 15 years ago
Merge branch 'integration'
Marcel Hellkamp
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.
Marcel Hellkamp
More...
over 15 years ago
Reverting solution for Issue #9 for there is no os.path.relpath in python2.5 ...
Marcel Hellkamp
More...
over 15 years ago
Skipping some tests on missing wsgi_intercept module.
Marcel Hellkamp
More...
over 15 years ago
Hopefully repairing mako template lookups. See Issue #8. Please test!
Marcel Hellkamp
More...
over 15 years ago
Unicode now is automatically encoded. Use response.content_type='...; charset=...' or response.charset to set a proper encoding.
Marcel Hellkamp
More...
over 15 years ago
Moved test templates to separate dir
Marcel Hellkamp
More...
over 15 years ago
Issue #7: MakoTemplate.default_filters
Marcel Hellkamp
More...
over 15 years ago
Removed unused test file
Marcel Hellkamp
More...
over 15 years ago
More tests and less bugs. Security fix in send_file()
Marcel Hellkamp
More...
over 15 years ago
Merge branch 'master' of
[email protected]
:defnull/bottle
Marcel Hellkamp
More...
over 15 years ago
BottleDB keys must be strings.
Marcel Hellkamp
More...
over 15 years ago
UnitTests for new SimpleTemplate features.
Marcel Hellkamp
More...
over 15 years ago
SimpleTemplate: Now it is even possible to access objects created in subtemplates using '_'
Marcel Hellkamp
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.
Marcel Hellkamp
More...
over 15 years ago
←
1
2
…
54
55
56
57
58
59
60
61
62
63
64
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree