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
*
Merge branch 'master' into plugins2
plugins2
Marcel Hellkamp
2011-03-11
10
-155
/
+292
|
\
|
*
doc: -bottle.paws.de +bottlepy.org
Marcel Hellkamp
2011-03-11
8
-14
/
+15
|
*
docs: New color theme (inspired by http://readthedocs.org/)
Marcel Hellkamp
2011-03-03
1
-10
/
+26
|
*
docs: Even more awesome jQuery scrollbar navigation :)
Marcel Hellkamp
2011-03-02
1
-41
/
+127
|
*
docs: Changed the wording 'secure cookie' in 'signed cookie' to better reflec...
Marcel Hellkamp
2011-03-02
2
-21
/
+16
|
*
doc: Some details on app deployment.
Marcel Hellkamp
2011-02-25
1
-69
/
+70
|
*
doc: Added a section about cookies to the tutorial.
Marcel Hellkamp
2011-02-25
1
-2
/
+40
|
*
Merge branch 'master' of https://github.com/mineo/bottle into mineo-master
Marcel Hellkamp
2011-02-18
1
-1
/
+1
|
|
\
|
|
*
Fix a typo in the tutorial
Wieland Hoffmann
2011-02-06
1
-1
/
+1
*
|
|
Replaced deprecated filter support with a temporary plugin.
Marcel Hellkamp
2011-02-24
1
-12
/
+34
*
|
|
Added HooksPlugin to replace the old hooks-feature.
Marcel Hellkamp
2011-02-24
2
-44
/
+57
*
|
|
Added an 'id' field to the route context dictionary.
Marcel Hellkamp
2011-02-24
2
-6
/
+13
*
|
|
Added JSONPlugin to implement the autojson feature.
Marcel Hellkamp
2011-02-24
2
-5
/
+29
*
|
|
More typos (thanks david)
Marcel Hellkamp
2011-02-22
1
-3
/
+3
*
|
|
Typos.
Marcel Hellkamp
2011-02-21
1
-5
/
+3
*
|
|
Some typos.
Marcel Hellkamp
2011-02-21
1
-5
/
+3
*
|
|
docs: The Plugin Development Guide got an example and a narrative explanation...
Marcel Hellkamp
2011-02-21
1
-10
/
+137
*
|
|
Added first draft for a plugin development guide.
Marcel Hellkamp
2011-02-21
2
-0
/
+83
*
|
|
Moved the additional @route() keyword arguments to a separate dictionary
Marcel Hellkamp
2011-02-21
2
-8
/
+7
*
|
|
Fix for ResetRoute path in Bottle._build_callback().
Marcel Hellkamp
2011-02-21
1
-4
/
+4
*
|
|
Lots of whitespace.
Marcel Hellkamp
2011-02-18
1
-40
/
+68
*
|
|
new: Immplemented Bottle.install(), Bottle.uninstall() and Bottle.close() and...
Marcel Hellkamp
2011-02-18
2
-1
/
+241
*
|
|
Added basic plugins support.
Marcel Hellkamp
2011-02-18
3
-70
/
+134
|
/
/
*
|
Docstrings.
Marcel Hellkamp
2011-02-18
1
-19
/
+15
*
|
Moved static-route handling back to the router (still deprecated).
Marcel Hellkamp
2011-02-18
1
-12
/
+18
*
|
Removed Router.delete(). It is not useful in its current form.
Marcel Hellkamp
2011-02-18
1
-11
/
+0
*
|
Fixed copyright year in module docstring.
Marcel Hellkamp
2011-02-18
1
-1
/
+1
*
|
fix: Request.url no longer quotes part of the url.
Marcel Hellkamp
2011-02-18
1
-11
/
+15
*
|
docs: Explaining the "Default applicaton" and fixing some typos.
Marcel Hellkamp
2011-02-18
3
-45
/
+79
|
/
*
Added dot-files to .gitignore and removed some outdated entries.
Marcel Hellkamp
2011-01-25
1
-6
/
+5
*
docs: Small css bug.
Marcel Hellkamp
2011-01-24
1
-0
/
+4
*
Typ in MANIFEST.in and small addition to Makefile (clean).
Marcel Hellkamp
2011-01-24
2
-2
/
+2
*
Updated makefiles. All output is now in build/... including sphinx-builds, 2t...
Marcel Hellkamp
2011-01-24
2
-46
/
+150
*
Added new DictProperty, lazy_attribute and cached_property helpers.
Marcel Hellkamp
2011-01-21
1
-125
/
+128
*
Comments.
Marcel Hellkamp
2011-01-21
1
-1
/
+1
*
Typo in doc template.
Marcel Hellkamp
2011-01-21
1
-1
/
+1
*
The AppEngineServer now adds a main() function to the handler module to enabl...
Marcel Hellkamp
2011-01-21
1
-0
/
+5
*
Moved REQUEST_METHOD handling into the router and fixed Issue #109 for named ...
Marcel Hellkamp
2011-01-20
3
-231
/
+236
*
Improved scrollbar TOC in docs.
Marcel Hellkamp
2011-01-20
1
-2
/
+14
*
Added IRC link to the docs. (We have an official IRC channel now)
Marcel Hellkamp
2011-01-08
1
-1
/
+1
*
The "regexp from hell" in SimpleTemplate is now more readable and cached as a...
Marcel Hellkamp
2010-12-30
1
-14
/
+21
*
Added draft for a HTTP-basic-auth decorator.
Marcel Hellkamp
2010-12-30
1
-6
/
+19
*
Reduced module load time by ~30% (~20ms per CGI or GAE request) and improved
Marcel Hellkamp
2010-12-29
1
-20
/
+16
*
Added a cached_property decorator. This will be extremely helpful to speed up
Marcel Hellkamp
2010-12-29
2
-12
/
+26
*
Parsing the error-template at load-time has no benefit,
Marcel Hellkamp
2010-12-29
1
-3
/
+3
*
fix: More helpful exceptions in Router.build().
Marcel Hellkamp
2010-12-28
1
-4
/
+5
*
fix: "OverflowError in bottle's parse_date" (#112)
Marcel Hellkamp
2010-12-28
1
-1
/
+1
*
fix: "Misleading error message when calling url() with wrong arguments" (#117)
Marcel Hellkamp
2010-12-28
1
-1
/
+2
*
docs: "Dangling footnote in FAQ page" (#116)
Marcel Hellkamp
2010-12-28
2
-9
/
+5
*
Add bjoern (jonashaag/bjoern) server adapter
Jonas Haag
2010-12-25
3
-3
/
+13
[next]