summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-21chore: appease lint, better varnameTres Seaver
2023-08-21fix: reject NUL character as path elementTres Seaver
See: https://github.com/Pylons/pyramid/security/advisories/GHSA-j8g2-6fc7-q8f8
2023-08-10Merge pull request #3730 from leocosta-io/mainMichael Merickel
Fix a small mistake in definingmodels.rst
2023-08-09Fix a small mistake in definingmodels.rstLeonardo Costa
Remove one "the" that was doubled in the text.
2023-05-10Merge pull request #3728 from skywalk163/docSteve Piercy
Update conf.py
2023-05-11Update conf.pyskywalk
Change URL from '-' to '_' except for https://docs.pylonsproject.org/projects/pylons-webframework/en/latest/. This is because all other URLs have replaced “-” between words in their names with underscore symbols.
2023-02-16Merge pull request #3724 from Pylons/wikipedia-updateMichael Merickel
Update process to update wikipedia data on wikidata.org
2023-01-29update tox -e buildMichael Merickel
2023-01-29Update process to update wikipedia data on wikidata.orgSteve Piercy
Wikipedia decided it would be easier to end copy-pasta of data, and centralize some data. whee.
2023-01-29add changelog entry for #3667Michael Merickel
2022-12-30Merge pull request #3721 from Pylons/wiki-sqlite-tablesMichael Merickel
Fix English grammar and syntax in wiki installation.rst
2022-12-30Fix English grammar and syntax in wiki installation.rstSteve Piercy
2022-12-30Merge pull request #3713 from jvanasco/mainMichael Merickel
rename "master" to "main"
2022-12-30Update docs/tutorials/wiki2/installation.rstMichael Merickel
2022-12-30Merge pull request #3717 from stefanor/py311Michael Merickel
Python 3.11 Support
2022-12-30Merge branch 'master' into py311Michael Merickel
2022-12-29Merge branch 'master' into mainMichael Merickel
2022-12-29Merge pull request #3707 from ckaipf/update_quick_tutorialMichael Merickel
update SQLAlchemy logger in quick tutorial fixes #3706
2022-12-29Drop l*gettext() from pyramid.i18nStefano Rivera
Python 3.8 deprecated l*gettext() (bpo-33710), and it was removed from Python in 3.11 (bpo-44235). In most cases on Python 3, the l variants aren't useful, and difficult to use correctly. This adds support for Python 3.11.
2022-12-29Sign CONTRIBUTORS.txtStefano Rivera
2022-12-27Merge pull request #3720 from Pylons/bugfix/update-docs-ref-sqlBert JW Regeer
Update reference to ORM in sqlalchemy
2022-12-27Update reference to ORM in sqlalchemyBert JW Regeer
2022-12-27Merge pull request #3719 from ↵Bert JW Regeer
Pylons/dependabot/github_actions/actions/setup-python-4 Bump actions/setup-python from 2 to 4
2022-12-27Merge pull request #3718 from ↵Bert JW Regeer
Pylons/dependabot/github_actions/actions/checkout-3 Bump actions/checkout from 2 to 3
2022-12-27Bump actions/setup-python from 2 to 4dependabot[bot]
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-27Bump actions/checkout from 2 to 3dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-27Chase rename to allowlist in toxBert JW Regeer
2022-12-27Add dependabot to update github action versionsBert JW Regeer
2022-12-25Declare support for python 3.11Stefano Rivera
2022-12-25Run tests on Python 3.11Stefano Rivera
2022-12-25Update links to Python Support scheduleStefano Rivera
2022-11-17Updated link to SQLAlchemy docs, as the old link was removed in 2.0 releasejonathan vanasco
2022-11-14rename "master" to "main"jonathan vanasco
2022-09-29Merge pull request #3701 from Pylons/pyupgrade-3.7Michael Merickel
pyupgrade --py37-plus
2022-09-29Merge pull request #3708 from stevepiercy/fix-lint-setup-checkMichael Merickel
Fix lint setup check
2022-09-29Merge pull request #3704 from ztane/patch-3Michael Merickel
Change != to is not in pshell initialization
2022-08-12Remove duplicate implicit target errors for `pyramid` when running `python ↵Steve Piercy
setup.py -r -s -m`
2022-08-12Fix ImportError: cannot import name '_unicodefun' from 'click'Steve Piercy
2022-08-12Merge branch 'master' of https://github.com/Pylons/pyramidSteve Piercy
2022-08-12signed CONTRIBUTORS.txtCamill Kaipf
2022-08-12update SQLAlchemy logger in quick tutorial fixes #3706Camill Kaipf
2022-06-07Change != to is not in pshell initializationAntti Haapala
2022-05-26Remove extra comment left behind after removing the coding stanzaBert JW Regeer
Co-authored-by: Steve Piercy <web@stevepiercy.com>
2022-03-13pyupgrade --py37-plusMichael Merickel
2022-03-13Merge pull request #3698 from Pylons/fix-action-methodMichael Merickel
remove obsolete hack required on unsupported version 3.5.0
2022-03-13Merge pull request #3696 from Pylons/replace-getargspecMichael Merickel
get rid of deprecated getargspec and formatargspec
2022-03-13remove obsolete hack required on unsupported version 3.5.0Michael Merickel
2022-03-13stop overidding custom signatures defined in the docsMichael Merickel
2022-03-12pin base-os in ci runnersMichael Merickel
2022-03-12get rid of deprecated getargspec and formatargspecMichael Merickel