- Ukraine
- @SerhiyStorchaka
Block or Report
Block or report serhiy-storchaka
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
-
-
sphinx
sphinx PublicForked from sphinx-doc/sphinx
Main repository for the Sphinx documentation builder
Python 1
-
1,087 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 | |||||||||||||||||||||||||||||||||||||||||
| Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Saturday Sat | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Less
More
Activity overview
Contributed to
python/cpython,
python/devguide,
serhiy-storchaka/python-misc
and 7 other
repositories
Contribution activity
November 2023
Created 43 commits in 1 repository
Created a pull request in python/cpython that received 10 comments
gh-111942: Fix crashes in TextIOWrapper.reconfigure()
Fix crash when encoding is not string or None. Fix crash when both line_buffering and write_through raise exception when converted ti int. Add a n…
+122
−5
lines changed
•
10
comments
Opened 40 other pull requests in 1 repository
python/cpython
36
merged
4
open
-
[3.11] bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH-21664)
This contribution was made on Nov 27
-
[3.11] gh-112438: Fix support of format units with the "e" prefix in nested tuples in PyArg_Parse (gh-112439)
This contribution was made on Nov 27
-
[3.11] gh-84443: SSLSocket.recv_into() now support buffer protocol with itemsize != 1 (GH-20310)
This contribution was made on Nov 27
-
gh-112438: Fix support of format units with the "e" prefix in nested tuples in PyArg_Parse
This contribution was made on Nov 27
-
gh-112234: Remove the toplevel parameter in converttuple()
This contribution was made on Nov 18
-
gh-111789: Use PyDict_GetItemRef() in Python/symtable.c
This contribution was made on Nov 14
-
gh-111789: Use PyDict_GetItemRef() in Python/compile.c
This contribution was made on Nov 14
-
gh-111789: Use PyDict_GetItemRef() in Python/codecs.c
This contribution was made on Nov 14
-
gh-111789: Use PyDict_GetItemRef() in Python/bltinmodule.c
This contribution was made on Nov 14
-
gh-111789: Use PyDict_GetItemRef() in Python/_warnings.c
This contribution was made on Nov 14
-
gh-111789: Use PyDict_GetItemRef() in Modules/pyexpat.c
This contribution was made on Nov 14
-
gh-111789: Use PyDict_GetItemRef() in Modules/_zoneinfo.c
This contribution was made on Nov 14
-
gh-111789: Use PyDict_GetItemRef() in Modules/_threadmodule.c
This contribution was made on Nov 14
-
gh-111789: Use PyDict_GetItemRef() in Modules/_struct.c
This contribution was made on Nov 14
-
gh-111789: Use PyDict_GetItemRef() in Modules/_elementtree.c
This contribution was made on Nov 14
-
gh-111789: Use PyDict_GetItemRef() in Modules/_csv.c
This contribution was made on Nov 14
-
gh-111789: Use PyDict_GetItemRef() in Modules/_asynciomodule.c
This contribution was made on Nov 14
-
gh-111942: Fix SystemError in the TextIOWrapper constructor
This contribution was made on Nov 14
-
gh-112001: Fix test_builtins_have_signatures in test_inspect
This contribution was made on Nov 12
-
gh-111999: Add signatures and improve docstrings for builtins
This contribution was made on Nov 12
-
gh-111789: Simplify ceval.c by using PyDict_GetItemRef()
This contribution was made on Nov 11
-
gh-111789: Simplify import.c by using PyDict_GetItemRef()
This contribution was made on Nov 11
-
gh-111789: Simplify bytecodes.c by using PyDict_GetItemRef()
This contribution was made on Nov 11
-
Add private _PyUnicode_AsUTF8() function
This contribution was made on Nov 10
-
[3.12] gh-109370: Fix unexpected traceback output in test_concurrent_futures (GH-109780)
This contribution was made on Nov 10
- Some pull requests not shown.
Reviewed 44 pull requests in 2 repositories
python/cpython
25 pull requests
-
gh-109802: Increase test coverage for complexobject.c
This contribution was made on Nov 28
-
gh-112066: Add
PyDict_SetDefaultReffunction.This contribution was made on Nov 27 -
gh-84443: SSLSocket.recv_into() shouldn't require __len__
This contribution was made on Nov 27
-
gh-112066: Use
PyDict_SetDefaultRefin place ofPyDict_SetDefault.This contribution was made on Nov 27 -
gh-111874: Call
__set_name__on objects that define the method inside atyping.NamedTupleclass dictionary as part of the creation of that classThis contribution was made on Nov 27 -
gh-109802: Full test coverage for complexobject.c
This contribution was made on Nov 27
-
GH-101100: Fix reference warnings for
socketmethodsThis contribution was made on Nov 27 -
gh-112414: Fix
AttributeErrorwhen callingrepr()on a namespace package imported with a custom loaderThis contribution was made on Nov 27 -
gh-111147: Fix
test_set_of_sets_reprsintest_pprintThis contribution was made on Nov 16 -
Minor refactoring of Object/abstract.c
This contribution was made on Nov 16
-
gh-111495: Add tests for PyNumber C API
This contribution was made on Nov 16
-
[3.12] gh-111942: Fix SystemError in the TextIOWrapper constructor (#112061)
This contribution was made on Nov 15
-
gh-111545: Add PyHash_Double() function
This contribution was made on Nov 15
-
gh-111262: Add PyDict_Pop() function [without default value nor KeyError]
This contribution was made on Nov 14
-
gh-111789: Use PyDict_GetItemRef() in Objects/
This contribution was made on Nov 13
-
gh-111789: Use PyDict_GetItemRef() in _ctypes
This contribution was made on Nov 13
-
gh-106905: avoid incorrect SystemError about recursion depth mismatch
This contribution was made on Nov 13
-
gh-111999: Add signatures and improve docstrings for builtins
This contribution was made on Nov 12
-
gh-80731: Avoid executing code in except block in cmd
This contribution was made on Nov 10
-
gh-111138: Add PyList_Extend() and PyList_Clear() functions
This contribution was made on Nov 10
-
gh-111262: Add PyDict_Pop() function [with default value]
This contribution was made on Nov 10
-
gh-110722: Make
-m test -T -juse sys.monitoringThis contribution was made on Nov 10 -
gh-111495: Add
PyFile_*CAPI testsThis contribution was made on Nov 10 -
gh-111912: Run test_posix on Windows
This contribution was made on Nov 10
-
gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows
This contribution was made on Nov 9
- Some pull request reviews not shown.
python-cffi/cffi
1 pull request
-
Use PyErr_FormatUnraisable() on Python 3.13
This contribution was made on Nov 15
Created an issue in python/cpython that received 2 comments
TextIOWrapper.reconfigure() crashes if encoding is not string or None
Crash report
What happened?
Unlike to TextIOWrapper constructor, TextIOWrapper.reconfigure() does not check that the encoding argument is actually …
2
comments
Opened 10 other issues in 1 repository
python/cpython
5
open
5
closed
-
SSLSocket.recv_into(None) returns a bytes object
This contribution was made on Nov 27
-
Fix support of format units with the "e" prefix in nested tuples in PyArg_Parse
This contribution was made on Nov 27
-
Remove the toplevel parameter in converttuple()
This contribution was made on Nov 18
-
C API: Support "nullable" parameter types in PyArg_Parse*
This contribution was made on Nov 14
-
inspect.unwrap() does not work with types with the
__wrapper__data descriptorThis contribution was made on Nov 12 -
Fix test_builtins_have_signatures in test_inspect
This contribution was made on Nov 12
-
Add signatures for some builtins
This contribution was made on Nov 12
-
Run test_posix on Windows
This contribution was made on Nov 9
-
os.putenv() on Windows truncates value on an embedded NUL
This contribution was made on Nov 8
-
Use PyDict_GetItemRef()
This contribution was made on Nov 6





