index
:
delta/bottle.git
app-template-config
async
auth
baserock/morph
cmdline
config-fancy
config-overlay
context
contextlocal
defnull-1171
defnull-1186
defnull-12-1125
defnull-1350
defnull-fix-travis
defnull-gh-actions
defnull-noclen
drop-python-26
droproot
feature-761-explicit-request
feature-accept
feature-deadsnakes
feature-etag
gevently
issue_934
master
no2to3
plugins2
release-0.10
release-0.11
release-0.12
release-0.6
release-0.8
release-0.9
response-handling
rgroups
routing
sendfile
stpl-1.5
stpl-v2
stpl3
travis-fix
travis-server-tests
travis-test
github.com: defnull/bottle.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
improvement to auth_required decorator
auth
Johannes Schönberger
2010-04-12
1
-2
/
+2
*
New auth_required decorator, which uses basic auth
Johannes Schönberger
2010-04-12
1
-5
/
+29
*
docs
Marcel Hellkamp
2010-04-12
1
-49
/
+43
*
api: Removed the reassignment of `abort`, `request` and `response` in `templa...
Marcel Hellkamp
2010-04-11
1
-3
/
+0
*
docs
Marcel Hellkamp
2010-04-09
3
-47
/
+57
*
docs: Added changelogs and release notes (incomplete)
Marcel Hellkamp
2010-04-08
3
-6
/
+56
*
Made test.testall.suite importable.
Marcel Hellkamp
2010-04-08
3
-11
/
+16
*
fix: An empty auth header caused Request.auth() to throw an AttriuteError exc...
Marcel Hellkamp
2010-04-07
1
-1
/
+1
*
Squashed commits from doc-branch.
Marcel Hellkamp
2010-04-07
16
-329
/
+536
*
fix: I don't know if this is a real-world problem but this fixes the bug #52....
Marcel Hellkamp
2010-04-06
2
-2
/
+15
*
Keep blank values while parsing POST data.
Bernd Zeimetz
2010-04-05
1
-1
/
+1
*
bugfix: This solves #49 (parentheses in routes were not handled correctly) an...
Marcel Hellkamp
2010-04-03
2
-1
/
+14
*
docs: Updated tutorial
Marcel Hellkamp
2010-03-23
1
-35
/
+52
*
Glossary += secure cookie
Santiago Gala
2010-03-23
1
-1
/
+7
*
docs: Updated tutorial
Marcel Hellkamp
2010-03-23
1
-45
/
+30
*
Ported most of the tutorial
Marcel Hellkamp
2010-03-23
1
-198
/
+173
*
don't return content for empty responses
Santiago Gala
2010-03-23
1
-1
/
+1
*
Don't use internal name in example
Santiago Gala
2010-03-23
1
-2
/
+3
*
doc: Starting to port the totolist app tutorial
Marcel Hellkamp
2010-03-19
2
-0
/
+652
*
api: Using WSGIRefServer as a default again. AutoServer was a bit to unpredic...
Marcel Hellkamp
2010-03-19
1
-3
/
+2
*
Round stats.st_mtime to seconds or it will fail with ext4
Santiago Gala
2010-03-16
1
-1
/
+1
*
Fix: The last commit was broken, sorry.
Marcel Hellkamp
2010-03-15
1
-7
/
+7
*
Fix: `Bottle.handle()` now actually uses its parameters.
Marcel Hellkamp
2010-03-15
1
-5
/
+5
*
New: `Request.copy()` and `Response.copy()`
Marcel Hellkamp
2010-03-15
1
-1
/
+15
*
Fix: There was a Bug in the SimpleTemplate parser preventing it from recogniz...
Marcel Hellkamp
2010-03-14
2
-8
/
+8
*
Request.path_shift(0) now does nothing instead of failing.
Marcel Hellkamp
2010-03-14
1
-0
/
+1
*
Add callback and handler function to glossary
Santiago Gala
2010-03-14
1
-0
/
+11
*
Markdown->Rst More links
Santiago Gala
2010-03-14
1
-4
/
+5
*
Tentative test for SimpleTemplate
Santiago Gala
2010-03-14
1
-1
/
+20
*
Use the X-Forwarded-Host header, if present, for the URL
Santiago Gala
2010-03-13
1
-1
/
+1
*
Filter before test for empty output
Santiago Gala
2010-03-13
1
-5
/
+5
*
Twisted adapter was broken
Marcel Hellkamp
2010-03-13
1
-2
/
+2
*
Added tests for Request.path_shift()
Marcel Hellkamp
2010-03-12
1
-1
/
+19
*
Change `->`` for code (markdown->ReST)
Santiago Gala
2010-03-12
1
-54
/
+54
*
Typo popy->copy
Santiago Gala
2010-03-12
1
-1
/
+1
*
Use external URLs for all references
Santiago Gala
2010-03-12
1
-8
/
+11
*
Working on the tutorial
Marcel Hellkamp
2010-03-12
2
-57
/
+80
*
Added missing unit test
Marcel Hellkamp
2010-03-11
1
-0
/
+10
*
Bug: when using @view, returning an error response results in exception
Santiago Gala
2010-03-11
2
-4
/
+7
*
Docs -_-
Marcel Hellkamp
2010-03-11
3
-5
/
+8
*
docs
Marcel Hellkamp
2010-03-11
2
-5
/
+8
*
Lots of documentation. Porting old docs
Marcel Hellkamp
2010-03-11
7
-32
/
+849
*
Merge branch 'chris'
Marcel Hellkamp
2010-03-11
2
-45
/
+89
|
\
|
*
Added support for template engine specific settings.
Marcel Hellkamp
2010-03-10
2
-74
/
+77
|
*
Allow passing arguments to the Jinja2 template prepare method.
Christian Hausknecht
2010-03-09
2
-9
/
+50
*
|
Caching subtemplates in SimpleTemplate.
Marcel Hellkamp
2010-03-11
1
-1
/
+4
*
|
The SimpleTemplate Python code genrator now produces readable code.
Marcel Hellkamp
2010-03-11
1
-45
/
+34
*
|
Merge branch 'rc0.7'
Marcel Hellkamp
2010-03-10
3
-0
/
+45
|
\
\
|
*
|
doc: Development notes and some words on versioning.
Marcel Hellkamp
2010-03-10
3
-0
/
+45
|
*
|
Release candidate for the 0.7 branch.
0.7.1rc
Marcel Hellkamp
2010-03-10
1
-1
/
+1
[next]