]> git.ipfire.org Git - thirdparty/starlette.git/shortlog
thirdparty/starlette.git
2020-03-18  Aviram HassanUpdate tests/test_requests.py 867/head
2020-03-18  Aviram Hassanignore malformed cookie instead of raising an exception
2020-03-16  Tom ChristieMore detail on how to use convertors (#862)
2020-03-15  Simon WillisonMore detail on how to use convertors 862/head
2020-03-10  ppd0705Fix middleware repr (#858)
2020-03-04  Aaron Mangumfix mypy failing with Mount and routes parameter (...
2020-03-02  sysidfeat: documentation for 3rd party response types: SSERe...
2020-02-26  KamforkaAdd listener task to cancel streaming response in case...
2020-02-25  Jeff AstorFriendly spellcheck in convertor assertion (#845)
2020-02-25  Daniel HedrénSameSite support for cookies (#732)
2020-02-20  Alessandro... adding authlib middleware (#841)
2020-02-20  Tom ChristieWebsocket iter (#838) 0.13.2
2020-02-20  Tom ChristieAdd iter_text, iter_bytes, iter_json to WebSocket ...
2020-02-19  Tom ChristieAdd chat to docs (#834)
2020-02-19  Colin BounouarEnsure pyyaml is installed before actually using it...
2020-02-19  Colin BounouarLink to black GitHub repository (#832)
2020-02-17  Eugene MolotovAllow non latin-1 filename in FileResponse (#792)
2020-02-14  Yang Kemingfix doc: endpoint websocket example (#827)
2020-02-11  retniktMore debugger improvements (#825)
2020-02-10  Bo HuangAllow callable functions to be passed into the config...
2020-02-10  retniktfix naive debugger line numbers in ServerErrorMiddlewar...
2020-02-04  DanielFix typo (#816)
2020-01-30  Tom ChristieVersion 0.13.1 (#815) 0.13.1
2020-01-29  Jorge LeitaoAdded 3rd party package. (#768)
2020-01-29  Tom ChristieWSGI middleware should lowercase ASGI headers (#813)
2020-01-29  Tom ChristieFix slash redirects (#812)
2020-01-23  Bekhzod Tillakhanovdocs(database): change gino homepage url (#808)
2020-01-15  Joseph BuckleySecurity patch: Updating CORS origin regex to use a...
2020-01-09  Vlad Dmitrievichtypo in configuration docs (#789)
2020-01-07  Daniel Hahlertyping: remove unused "type: ignore" comments (#779)
2020-01-07  Daniel Hahlerci: Travis: use py38 (#781)
2020-01-06  Yang Kemingupdate 3rd packages: add spectree (#783)
2019-12-29  Tomasz Wójcikadd starlette-context to 'third party packages' docs...
2019-12-21  Emil StenströmAdd space so example is copy-pastable (#766)
2019-12-17  Tom ChristieIgnore gnarly type check in WSGI implementation (#756)
2019-12-17  Trim21support Path in Config (#755)
2019-12-16  podhmoadd import Route (#752)
2019-12-10  Eneko IllarramendiDocument custom filters for Jinja2 (#737)
2019-11-25  Tom ChristieUpdate database.md
2019-11-22  Tom ChristieUpdate routing.md
2019-11-22  Fulvio EspositoDrop double square brackets tests in install script...
2019-11-22  Jake HowardShow nicer warning when `ujson` isn't installed (#728)
2019-11-20  Tom ChristieTweak app signatures (#723)
2019-11-15  Florian ApollonerAdded support for publishing wheel files. Fixes #668...
2019-11-13  Jeff Triplett:pencil: Fixes example typo in README (#717)
2019-11-13  Tom ChristieVersion 0.13.0 0.13.0
2019-11-13  Tom ChristieVersion 0.13 (#704)
2019-11-12  Adam JohnsonList Scout APM as a third party package (#710)
2019-11-12  Hsiaoming YangAdd Authlib into third party packages. (#712)
2019-11-07  Grégoire DétrezFix a small typo in CORS middleware documentation ...
2019-11-06  Tom ChristieHandle trailing slash redirects properly. (#707)
2019-11-06  Tom ChristieStrip whitespace on response headers (#706)
2019-11-06  Tom ChristieUpdate release-notes.md
2019-11-05  Florimond MancaRemove Bocadillo from third party packages (#684)
2019-11-04  Tom ChristieVersion 0.12.13 0.12.13
2019-11-04  Tom ChristieSupport app configuration on initialization. (#702)
2019-11-01  Tom ChristieVersion 0.12.12 0.12.12
2019-11-01  Tom ChristieFix url_for with double mounts (#701)
2019-11-01  Tom ChristieVersion 0.12.11 0.12.11
2019-11-01  Tom ChristieInclude 'root_path' when returning URLs from request...
2019-11-01  Tom ChristieResolve latest mypy issues (#700)
2019-10-15  Daniel Hahlertests: minor: use "test_" prefix (#636)
2019-10-15  Tom ChristieVersion 0.12.10
2019-10-15  Aaron Gunderson[docs] update RedirectResponse status code (#634)
2019-10-15  Josha Inglisdon't return "error" in graphql response when no error...
2019-10-15  Mantas ZimnickasUpdate docs about html mode for static files (#624)
2019-10-15  nwalsh1995fix typo (#621)
2019-10-15  Ashin AbrahamAdded Documentation For Bugsnag Integration in Starlett...
2019-10-15  Igor NehoroshevAdd link to EarlyDataMiddleware (#666)
2019-10-15  Igor NehoroshevFix __init__ code in custom HTTP middleware example...
2019-10-15  Daniel HahlerAdd HTTPException.__repr__ (#628)
2019-10-15  Dušan JosipovićEnable flag parameters (#672)
2019-10-14  George BogodukhovMerge pull request #674 from dmontagu/run_in_threadpool...
2019-10-14  David MontagueAdd type hint for run_in_threadpool return type 674/head
2019-10-14  George BogodukhovMerge pull request #673 from dmontagu/patch-6
2019-10-14  dmontaguUpdate datastructures.py 673/head
2019-10-10  Igor NehoroshevAdd 425 Too Early status code (#660)
2019-10-02  Tom ChristieMerge pull request #653 from dmontagu/large-body-perf
2019-10-02  David MontagueUpdate for new mypy 653/head
2019-10-02  David MontaguePerformantly build the request body
2019-09-04  Tom ChristieMerge pull request #620 from elyobo/document-request...
2019-09-04  Liam O'BoyleAdd "accessing the app instance" to docs/application.md 620/head
2019-09-02  Tom ChristieVersion 0.12.9 0.12.9
2019-09-02  Tom ChristieMerge pull request #629 from jlaine/send-push-promise
2019-09-02  Jeremy LainéAdd support for server push 629/head
2019-08-27  Liam O'BoyleDocument the `request.app` property.
2019-08-27  Tom ChristieMerge pull request #618 from encode/app-state
2019-08-27  Tom ChristieMerge pull request #613 from perdy/master
2019-08-27  Tom ChristieMerge pull request #614 from perdy/starlette-prometheus...
2019-08-27  Tom ChristieApplication state 618/head
2019-08-23  José Antonio... Add Starlette Prometheus to plugins and middlewares... 614/head
2019-08-23  José Antonio... Add Flama to frameworks docs 613/head
2019-08-19  Tom ChristieMerge pull request #601 from abersheeran/master
2019-08-16  abersheeranFix html escape 601/head
2019-08-16  云中君Fix html escape 600/head
2019-08-16  Tom ChristieVersion 0.12.8 0.12.8
2019-08-16  Tom ChristieMerge pull request #597 from taoufik07/patch-8
2019-08-16  TaoufikFix #483 parse scope with HTTPConnection in sessions 597/head
2019-08-16  Tom ChristieMerge pull request #541 from keakon/master
2019-08-16  Tom ChristieMerge pull request #596 from mdawar/patch-1
next