]> git.ipfire.org Git - thirdparty/starlette.git/shortlog
thirdparty/starlette.git
2019-06-14  Tom ChristieDrop 3.8-dev from matrix 547/head
2019-06-14  Tom ChristieDrop typed-ast pinning
2019-06-14  Tom ChristiePin typed-ast
2019-06-10  Tom ChristieUpdate staticfiles.py
2019-06-10  Tom ChristieUpdate WebSocket docs. Closes #536.
2019-05-21  Tom ChristieVersion 0.12.0 0.12.0
2019-05-21  Tom ChristieUpdate image
2019-05-21  Tom ChristieMerge pull request #521 from koddr/patch-2
2019-05-20  Vic ShóstakUpdate logo <img> with new logo 521/head
2019-05-20  Vic ShóstakUpdate starlette.png
2019-05-20  Tom ChristieMerge pull request #513 from blueyed/unused-cookie
2019-05-20  Tom ChristieMerge pull request #518 from ekohl/patch-1
2019-05-20  Tom ChristieUpdate setup.py
2019-05-20  Vic ShóstakAdd new Starlette logo
2019-05-20  Tom ChristieMerge pull request #506 from blueyed/doc-fix
2019-05-17  Ewoud Kohl... Fix typo in api schema generation example 518/head
2019-05-13  Tom ChristieMerge pull request #455 from uranusjr/add-py-typed
2019-05-13  Daniel HahlerCORS: preflight_response: cookie is not used here 513/head
2019-05-13  Tom ChristieMerge pull request #508 from jodal/patch-1
2019-05-13  Tom ChristieFix CORS allowed origins (#511)
2019-05-13  Daniel Hahlerflake8 fixes (#512)
2019-05-13  秋葉fix NotImplementedError (#509)
2019-05-13  Steinn Eldjárn... lint: forgot to run black locally 511/head
2019-05-13  Steinn Eldjárn... Fix CORSMiddleware.simple_response to use self.simple_h...
2019-05-13  Steinn Eldjárn... Add test to expose CORSMiddleware.simple_headers access...
2019-05-12  Stein Magnus... docs: Add missing import 508/head
2019-05-10  Daniel Hahlerdocs/config.md: fix DatabaseURL usage 506/head
2019-04-24  Daniel HahlerFix typo in method name: generate_frame_html (#490)
2019-04-17  Tom ChristieUpdate config.md
2019-04-10  Tom ChristieUpdate third-party-packages.md
2019-04-10  Daniel Hahlerci: Travis: sudo is deprecated (#475)
2019-04-10  Daniel Hahlerdoc: fix middleware (#471)
2019-04-10  David BaumgoldGitHub has a capital H (#478)
2019-04-09  Tzu-ping ChungAdd zip_safe=False in setup.py 455/head
2019-04-09  Tzu-ping ChungAdd py.typed to package
2019-04-08  Eugene MolotovCorrects usage of CommaSeparatedStrings in docs (#467)
2019-04-05  Steinn Eldjárn... Adding a section on timing-asgi to 3rd party middleware...
2019-04-03  Tom ChristieMake StreamingResponse compatible with normal iterators... 0.12.0.b3
2019-04-02  Tom ChristieVersion 0.12.0.b2 0.12.0.b2
2019-04-02  Patryk ZawadzkiDon't block the event loop in WebSocketTestSession...
2019-03-27  Phil JonesRemove warning about lifespan events (#451)
2019-03-27  Alex OleshkevichReplace mutable "allowed_hosts" argument of TrustedHost...
2019-03-26  Konstantin... :bug: Adding a percent sign to redirect with quoted...
2019-03-20  Tom ChristieVersion 0.12.0b1 0.12.0.b1
2019-03-20  Tom ChristieAdd `StaticFiles(html=True)` (#443)
2019-03-19  Tom ChristieASGI 3 (#435)
2019-03-19  Mostafa AitbrahimFix README.md (#438)
2019-03-18  Tom ChristieVersion 0.11.4 0.11.4
2019-03-18  Tom ChristieFix for Mount('/', ...) (#439)
2019-03-11  Tom ChristiePopulate SCRIPT_NAME in WSGIMiddleware (#434)
2019-03-11  Tom ChristieDocs tweaks
2019-03-08  Daniel Hahlerconfig: cast=bool: handle "0" and "1" as False/True...
2019-03-06  Daniel Hahlerreqs: minor cleanup (#422)
2019-03-06  Daniel HahlerStarlette.__init__: remove template_directory arg ...
2019-03-04  Sebastián RamírezAdd documentation for UploadFile class in the Request...
2019-03-04  Ahti KitsikDoc hint about enabling code reload support (#417)
2019-02-26  Tom ChristieStaticfiles packages (#415) 0.11.3
2019-02-25  Tom ChristieRemove redundant newlines
2019-02-25  William HayesUpdate Config docs/add settings endpoint example (...
2019-02-25  Eugene MolotovAdds python 3.5 port note to third party packages ...
2019-02-25  Santiagodocs: remove code from third party section (#395)
2019-02-25  Jeffrey GelensFix lower case header value preflight request (#411)
2019-02-24  FoxMaSktypo (#412)
2019-02-23  Tom ChristieGraceful error when using Jinja2Templates, but jinja2...
2019-02-20  Tom ChristieReinstate Lifespan Middleware, for Responder (#405) 0.11.2
2019-02-19  Tom ChristieDrop SQLAlchemy note, since we don't currently have...
2019-02-19  Tom ChristieVersion 0.11.1 0.11.1
2019-02-19  Tom ChristieRequest state (#404)
2019-02-19  Jordan EremieffDisable graphiql by default (#375)
2019-02-19  Tom ChristieVersion 0.11 (#402)
2019-02-19  Jose EduardoImprovements to schema generation (#336)
2019-02-19  Jose EduardoApply linting to setup.py (#403)
2019-02-19  Tom ChristieLifespan route instance (#401)
2019-02-18  Tom ChristieVersion 0.10.5
2019-02-18  Tom ChristieDocs tweak
2019-02-18  Santiagofix: jinja annotations when jinja not installed (#399)
2019-02-18  Tom ChristieAdd `routes` argument to Mount (#400)
2019-02-18  Tom ChristieUpdate schema docs
2019-02-18  Tom ChristieSeperate SchemaGenerator from Application
2019-02-18  Tom ChristieMinor tweak
2019-02-18  Tom ChristieAdd Starlette(routes=...)
2019-02-18  Tom ChristieAdd request.app
2019-02-18  Tom ChristieVersion 0.10.4 0.10.4
2019-02-18  Tom ChristieVersion 0.10.4
2019-02-18  Tom ChristieDocs and version bump
2019-02-18  Tom ChristieTemplate component (#398)
2019-02-18  Tom ChristiePrevent code formatters from moving deliberatly late... 398/head
2019-02-18  Tom ChristieFix imports
2019-02-18  Tom ChristieAdd Jinja2Templates component
2019-02-18  Taoufiktiny typo (#397)
2019-02-17  Santiagodocs: typo in databases + better links in third party...
2019-02-16  Sebastián RamírezUpdate FastAPI example to make style/difference explici...
2019-02-14  Tom ChristieMove to 'databases' instead of built-in DatabaseMiddlew...
2019-02-13  Eugene MolotovAdd python version restriction (#387)
2019-02-12  TaoufikAdd Nejma to third party packages (#385)
2019-02-11  Tom ChristieVersion 0.10.2
2019-02-11  Tom ChristieDon't drop explict port on HTTPS redirects (#382)
2019-02-11  Pradip CaulagiPython 3.8 requires openssl support which is available...
2019-02-05  José Antonio... Update Starlette API section in third-party docs (...
2019-02-01  Hiroyuki TanakaAdd content_type attribute to UploadFile (#371)
next