Pinned
2,912 contributions in the last year
Less
More
Activity overview
Contributed to
wemake-services/wemake-python-styleguide,
dry-python/returns,
wemake-services/wemake-django-template
and 5 other
repositories
Contribution activity
August 2021
Created 58 commits in 19 repositories
Created 7 repositories
- sobolevn/Kind JavaScript
- sobolevn/djangopackages Python
- sobolevn/system-design-primer Python
- sobolevn/contextualSpellCheck Python
- sobolevn/repo-visualizer JavaScript
- sobolevn/safety-db Python
- sobolevn/fmt C++
Created a pull request in RustPython/RustPython that received 6 comments
Opened 32 other pull requests in 12 repositories
RustPython/RustPython
1
open
16
merged
1
closed
- Adds .editorconfig file
- Removes unused imports
-
Cleans up
pyclassmethoddefinition -
Cleans up
pypropertydefinitions -
id()forstrstays the same after* 1 -
Adds
__rmul__tocollections.deque -
Fixes that
id()oftuplewas changing on* 1 -
Fixes
reprof functions defined in classes -
Adds
__subclasshook__totype -
Fixes infinite recursion on
raise e from e -
Adds correct
reprtoPyGetSet -
Adds
classfield toPyGetSetto fix__qualname__ -
Makes args of
type.__prepare__optional -
Adds
__qualname__toPyBoundMethod -
Adds
__qualname__toPyBuiltinFunction - GitHub Actions housekeeping
-
Adds correct
__repr__toPyBuiltinMethod - Fixes clippy on macos
dry-python/classes
1
open
2
merged
githubocto/repo-visualizer
2
merged
python/cpython
1
merged
uwu-tech/Kind
1
merged
python/mypy
1
closed
djangopackages/djangopackages
1
merged
donnemartin/system-design-primer
1
open
R1j1t/contextualSpellCheck
1
merged
pyupio/safety-db
1
merged
fmtlib/fmt
1
merged
kucherenko/jscpd
1
merged
Reviewed 34 pull requests in 16 repositories
RustPython/RustPython
7 pull requests
typeddjango/django-stubs
6 pull requests
typeddjango/pytest-mypy-plugins
3 pull requests
wemake-services/wemake-python-styleguide
3 pull requests
dry-python/classes
2 pull requests
python/mypy
2 pull requests
wemake-services/django-test-migrations
2 pull requests
wemake-services/kira-dependencies
1 pull request
wemake-services/wemake-django-template
1 pull request
DmytroLitvinov/awesome-flake8-extensions
1 pull request
dry-python/returns
1 pull request
sobolevn/awesome-cryptography
1 pull request
HypothesisWorks/hypothesis
1 pull request
typeddjango/djangorestframework-stubs
1 pull request
sobolevn/recase
1 pull request
sobolevn/ecto_autoslug_field
1 pull request
Created an issue in nedbat/coveragepy that received 6 comments
Strange security vulnerability 41002
Today all my builds (like literally all of them) failed, because coverage is reported to be insecure.
Full message:
+ safety check --full-report
+…
6
comments
Opened 17 other issues in 9 repositories
RustPython/RustPython
8
closed
1
open
-
id(a) != id(a * 1)fortuple, str and bytes -
collections.dequedoes not have__rmul__method -
Invalid
reprofBaseException.argsand otherPyGetSetitems -
type.__subclasshook__.__qualname__is incorrectly set to'object.__subclasshook__' -
getset_descriptorobject has no attribute__qualname__ -
Builtin functions do not have
__qualname__attribute -
.__new__.__qualname__fails for some types -
Invalid
reprof methods -
Invalid
__repr__ofPyBuiltinMethod