summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-06add test to validate doc assertionÉric Araujo
2020-05-06fix lint checkÉric Araujo
2020-05-06fix lint checkÉric Araujo
2020-05-06more rewordingÉric Araujo
2020-05-05reword docÉric Araujo
2020-05-04support multiple values for header predicateÉric Araujo
2020-05-04expand testing for predicate textsÉric Araujo
2020-05-04Merge pull request #3577 from Pylons/fix-3573-sphinx-3.0Bert JW Regeer
Fix Sphinx 3.0.x build
2020-05-04Pyramid 2.x does not run on Python 2Bert JW Regeer
2020-04-24Suppress case-sensitivity warnings on terms in glossarySteve Piercy
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-23Merge pull request #3571 from slav0nic/py3featuresMichael Merickel
py3 features
2020-04-19sign CONTRIBUTORS.txtSergey Maranchuk
2020-04-19Replace deprecated unittest alias assertEquals with assertEqualSergey Maranchuk
https://docs.python.org/3/library/unittest.html#deprecated-aliases
2020-04-19remove __unicode__ methodSergey Maranchuk
2020-04-19predicate order must be integerSergey Maranchuk
2020-04-19invoke super() without argumentsSergey Maranchuk
2020-04-19rename __nonzero__() to __bool__()Sergey Maranchuk
2020-04-17inheriting from `object` not necessary in py3Sergey Maranchuk
2020-03-06Merge pull request #3567 from slobinger/masterSteve Piercy
correct configuration.rst add missing route_name
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-18add changelog for #3557Michael Merickel
2020-01-18add changelog for #3421Michael Merickel
2020-01-18remove unnecessary usage of text_Michael Merickel
2020-01-18simplify SettableProperty to be a non-data-descriptor to avoid caching itselfMichael Merickel
2020-01-18use standard detection for data descriptorsMichael Merickel
2020-01-18remove todo about transaction managerMichael Merickel
2020-01-17Merge pull request #3563 from mmerickel/move-acl-security-to-authorizationMichael Merickel
Move acl security to authorization
2020-01-17Merge pull request #3560 from merwok/docs/rewrite-custom-predicatesMichael Merickel
Rewrite docs for custom predicates
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-16Merge pull request #3557 from mmerickel/security-docsMichael Merickel
update docs to use security policy
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-14fix commentMichael Merickel
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