]> git.ipfire.org Git - thirdparty/starlette.git/shortlog
thirdparty/starlette.git
2018-08-28  Jeff ButtarsUpdate test_client doc from README.md 44/head
2018-08-28  Jeff ButtarsAdd Applications docs to mkdocs
2018-08-28  Jeff ButtarsMerge branch 'master' into mkdocs
2018-08-28  Jeff ButtarsInitial conversion of README.md to mkdocs
2018-08-28  Tom ChristieVersion 0.2 0.2.0
2018-08-28  Tom ChristieBlack formatting
2018-08-28  Tom ChristieFixes to TestClient websocket docs
2018-08-28  Tom Christieclient.wsconnect -> client.websocket_connect
2018-08-28  Tom ChristieAdd App class (#42)
2018-08-27  Tom ChristieUpdate table of contents
2018-08-27  Jeff ButtarsAdd a TOC to the repo README (#40)
2018-08-27  Tom ChristieDrop asgi_application decorator (#41)
2018-08-27  Tom ChristieRedirect response (#39) 0.1.17
2018-08-17  Tom ChristieMinor Request cleanups (#38)
2018-08-17  Tom ChristieVersion 0.1.16 0.1.16
2018-08-17  Tom ChristieWebSockets support (#37)
2018-07-26  Tom ChristieMerge branch 'master' of https://github.com/encode... 0.1.15
2018-07-26  Tom ChristieVersion 0.1.15
2018-07-26  Simon WillisonCorrectly handle static files larger than 4096 bytes...
2018-07-18  Tom ChristieVersion 0.1.14 0.1.14
2018-07-18  Tom ChristieMerge pull request #31 from encode/debug-middleware...
2018-07-18  Tom ChristieShow exceptions that occur during app init. Ignore... 31/head
2018-07-18  Tom ChristieVersion 0.1.13 0.1.13
2018-07-18  Tom ChristieMerge pull request #28 from gbozee/master
2018-07-18  Tom ChristieVersion 0.1.12 0.1.12
2018-07-18  Tom ChristieMerge pull request #29 from encode/debug-middleware
2018-07-18  Tom ChristieBlack formatting 29/head
2018-07-18  Tom ChristieAdd DebugMiddleware
2018-07-17  AbiolaFixed encoding issues on windows 28/head
2018-07-13  Tom ChristieMerge pull request #26 from encode/raise-disconnect... 0.1.11
2018-07-13  Tom ChristieBlack formatting 26/head
2018-07-13  Tom ChristieVersion 0.1.11
2018-07-13  Tom ChristieTest for ClientDisconnect while reading body
2018-07-13  Tom ChristieRaise ClientDisconnect if disconnected while reading...
2018-07-13  Tom ChristieVersion 0.1.10 0.1.10
2018-07-13  Tom ChristieMerge pull request #25 from encode/datastructure-tweaks
2018-07-13  Tom ChristieBlack formatting 25/head
2018-07-13  Tom ChristieRename variable inside MutableHeaders implementation
2018-07-13  Tom ChristieMutableHeaders retains insertion order
2018-07-13  Tom ChristieAdd Headers.mutablecopy()
2018-07-13  Tom ChristieAdd Request.relative_url
2018-07-12  Tom ChristieBlack formatting
2018-07-12  Tom ChristieVersion 0.1.9 0.1.9
2018-07-12  Tom ChristieTest for StaticFiles directory breakout protection
2018-07-12  Tom ChristieFix for os.path.join
2018-07-12  Tom ChristieAdd docs on regexs in routing
2018-07-12  Tom ChristieVersion 0.1.8 0.1.8
2018-07-12  Tom ChristieMerge pull request #21 from encode/staticfiles
2018-07-12  Tom ChristieTweak README 21/head
2018-07-12  Tom ChristieTweak imports and docs
2018-07-12  Tom ChristieAdd StaticFile and StaticFiles to README
2018-07-12  Tom ChristieBlack formatting
2018-07-12  Tom ChristieConfiguration checks for StaticFiles
2018-07-12  Tom ChristieAdd StaticFile and StaticFiles ASGI applications
2018-07-12  Tom ChristieMerge pull request #19 from encode/file-response-headers
2018-07-12  Tom ChristieAdd Content-Length, Last-Modified and ETag headers... 19/head
2018-07-11  Tom ChristieMerge branch 'master' of https://github.com/encode... 0.1.7
2018-07-11  Tom ChristieFix Response signature in README
2018-07-11  Tom ChristieMerge pull request #18 from encode/file-responses
2018-07-11  Tom ChristieVersion 0.1.7 18/head
2018-07-11  Tom ChristieAdd FileResponse to README
2018-07-11  Tom ChristieDrop incomplete multipart and DatabaseMiddleware
2018-07-11  Tom ChristieUse getlist, instead of get_list
2018-07-11  Tom ChristieAdd FileResponse
2018-07-11  Tom ChristieAdd set_default
2018-07-10  Tom ChristieMerge pull request #16 from encode/performance 0.1.6
2018-07-10  Tom ChristieBlack formatting 16/head
2018-07-10  Tom ChristiePerformance improvements
2018-07-02  Tom ChristieResize header
2018-07-02  Tom ChristieTweak header image
2018-07-02  Tom ChristieTweak header image
2018-07-02  Tom ChristieREADME image
2018-06-27  Tom ChristieMerge pull request #14 from encode/version-0.1.5 0.1.5
2018-06-27  Tom ChristieVersion 0.1.5 14/head
2018-06-27  Tom ChristiePerform cheaper comparison first
2018-06-27  Tom ChristieAllow @asgi_application to apply to either sync or...
2018-06-26  Tom ChristieMerge pull request #10 from encode/remove-receive-setter
2018-06-26  Tom ChristiePunctuation fix 10/head
2018-06-26  Tom ChristieRemove 'set_receive_channel' method
2018-06-26  Tom ChristieVersion 0.1.4 0.1.4
2018-06-26  Tom ChristieMerge pull request #8 from encode/request-as-scope
2018-06-26  Tom ChristieRequest presents 'scope' interface 8/head
2018-06-26  Tom ChristieMerge pull request #5 from encode/routing 0.1.3
2018-06-26  Tom ChristieBlack formatting 5/head
2018-06-26  Tom ChristieVersion 0.1.3
2018-06-26  Tom ChristieBlack formatting
2018-06-26  Tom ChristieMore type annotation
2018-06-25  Tom ChristieBlack
2018-06-25  Tom ChristieAdd Router, Path, PathPrefix
2018-06-25  Tom ChristieTweak README style
2018-06-25  Tom ChristieTweak README style
2018-06-25  Tom ChristieTweak README language
2018-06-25  Tom ChristieTweak README styling
2018-06-25  Tom ChristieAdd support for 'async for chunk in request.stream()' 0.1.2
2018-06-25  Tom ChristieUpdate .gitignore
2018-06-25  Tom ChristieLink to ASGI spec
2018-06-25  Tom ChristieBump Python requirements 0.1.1
2018-06-25  Tom ChristieOnly run linting on 3.6
2018-06-25  Tom ChristieMore explicit documentation of parameters to 'Response'
2018-06-25  Tom ChristieMore explicit documentation of parameters to 'Response'
next