]> git.ipfire.org Git - thirdparty/starlette.git/shortlog
thirdparty/starlette.git
2021-06-28  Thomas Graingerreset the `__eq__` and `__hash__` of HTTPConnection...
2021-06-28  Marcelo Trylesinski:wrench: Add funding option (#1219)
2021-06-27  Amin AlaeeMake Jinja2Templates.get_env private & rename (#1218)
2021-06-25  Jamie Hewlandmkdocs: Set site_url (#1215)
2021-06-23  Jamie HewlandPrepare version 0.15.0 (#1202) 0.15.0
2021-06-21  AberFixed TestClient error when response headers missing...
2021-06-19  Jamie HewlandTest on Python 3.10 (#1201)
2021-06-19  Jamie HewlandUse coverage directly instead of pytest-cov (#1204)
2021-06-18  Jamie HewlandClean up last bit of aiofiles after #1157 (#1203)
2021-06-18  Jordan Speicheranyio integration (#1157)
2021-06-13  laggardkernelDeduplicate failure text in CORS preflight response...
2021-06-13  laggardkernelCleanup param "workers" in WSGIMiddleware (#1146)
2021-06-11  Nikolay BulatovAdd compresslevel to GZipMiddleware (#1128)
2021-06-11  Shahriyar RzayevSmall Pythonic code changes for datastructures.py file...
2021-06-11  Marcelo Trylesinski🐛 Fix type hint issues due to mypy upgrade to 0.902...
2021-05-27  Jordan SpeicherUpdates to python 3.6+ syntax (#1189)
2021-05-26  Andrey SobolevFix readme for ChannelBox package (#1188)
2021-05-25  Tom ChristieUpdate README.md (#1185)
2021-05-13  Jamie HewlandUse non-deprecated jinja2.pass_context in Jinja 3.0...
2021-05-04  Yurii KarabasAdd better exception msg for duplicated param names...
2021-04-28  hitrustUpdate authentication.md (#1165)
2021-04-28  Shahriyar RzayevRemoved the empty elif clause as it has no effect ...
2021-04-28  Shahriyar RzayevRemoved redundant parantheses as returning with comma...
2021-04-28  Shahriyar RzayevReplaced mutable default argument with None to eliminat...
2021-04-28  Shahriyar RzayevReplaced built-in type name with type_ as it may shadow...
2021-04-21  wim glennprevent setup from generating an incorrect top_level...
2021-04-14  Ben Falkuse quote instead of quote_plus for RedirectResponse...
2021-04-14  Josh WilsonSet explicit Origin in CORS preflight response if allow...
2021-04-06  Josh WilsonAdd HEAD to CORS ALL_METHODS list (#1112)
2021-04-06  Josh WilsonAdd Origin to Vary header on credentialed CORS response...
2021-03-29  oTree-orgDon't use 'raise exc from None' because it suppresses...
2021-03-12  Mahmoud HossamMake session cookie use ASGI root path (#1147)
2021-02-07  Jamie HewlandFix docs syntax highlighting (#1136)
2021-02-05  ilunevStaticFiles: Fix cache validation bug for deleted files...
2021-02-05  Jamie HewlandDeprecate built-in GraphQL support (#1135)
2021-02-02  Jamie HewlandVersion 0.14.2 (#1133) 0.14.2
2021-02-02  John BamptonFix spelling (#1115)
2021-02-02  Tim Gatesdocs: fix simple typo, ougoging -> outgoing (#1120)
2021-02-02  Denis EliseevRemove self from websocker example app (#1103)
2021-02-02  Vlad Stefan... Fix functools.partial async handlers for classmethods...
2021-01-31  Jamie HewlandFix middleware traceback fetching on Python 3.8+, fix...
2020-11-23  RomanAdd missing status codes (#1096)
2020-11-20  RomanAdd 208 Already Reported status code (#1095)
2020-11-09  Jamie HewlandVersion 0.14.1 (#1088) 0.14.1
2020-11-08  Jamie HewlandRemove UJSONResponse (#1047)
2020-11-08  ErikVersion 0.14.0 (#1087) 0.14.0
2020-11-08  Vlad Stefan... Allow usage of functools.partial async handlers (#984)
2020-10-28  ParzivalUpdate responses.md (#1080)
2020-10-22  manuelzanderAdd 418 I'm A Teapot status code (#1076)
2020-10-21  witlingfix 793: allow custom async iterator (#1041)
2020-10-15  Jeff AstorFriendly spell check in `routing.md` docs. (#1073)
2020-10-14  Moriyoshi KoizumiAdd type: ignore for aiofiles to make mypy happier...
2020-10-07  Jamie HewlandTest on Python 3.9 (#1068)
2020-10-07  Jamie HewlandCreate tasks from coroutines before providing to asynci...
2020-10-02  Andrey SemakinFix return value of TestClient's __enter__ method ...
2020-09-27  Thomas Graingerapply pyupgrade --py36-plus (#1048)
2020-09-11  Jamie HewlandMove lifespan tests out of obsolete middleware test...
2020-09-11  Elliana MayUse format_exception instead of format_tb (#1031)
2020-09-11  Thomas Graingerconfigure pytest to be stricter (#1040)
2020-09-10  Jamie HewlandAdd issue templates (#1054)
2020-09-08  Jamie HewlandRun coverage check in CI (#1051)
2020-09-07  Thomas Graingerallow black to pass on v20.8b1 and v19.10b0 (#1049)
2020-09-06  Jamie HewlandUpdate CI scripts to match httpcore (#1043)
2020-09-05  Jamie HewlandUse and pin black 20 (#1042)
2020-08-16  Hannes KüttnerBe more lenient with route arguments in AuthencationMid...
2020-08-15  ErikInstall dependencies before attempting to publish....
2020-08-14  ErikVersion 0.13.8 (#1026) 0.13.8
2020-08-13  ErikRemove maxsize arg from Queue constructor in BaseHTTPMi...
2020-08-05  Kevin StoneUse os.PathLike in StaticFiles for directory (#1007)
2020-08-05  ErikPrepare 0.13.7 release: version bump and release-notes... 0.13.7
2020-08-04  ErikFix high memory usage when using BaseHTTPMiddleware...
2020-07-27  Yaakov BelchDOCUMENTATION -- Correction in websockets.md (#1011)
2020-07-24  Dan TrickeyAdd type annotation to WebSocketEndpoint.encoding ...
2020-07-24  Justin YoFixed typo in websocket doc (#1009)
2020-07-20  Tom ChristieVersion 0.13.6 (#1006) 0.13.6
2020-07-20  Tom ChristieFix staticfiles 404 errors (#1005)
2020-07-17  Tom ChristieVersion 0.13.5 (#1001) 0.13.5
2020-07-16  Tom ChristieMore robust path-traversal check in StaticFiles app...
2020-07-15  子休fix wsgi PATH_INFO encoding (#998)
2020-07-15  SmartUpdate testclient.md (#1000)
2020-07-15  Jamie HewlandUse isort v5 (#999)
2020-06-29  子休Add RatelimitMiddleware in docs (#988)
2020-06-29  Vlad Stefan... Fix hanging graphql tests (#989)
2020-06-10  Andrey SobolevUpdate third-party-packages.md (#964)
2020-06-08  Xu Jingfix(comment typo): (#959)
2020-06-01  WAllow render to access status code (#938)
2020-05-30  Denzil Francis... add missing word 'as' in the docstring for Starlette...
2020-05-28  Kevin TewoudaFixed typos in documentation (#956)
2020-05-15  Bartek CiszkowskiRedirectResponse now accepts optional background parame...
2020-05-11  Peer SommerlundAllow path to contain regex meta characters (#932)
2020-05-07  euri10Middleware should treat `body` in response ASGI message...
2020-05-06  云中君Thread pool is no longer used for files in memory ...
2020-05-04  Tom ChristieSupport generator function to manage startup/shutdown...
2020-05-04  Piotr StaroszczykRequires decorator redirects with 303 status_code inste...
2020-04-30  Tom ChristieUpdate publish (#923)
2020-04-30  Tom ChristieVersion 0.13.4 (#922) 0.13.4
2020-04-29  Tom ChristieAdd publish workflow (#921)
2020-04-28  Rene DohmenAdded StarletteOpentracing to the third party middlewar...
2020-04-28  Bartek CiszkowskiDocs: Update database migration instructions (#916)
2020-04-24  Jamie HewlandCheck isort in CI (#913)
next