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
3,307 contributions in the last year
Less
More
Contribution activity
December 2022
Created 66 commits in 15 repositories
Created 3 repositories
- sobolevn/django-render-block Python
- sobolevn/django-password-reset Python
- sobolevn/covdefaults Python
Created a pull request in python/cpython that received 10 comments
gh-100072: only trigger netlify builds for doc changes
This PR will trigger the netlify build because of netlify.toml change, but hopefully it won't trigger changes anymore for other builds without ./Doc …
+4
−1
•
10
comments
Opened 38 other pull requests in 11 repositories
python/cpython
6
open
8
merged
1
closed
-
Fix
test_recursion_directfailure on Windows buildbot - gh-87447: Fix walrus comprehension rebind checking
-
gh-100577: Replace
assert(0)withPy_UNREACHABLEinsymtable.c -
Fix copy-paste error in
Tools/clinic.py - gh-100553: Improve accuracy of sqlite3.Row iter test
-
Remove
NoneTyperedefinition fromclinic.py -
gh-100520: Fix
rstmarkup inconfigparser -
gh-100518: Add tests for
ast.NodeTransformer -
gh-84867: Do not load tests from
TestCaseandFunctionTestCase -
Remove wrong comment about
reprintest_unicode -
gh-100450: Add
sqlite.Row.__contains__method -
gh-100407: [Docs] Improve
__subclasshook__example inabc.rst -
Remove unused variable from
dis._find_imports -
gh-100357: Convert several functions in
bltinsmoduleto AC -
gh-100213:
ERRORmacro is reported to be implictly redefined
python/typeshed
6
merged
2
closed
1
open
-
ast.get_docstringdoes not work with arbitraryASTnodes -
Remove unused code from
pytype_test.py -
Clarify how
*_exclude_list.txtfiles work -
Use
__name__ == "__main__"inget_packages.py -
Mark
bleachas complete -
Mark
dateparseras complete -
Mark
httplib2as complete -
Remove
dockerfile-parsefrom pyright's exclude -
Mark
humanfriendlyas complete
wemake-services/wemake-django-template
1
open
4
merged
ton-society/ton-footsteps
1
open
1
merged
ton-community/tlb-parser
1
merged
wemake-services/coverage-conditional-plugin
1
merged
clokep/django-render-block
1
merged
wemake-services/kira-review
1
merged
brutasse/django-password-reset
1
open
asottile/covdefaults
1
merged
python/mypy
1
merged
Reviewed 42 pull requests in 10 repositories
typeddjango/django-stubs
16 pull requests
- Used _ContextKeys for context like dicts
- Added types for template.backends.django.Template
- [pre-commit.ci] pre-commit autoupdate
- Improve GeoDjango type-hints
- Enhance support for gettext_lazy in AdminSite and ModelAdmin
- Add LANGUAGE_COOKIE_SECURE setting
- [pre-commit.ci] pre-commit autoupdate
- Update to mypy 0.991 for compatible-mypy & CI
- Improve ModelAdmin and decorator hints and, add tests
- [pre-commit.ci] pre-commit autoupdate
- Bump black from 22.10.0 to 22.12.0
- Fix @classproperty decorator
-
Add
clean()toAbstractBaseUser - [pre-commit.ci] pre-commit autoupdate
- Add Django 4.0 trigram word classes
- Fix CI: Update flake8-pyi
python/cpython
11 pull requests
- gh-100546: Remove incorrect positional-only marker from eval
- gh-100407: Improve __subclasshook__ docs
-
gh-100450: Add
sqlite.Row.__contains__method - gh-100268: Add is_integer method to int
-
gh-99482: remove
jythoncompatibility parts from stdlib and tests -
gh-100357: Convert several functions in
bltinsmoduleto AC - Docs: Don't upload CI artifacts
- gh-99535: Add test for inheritance of annotations and update documentation
-
gh-99957: Add
frozen_defaultparameter ondataclass_transform -
gh-99970 Adding missing
optionflagsparameter in the documentation ofdoctest - gh-99944: remove hardcoded check that op is LOAD_CONST
typeddjango/djangorestframework-stubs
5 pull requests
wemake-services/wemake-frontend-styleguide
3 pull requests
sobolevn/dotfiles
2 pull requests
wemake-services/django-test-migrations
1 pull request
dry-python/classes
1 pull request
python/typeshed
1 pull request
python/mypy
1 pull request
wemake-services/kira-review
1 pull request
Created an issue in python/cpython that received 8 comments
Class is not generic if it extends type[X]
Code sample: >>> from typing import TypeVar >>> X = TypeVar('X') >>> class Subtype(type[X]): ... ... >>> Subtype[int] Traceback (most recent call last
8
comments
Opened 18 other issues in 9 repositories
python/cpython
5
closed
4
open
-
Replace
assert(0)withPy_UNREACHABLEinPython/symtable.c -
Improve
test_sqlite3.test_sqlite_row_iter -
Consider converting
exceptions.cto argument clinic -
ast.NodeTransformeris not tested -
Convert more functions in
bltinsmodule.cto Argument Clinic -
New GitHub warning:
'ERROR': macro redefinition - Netlify builds happen for PRs that do not change docs
- test_capi fails with "Maximum call stack size exceeded" on "wasm32-emscripten node (pthreads) 3.x" buildbot
-
New warnings:
'function': conversion from 'int64_t' to 'int', possible loss of data