Skip to content

Fixes#48

Merged
ondratu merged 7 commits intomasterfrom
fixes
May 2, 2026
Merged

Fixes#48
ondratu merged 7 commits intomasterfrom
fixes

Conversation

@ondratu
Copy link
Copy Markdown
Contributor

@ondratu ondratu commented May 2, 2026

No description provided.

Comment thread poorwsgi/fieldstorage.py Fixed
Comment thread poorwsgi/fieldstorage.py Fixed
ondratu added 7 commits May 2, 2026 13:01
SameSite cookie attribute is available since Python 3.8.
Project requires Python >= 3.11, so the skipif guard is
always True and can be removed.
- Add examples/poor_session.py: login/logout/private demo using PoorSession
  (username stored in encrypted HMAC cookie, no external deps)
- Add tests_integrity/test_poor_session.py: integrity tests for the new example
- Remove PoorSession from simple.py (check_login decorator, /login, /logout,
  @check_login on /test/form and /test/upload)
- Move form and upload tests from TestSession to TestPartialResponse in
  test_simple.py; remove TestSession and session fixture
:class:, :meth:, :attr: roles are Sphinx-specific and not supported by
docutils used by Jinja24Doc. Replaced with double-backtick inline code
literals which Jinja24Doc links automatically via linked_api.
@ondratu ondratu merged commit da8c488 into master May 2, 2026
7 checks passed
@ondratu ondratu deleted the fixes branch May 2, 2026 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant