Popular repositories
-
-
A Facebook Puzzle submission script: a user-friendly Python script for submitting puzzle solutions to the Facebook PuzzleBot (e.g. from a gmail account).
-
171 contributions in the last year
Less
More
Contribution activity
June 2021
Created 15 commits in 1 repository
Created a pull request in django/django that received 6 comments
Opened 9 other pull requests in 1 repository
django/django
8
merged
1
open
- Fixed #32842 -- Refactored out CsrfViewMiddleware._check_token().
- Fixed comment in CsrfViewMiddleware to say _reject instead of reject.
- Fixed #32817 -- Added the token source to CsrfViewMiddleware's bad token error messages.
- Fixed #32609 -- Updated runtests.py to support directory path test labels.
- Fixed #32821 -- Updated os.scandir() uses to use a context manager.
- Refs #32668 -- Simplified start_at/start_after logic in runtests.py's setup().
- Refs #32800 -- Improved CsrfViewMiddleware test coverage.
- Refs #32668 -- Refactored runtests.py's setup() and get_test_modules().
- Refs #32641 -- Made DiscoverRunner's "Found X tests" message work for finding one test.
Reviewed 11 pull requests in 3 repositories
django/django 7 pull requests
- Refs #32800 -- Improved CsrfViewMiddleware test coverage.
- Fixed #32817 -- Added the token source to CsrfViewMiddleware's bad token error messages.
- Fixed #32798 -- Fixed ASGIHandler to run response iterators in sync context
- Fixed #32609 -- Updated runtests.py to support directory path test labels.
- Resolved #30032 -- Added support for query expressions as default values
- Fixed #32808 -- Prevented DiscoverRunner.build_suite() from mutating test loader patterns.
- Fixed #24522 -- Added a --shuffle option to DiscoverRunner.