| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-30 | 6.0 kB | |
| v0.76 source code.tar.gz | 2026-05-30 | 106.9 kB | |
| v0.76 source code.zip | 2026-05-30 | 123.2 kB | |
| Totals: 3 Items | 236.1 kB | 0 | |
What's Changed
- docs: fix simple typo, resvere -> reverse by @timgates42 in https://github.com/webpy/webpy/pull/700
- Remove unreachable code. by @iredmail in https://github.com/webpy/webpy/pull/698
- TEMPLATE_BUILTIN_NAMES: Add Python builtin round() by @cclauss in https://github.com/webpy/webpy/pull/701
- MANIFEST.in: include LICENSE.txt by @ffontaine in https://github.com/webpy/webpy/pull/709
- Optimize badge resolution by @PSSF23 in https://github.com/webpy/webpy/pull/716
- test: pin dbutils to >= 2.0.0 by @dhruvmanila in https://github.com/webpy/webpy/pull/711
- add GitHub URL for PyPi by @andriyor in https://github.com/webpy/webpy/pull/724
- Blacken the codebase by @cclauss in https://github.com/webpy/webpy/pull/723
- Set daemon attribute instead of using setDaemon method that was deprecated in Python 3.10. by @tirkarthi in https://github.com/webpy/webpy/pull/726
- refactor: remove python2 compatibility codes for using super by @aisk in https://github.com/webpy/webpy/pull/727
- chore: remove unnecessary files in generated python package by @aisk in https://github.com/webpy/webpy/pull/729
- Update README.md by @cxtruong70 in https://github.com/webpy/webpy/pull/733
- Upgrade to MySQL 8.0 and Python 3.11-dev by @cclauss in https://github.com/webpy/webpy/pull/736
- Pre commit autoupdate by @cclauss in https://github.com/webpy/webpy/pull/741
- fix: pypy3 support by @aisk in https://github.com/webpy/webpy/pull/731
- refactor: run pyupgrade on exists codes by @aisk in https://github.com/webpy/webpy/pull/730
- pre-commit: Add isort --profile=black by @cclauss in https://github.com/webpy/webpy/pull/742
- Migrate from setup.py to pyproject.toml by @cclauss in https://github.com/webpy/webpy/pull/745
- pre-commit: Add pyupgrade --py36-plus by @cclauss in https://github.com/webpy/webpy/pull/743
- Test on Python 3.11 production release by @cclauss in https://github.com/webpy/webpy/pull/749
- Add Python 3.12-dev to the testing by @cclauss in https://github.com/webpy/webpy/pull/753
- Travis CI is no longer used by @cclauss in https://github.com/webpy/webpy/pull/760
- Replace flake8, isort, and pyupgrade with ruff by @cclauss in https://github.com/webpy/webpy/pull/759
- pre-commit autoupdate 2023-04-20 by @cclauss in https://github.com/webpy/webpy/pull/765
- ruff --select=UP032 --fix . by @cclauss in https://github.com/webpy/webpy/pull/772
- Remove cgi.FieldStorage (based on [#769]) by @scottbarnes in https://github.com/webpy/webpy/pull/773
- Upgrade GitHub Actions by @cclauss in https://github.com/webpy/webpy/pull/774
- web.py release v0.70 by @cclauss in https://github.com/webpy/webpy/pull/775
- Fix storify and multipart by @scottbarnes in https://github.com/webpy/webpy/pull/778
- Fix: update deprecated sqlite3 datetime and timestamp adapters by @scottbarnes in https://github.com/webpy/webpy/pull/786
- Keep GitHub Actions up to date with Dependabot by @cclauss in https://github.com/webpy/webpy/pull/787
- Fix: enable Python 3.12 to parse templates by @scottbarnes in https://github.com/webpy/webpy/pull/785
- Propagate field notes by @gjdv in https://github.com/webpy/webpy/pull/790
- Automate PyPI release on new tag push by @pjkundert in https://github.com/webpy/webpy/pull/797
- Fix: disable accessing special variables from template by @anandology in https://github.com/webpy/webpy/pull/803
- Address CVE-2025-3818 by @mekarpeles in https://github.com/webpy/webpy/pull/807
- pre-commit run --all-files, fix SQLQuery by @cclauss in https://github.com/webpy/webpy/pull/808
- Fix query for [#807] and [#808] by @mekarpeles in https://github.com/webpy/webpy/pull/809
- Remove required Python version limit by @Hyvi in https://github.com/webpy/webpy/pull/805
- refactor: remove python2 compatible import usages by @aisk in https://github.com/webpy/webpy/pull/728
- Allow python v3.14.x by @pjz in https://github.com/webpy/webpy/pull/822
- Document development setup by @Mirochill in https://github.com/webpy/webpy/pull/823
- Fix session.py to allow suppression of the cookie by @bobintetley in https://github.com/webpy/webpy/pull/737
Bot Changes
- Bump actions/setup-python from 4 to 5 by @dependabot[bot] in https://github.com/webpy/webpy/pull/788
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/webpy/webpy/pull/812
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in https://github.com/webpy/webpy/pull/814
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/webpy/webpy/pull/817
New Contributors
- @timgates42 made their first contribution in https://github.com/webpy/webpy/pull/700
- @ffontaine made their first contribution in https://github.com/webpy/webpy/pull/709
- @PSSF23 made their first contribution in https://github.com/webpy/webpy/pull/716
- @dhruvmanila made their first contribution in https://github.com/webpy/webpy/pull/711
- @andriyor made their first contribution in https://github.com/webpy/webpy/pull/724
- @tirkarthi made their first contribution in https://github.com/webpy/webpy/pull/726
- @aisk made their first contribution in https://github.com/webpy/webpy/pull/727
- @cxtruong70 made their first contribution in https://github.com/webpy/webpy/pull/733
- @scottbarnes made their first contribution in https://github.com/webpy/webpy/pull/773
- @dependabot[bot] made their first contribution in https://github.com/webpy/webpy/pull/788
- @gjdv made their first contribution in https://github.com/webpy/webpy/pull/790
- @pjkundert made their first contribution in https://github.com/webpy/webpy/pull/797
- @mekarpeles made their first contribution in https://github.com/webpy/webpy/pull/807
- @Hyvi made their first contribution in https://github.com/webpy/webpy/pull/805
- @Mirochill made their first contribution in https://github.com/webpy/webpy/pull/823
- @bobintetley made their first contribution in https://github.com/webpy/webpy/pull/737
Full Changelog: https://github.com/webpy/webpy/compare/0.62...v0.76