Highlights
Block or Report
Block or report sobolevn
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
awesome-cryptography
awesome-cryptography PublicA curated list of cryptography resources and links.
-
git-secret
git-secret Public👥 A bash-tool to store your private data inside a git repository.
-
sobole-zsh-theme
sobole-zsh-theme PublicMinimalistic zsh theme inspired by the old-fashioned hobbies
2,783 contributions in the last year
| Day of Week | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | ||||||||||||||||||||||||||||||||||||||||
| Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Saturday Sat | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
December 2023
Created 11 commits in 5 repositories
Created a pull request in python/mypy that received 5 comments
Support TypeAliasType explicit call
The implementation turned out to be quite simple for the common cases.
Note: Right now there's no check that type_params= is correct, I am not sure…
+98
−8
lines changed
•
5
comments
Opened 7 other pull requests in 3 repositories
python/cpython
3
open
1
merged
-
gh-112903: Fix MRO resolution for
GenericAliastypesThis contribution was made on Dec 10 -
gh-112640: Add
kwdefaultsparameter totypes.FunctionType.__new__This contribution was made on Dec 3 -
gh-108901: Deprecate
inspect.getargvaluesandinspect.formatargvalues, provide modern alternativeThis contribution was made on Dec 3 -
gh-112618: Make
Annotatedcache typedThis contribution was made on Dec 2
python/mypy
2
merged
-
Remove
_is_compatible_stub_packagecheck frommodulefinderThis contribution was made on Dec 7 -
Add
aliassupport tofield()inattrspluginThis contribution was made on Dec 4
wemake-services/inspect313
1
merged
-
Simplify
from_frameThis contribution was made on Dec 3
Reviewed 22 pull requests in 10 repositories
typeddjango/django-stubs
6 pull requests
-
Fix/pyright unknown
This contribution was made on Dec 13
-
Bump black from 23.11.0 to 23.12.0
This contribution was made on Dec 13
-
Include ModelBase subclasses in plugin base class hook condition
This contribution was made on Dec 8
-
Make
StrPromisenot inherit fromSequence[str]This contribution was made on Dec 8 -
Ensure mypy plugin processes inherited many to many fields
This contribution was made on Dec 8
-
Update and prepare for Django 5.0
This contribution was made on Dec 8
python/cpython
5 pull requests
-
gh-109980: Fix test_tarfile_vs_tar on macOS
This contribution was made on Dec 10
-
gh-112653: Intern dataclass field names to improve performance
This contribution was made on Dec 3
-
gh-112618: Make
Annotatedcache typedThis contribution was made on Dec 2 -
gh-112139: Add
inspect.Signature.formatand use it inpydocThis contribution was made on Dec 2 -
gh-108303: Move
double_consttotest_importwhere it belongsThis contribution was made on Dec 2
wemake-services/django-split-settings
2 pull requests
-
Bump django from 4.2.7 to 4.2.8
This contribution was made on Dec 11
-
Bump actions/setup-python from 4 to 5
This contribution was made on Dec 7
wemake-services/inspect313
2 pull requests
-
Bump typing-extensions from 4.8.0 to 4.9.0
This contribution was made on Dec 11
-
Bump ruff from 0.1.6 to 0.1.7
This contribution was made on Dec 5
wemake-services/wemake-django-template
2 pull requests
-
Update all dependencies
This contribution was made on Dec 9
-
Bump django-stubs-ext from 4.2.5 to 4.2.7 in /{{cookiecutter.project_name}}
This contribution was made on Dec 6
sphinx-doc/sphinx
1 pull request
-
Fix autodoc tests for Python 3.11+
This contribution was made on Dec 11
wemake-services/caddy-gen
1 pull request
-
Bump caddy from 2.7.5-alpine to 2.7.6-alpine
This contribution was made on Dec 11
python/mypy
1 pull request
-
Improve attrs hashability detection
This contribution was made on Dec 9
conda-forge/types-pywin32-feedstock
1 pull request
-
types-pywin32 v306.0.0.7
This contribution was made on Dec 8
wemake-services/wemake-python-styleguide
1 pull request
-
Bump flake8-bugbear from 23.11.28 to 23.12.2
This contribution was made on Dec 4
Created an issue in python/cpython that received 2 comments
types.FunctionType is missing kwdefaults from the constructor
Feature or enhancement
cpython/Objects/funcobject.c Lines 800 to 813 in a9574c6
It is rather strange to have defaults, but not kwdefaults.
2
comments
Opened 1 other issue in 1 repository
python/mypy
1
closed
-
Do we still need
_is_compatible_stub_packagecheck?This contribution was made on Dec 7