]>
git.ipfire.org Git - thirdparty/starlette.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Tom Christie [Thu, 12 Jul 2018 13:09:49 +0000 (14:09 +0100)]
Tweak README
Tom Christie [Thu, 12 Jul 2018 13:09:05 +0000 (14:09 +0100)]
Tweak imports and docs
Tom Christie [Thu, 12 Jul 2018 12:57:04 +0000 (13:57 +0100)]
Add StaticFile and StaticFiles to README
Tom Christie [Thu, 12 Jul 2018 12:47:23 +0000 (13:47 +0100)]
Black formatting
Tom Christie [Thu, 12 Jul 2018 12:41:46 +0000 (13:41 +0100)]
Configuration checks for StaticFiles
Tom Christie [Thu, 12 Jul 2018 12:13:44 +0000 (13:13 +0100)]
Add StaticFile and StaticFiles ASGI applications
Tom Christie [Thu, 12 Jul 2018 10:55:54 +0000 (11:55 +0100)]
Merge pull request #19 from encode/file-response-headers
Add `Content-Length`, `Last-Modified` and `ETag` headers to `FileResponse`
Tom Christie [Thu, 12 Jul 2018 10:53:07 +0000 (11:53 +0100)]
Add Content-Length, Last-Modified and ETag headers to FileResponse
Tom Christie [Wed, 11 Jul 2018 15:54:09 +0000 (16:54 +0100)]
Merge branch 'master' of https://github.com/encode/starlette
Tom Christie [Wed, 11 Jul 2018 15:54:00 +0000 (16:54 +0100)]
Fix Response signature in README
Tom Christie [Wed, 11 Jul 2018 15:52:23 +0000 (16:52 +0100)]
Merge pull request #18 from encode/file-responses
Add `FileResponse`
Tom Christie [Wed, 11 Jul 2018 15:47:18 +0000 (16:47 +0100)]
Version 0.1.7
Tom Christie [Wed, 11 Jul 2018 15:46:44 +0000 (16:46 +0100)]
Add FileResponse to README
Tom Christie [Wed, 11 Jul 2018 15:32:48 +0000 (16:32 +0100)]
Drop incomplete multipart and DatabaseMiddleware
Tom Christie [Wed, 11 Jul 2018 15:30:40 +0000 (16:30 +0100)]
Use getlist, instead of get_list
Tom Christie [Wed, 11 Jul 2018 15:08:51 +0000 (16:08 +0100)]
Add FileResponse
Tom Christie [Wed, 11 Jul 2018 12:16:03 +0000 (13:16 +0100)]
Add set_default
Tom Christie [Tue, 10 Jul 2018 14:34:09 +0000 (15:34 +0100)]
Merge pull request #16 from encode/performance
Performance improvements
Tom Christie [Tue, 10 Jul 2018 14:30:54 +0000 (15:30 +0100)]
Black formatting
Tom Christie [Tue, 10 Jul 2018 14:19:51 +0000 (15:19 +0100)]
Performance improvements
Tom Christie [Mon, 2 Jul 2018 11:07:23 +0000 (12:07 +0100)]
Resize header
Tom Christie [Mon, 2 Jul 2018 11:00:03 +0000 (12:00 +0100)]
Tweak header image
Tom Christie [Mon, 2 Jul 2018 10:57:44 +0000 (11:57 +0100)]
Tweak header image
Tom Christie [Mon, 2 Jul 2018 10:52:33 +0000 (11:52 +0100)]
README image
Tom Christie [Wed, 27 Jun 2018 20:48:57 +0000 (21:48 +0100)]
Merge pull request #14 from encode/version-0.1.5
Version 0.1.5
Tom Christie [Wed, 27 Jun 2018 20:46:09 +0000 (21:46 +0100)]
Version 0.1.5
Tom Christie [Wed, 27 Jun 2018 20:45:46 +0000 (21:45 +0100)]
Perform cheaper comparison first
Tom Christie [Wed, 27 Jun 2018 20:44:23 +0000 (21:44 +0100)]
Allow @asgi_application to apply to either sync or async functions
Tom Christie [Tue, 26 Jun 2018 13:16:11 +0000 (14:16 +0100)]
Merge pull request #10 from encode/remove-receive-setter
Remove 'set_receive_channel' method
Tom Christie [Tue, 26 Jun 2018 13:13:10 +0000 (14:13 +0100)]
Punctuation fix
Tom Christie [Tue, 26 Jun 2018 10:10:54 +0000 (11:10 +0100)]
Remove 'set_receive_channel' method
Tom Christie [Tue, 26 Jun 2018 09:55:06 +0000 (10:55 +0100)]
Version 0.1.4
Tom Christie [Tue, 26 Jun 2018 09:54:36 +0000 (10:54 +0100)]
Merge pull request #8 from encode/request-as-scope
Request presents 'scope' interface
Tom Christie [Tue, 26 Jun 2018 09:51:51 +0000 (10:51 +0100)]
Request presents 'scope' interface
Tom Christie [Tue, 26 Jun 2018 09:13:50 +0000 (10:13 +0100)]
Merge pull request #5 from encode/routing
Add Router, Path, PathPrefix
Tom Christie [Tue, 26 Jun 2018 09:09:59 +0000 (10:09 +0100)]
Black formatting
Tom Christie [Tue, 26 Jun 2018 09:09:35 +0000 (10:09 +0100)]
Version 0.1.3
Tom Christie [Tue, 26 Jun 2018 08:39:26 +0000 (09:39 +0100)]
Black formatting
Tom Christie [Tue, 26 Jun 2018 08:39:06 +0000 (09:39 +0100)]
More type annotation
Tom Christie [Mon, 25 Jun 2018 21:26:01 +0000 (22:26 +0100)]
Black
Tom Christie [Mon, 25 Jun 2018 21:23:40 +0000 (22:23 +0100)]
Add Router, Path, PathPrefix
Tom Christie [Mon, 25 Jun 2018 15:05:31 +0000 (16:05 +0100)]
Tweak README style
Tom Christie [Mon, 25 Jun 2018 15:04:03 +0000 (16:04 +0100)]
Tweak README style
Tom Christie [Mon, 25 Jun 2018 15:02:59 +0000 (16:02 +0100)]
Tweak README language
Tom Christie [Mon, 25 Jun 2018 15:00:39 +0000 (16:00 +0100)]
Tweak README styling
Tom Christie [Mon, 25 Jun 2018 14:58:05 +0000 (15:58 +0100)]
Add support for 'async for chunk in request.stream()'
Tom Christie [Mon, 25 Jun 2018 14:35:43 +0000 (15:35 +0100)]
Update .gitignore
Tom Christie [Mon, 25 Jun 2018 14:35:22 +0000 (15:35 +0100)]
Link to ASGI spec
Tom Christie [Mon, 25 Jun 2018 13:58:51 +0000 (14:58 +0100)]
Bump Python requirements
Tom Christie [Mon, 25 Jun 2018 13:57:13 +0000 (14:57 +0100)]
Only run linting on 3.6
Tom Christie [Mon, 25 Jun 2018 13:55:03 +0000 (14:55 +0100)]
More explicit documentation of parameters to 'Response'
Tom Christie [Mon, 25 Jun 2018 13:53:14 +0000 (14:53 +0100)]
More explicit documentation of parameters to 'Response'
Tom Christie [Mon, 25 Jun 2018 13:50:22 +0000 (14:50 +0100)]
Requires 3.6+ (To support async generators)
Tom Christie [Mon, 25 Jun 2018 13:48:18 +0000 (14:48 +0100)]
Add code coverage
Tom Christie [Mon, 25 Jun 2018 13:42:38 +0000 (14:42 +0100)]
Only install black on Python >= 3.6
Tom Christie [Mon, 25 Jun 2018 13:40:56 +0000 (14:40 +0100)]
Links to ASGI servers
Tom Christie [Mon, 25 Jun 2018 13:35:44 +0000 (14:35 +0100)]
Only run 'black' on python >= 3.6
Tom Christie [Mon, 25 Jun 2018 13:35:26 +0000 (14:35 +0100)]
README tweaks
Tom Christie [Mon, 25 Jun 2018 13:24:50 +0000 (14:24 +0100)]
Tweak README
Tom Christie [Mon, 25 Jun 2018 13:21:24 +0000 (14:21 +0100)]
Tweak README
Tom Christie [Mon, 25 Jun 2018 13:19:28 +0000 (14:19 +0100)]
Tweak README
Tom Christie [Mon, 25 Jun 2018 13:15:32 +0000 (14:15 +0100)]
Initial commit