Commits
main
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Jan 6, 2024
-
[stubsabot] Bump pyflakes to 3.2.* (#11252)
Release: https://pypi.org/pypi/pyflakes/3.2.0 Homepage: https://github.com/PyCQA/pyflakes Repository: https://github.com/PyCQA/pyflakes Diff: PyCQA/pyflakes@3.1.0...3.2.0 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 2 files included in typeshed's stubs have been modified or renamed: `pyflakes/__init__.py`, `pyflakes/checker.py`. - Total lines of Python code added: 20. - Total lines of Python code deleted: 1.
Commits on Jan 5, 2024
-
-
-
Update typing_extensions imports in stdlib (#11244)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
-
-
Commits on Jan 4, 2024
-
-
-
-
-
-
Add support for the refresh_token grant type (RefreshTokenGrant) (#11… (
#11206) Add support for the refresh_token grant type (RefreshTokenGrant).
-
Commits on Jan 3, 2024
Commits on Jan 2, 2024
Commits on Jan 1, 2024
-
Update black to 23.12.1 (#11216)
updates: - [github.com/psf/black-pre-commit-mirror: 23.12.0 → 23.12.1](psf/black-pre-commit-mirror@23.12.0...23.12.1)
Commits on Dec 31, 2023
-
base64: accept
str
foraltchars
andmap01
in decode functions (#……11210) * `base64.b64decode`: `altchars` can be passed as an ASCII string to the `base64.b64decode` function. * `base64.b32decode`: `map01` argument of `base64.b32decode` accepts `str | ReadableBuffer | None`.