summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2020-11-28drop python 3.5Michael Merickel
2020-11-02Add support for Python 3.9Steve Piercy
2020-10-13Rename `ISecurityPolicy.authenticated_identity` to `identity`Theron Luhn
2020-07-02improve docÉric Araujo
Co-Authored-By: Steve Piercy
2020-07-02add tests and docsÉric Araujo
2020-06-22first shot for #1602Éric Araujo
2020-05-07better wordingÉric Araujo
2020-05-07merge masterÉric Araujo
2020-05-06remove some unnecessary flagsMichael Merickel
2020-05-06Cleanup nosetest mentions in docsBert JW Regeer
Co-authored-by: Steve Piercy <web@stevepiercy.com>
2020-05-04support multiple values for header predicateÉric Araujo
2020-05-04Merge pull request #3577 from Pylons/fix-3573-sphinx-3.0Bert JW Regeer
Fix Sphinx 3.0.x build
2020-04-24Exclude duplicate members `response` and `session` from `request` module to ↵Steve Piercy
avoid Sphinx warnings: src/pyramid/request.py:docstring of pyramid.request.Request.response:1: WARNING: duplicate object description of pyramid.request.Request.response, other instance in api/request, use :noindex: for one of them src/pyramid/request.py:docstring of pyramid.request.Request.session:1: WARNING: duplicate object description of pyramid.request.Request.session, other instance in api/request, use :noindex: for one of them
2020-04-23Sphinx 3.0 removed deprecated extra args in add_directive()Steve Piercy
2020-04-19invoke super() without argumentsSergey Maranchuk
2020-04-17inheriting from `object` not necessary in py3Sergey Maranchuk
2020-03-06correct configuration.rst add missing route_nameslobinger
Add missing route_name argument to the call of config.add_view in the imperative configuration example.
2020-01-17Merge pull request #3563 from mmerickel/move-acl-security-to-authorizationMichael Merickel
Move acl security to authorization
2020-01-17avoid invalid escape warningÉric Araujo
2020-01-17say something about the predicate factory info argÉric Araujo
2020-01-16merge masterÉric Araujo
2020-01-16update docs with pyramid.authorizatio imports after syncing masterMichael Merickel
2020-01-16Merge branch 'master' into move-acl-security-to-authorizationMichael Merickel
2020-01-15Minor grammar fixesSteve Piercy
- Expand contractions and spell out words
2020-01-15Minor grammar fixesSteve Piercy
- Swap order of editing tutorial/views/default.py so that line numbers in the user's editor align with the rendered docs
2020-01-15better wordingÉric Araujo
2020-01-15Update output of install of docutilsSteve Piercy
- Fix line number reference
2020-01-15Update emphasize-lines for definingmodels.rst to clarify changes and fix ↵Steve Piercy
alignment.
2020-01-15Remove bits that demo what one would need to do without defaultsSteve Piercy
- Sync up wiki with language from wiki2
2020-01-14Apply suggestions from code reviewMichael Merickel
Co-Authored-By: Éric Araujo <merwok@netwok.org>
2020-01-14make two missed lines even longerÉric Araujo
2020-01-14apply more review fixes, minimize some diffsÉric Araujo
2020-01-14Apply suggestions from code reviewMichael Merickel
Co-Authored-By: Éric Araujo <merwok@netwok.org>
2020-01-14Align Windows command with UnixSteve Piercy
2020-01-14Remove Windows command promptSteve Piercy
2020-01-14Revert emphasis removalSteve Piercy
2020-01-14Update test outputSteve Piercy
2020-01-14update changelog and docsMichael Merickel
2020-01-13update output of package versions, coverage. fix command.Steve Piercy
2020-01-13grammar fixSteve Piercy
2020-01-13realign emphasize-linesSteve Piercy
2020-01-13from webob.cookies import Cookie already existed; restore deleted commentSteve Piercy
2020-01-13Use correct verbSteve Piercy
2020-01-13Use reST numbered list syntax, not markdownSteve Piercy
2020-01-13Align line numbers to codeSteve Piercy
- @mmerickel can you check the wording to ensure it is still correct for the code?
2020-01-13Align emphasis to method nameSteve Piercy
2020-01-13Remove emphasize-lines because the entire module is new and highlighting ↵Steve Piercy
doesn't help here, just adds maintenance
2020-01-13Remove emphasize-lines because the entire module is new, and there is no ↵Steve Piercy
narrative reference to the emphasized lines
2020-01-13Remove tests_require from literalincludeSteve Piercy
2020-01-13Improve requires sectionSteve Piercy
- Improve narrative flow - Remove test_requires from literalinclude