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,308 contributions in the last year
Less
More
Contribution activity
November 2022
Created 3 repositories
- sobolevn/vobject Python
- sobolevn/tlb-parser TypeScript
- sobolevn/aiofiles Python
Created a pull request in python/typeshed that received 8 comments
io: improve bytes handling
IncrementalNewlineDecoder.decode does not support str, but supports bytearray and memoryview:
>>> import codecs, io
>>> dec = codecs.getincremental…
+5
−5
•
8
comments
Opened 31 other pull requests in 7 repositories
python/typeshed
12
merged
1
open
1
closed
- Mark typed_ast as completed
-
Mark
vobjectas complete -
Remove
ssl_match_hostnamefrom pyright exclude -
Remove
annoyfrom pyright exclude -
Remove
aiofiles/aiofiles/threadpool/utils.pyifrom pyright exclude -
Remove
aiofiles/tempfile/temptypes.pyifrom pyright exclude - urllib.parse: improve bytes handling
-
Mark
zxcvbnas completed - zipimport: improve bytes handling
- Update pyright to 1.1.278
- tarfile: improve bytes handling
- Bump jsonschema to 4.17.*
- codecs: improve bytes handling
- [stubsabot junior] Bump babel to 2.11.*
python/cpython
2
open
6
merged
1
closed
-
gh-94808: add tests covering
PySequence_[InPlace_]Repeat -
[3.11] GH-99155: Fix
NormalDistpickle with0and1protocols (GH-99156). -
gh-99155: Fix
NormalDistpickle with0and1protocols -
test_typing: use all pickle protocols -
gh-99124: use concrete exception types in
test_builtin -
gh-94808: add tests covering
PySequence_{Set,Del}Slice -
gh-99051: remove duplicated test from
test_weakref -
gh-99048: add
regen-casestoregen-allinMakefile -
gh-98999: Raise
ValueErrorin_pyioon closed buffers
typeddjango/django-stubs
3
merged
1
closed
eventable/vobject
1
open
ton-society/ton-footsteps
1
open
Tinche/aiofiles
1
merged
sobolevn/sobole-zsh-theme
1
merged
Reviewed 19 pull requests in 6 repositories
typeddjango/django-stubs
7 pull requests
python/cpython
5 pull requests
python/typeshed
4 pull requests
typeddjango/djangorestframework-stubs
1 pull request
sobolevn/sobole-zsh-theme
1 pull request
python/mypy
1 pull request
Created an issue in python/typeshed that received 5 comments
A lot of CI failures because of No matching distribution found for pytype==2022.08.30
Example: https://github.com/python/typeshed/actions/runs/3379717081/jobs/5611639599 I am not sure we can anything from our side, except trying to c…
5
comments
Opened 7 other issues in 2 repositories
python/cpython
3
closed
3
open
-
statistics.NormalDistfails to be pickled with0and1protocols - Port zoneinfo module to use module state
-
Use more concrete exception types in
test_builtin -
test_weakrefcontains two identical test cases -
Make sure
regen-casesare inregen-all -
_ioand_pyioinconsistenly raiseValueErrors on closed files