Popular repositories
-
-
-
-
-
astroid Public
Forked from PyCQA/astroid
A common base representation of python source code for pylint and other projects
Python 2
-
pyflakes Public
Forked from PyCQA/pyflakes
A simple program which checks Python source files for errors
Python 3
1,211 contributions in the last year
Less
More
Activity overview
Contributed to
python/cpython,
neuro-inc/platform-client-python,
aio-libs/yarl
and 5 other
repositories
Contribution activity
September 2021
Created 36 commits in 1 repository
Created a pull request in python/cpython that received 12 comments
bpo-45212: Fix dangling threads in skipped tests in test_socket
tearDown() is not called if setUp() raises an exception (including SkipTest). addCleanup() should be used for guaranteed execution of the cleanup c…
+8
−11
•
12
comments
Opened 40 other pull requests in 1 repository
python/cpython
5
open
35
merged
- bpo-45229: Make datetime tests discoverable
- [docs] Use full names for time units
- Improve the markup of powers in docs
- [3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObject()
- bpo-36819: Fix crashes in built-in encoders with weird error handlers
- bpo-41203: Replace Mac OS X and OS X with macOS
- bpo-45229: Use doctest.DocTestSuite instead of run_doctest
- bpo-45229: Make pickle tests discoverable
- [3.9] bpo-45229: Remove test_main in many tests (GH-28405)
- [3.10] bpo-45229: Remove test_main in many tests (GH-28405)
- bpo-45229: Fix setUpModule in test_ssl
- Clean up initialization __class_getitem__ with Py_GenericAlias.
- bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug()
- bpo-36674: Honour the skipping decorators in TestCase.debug()
- bpo-45187: Fix dangling threads in test_socket.CreateServerFunctionalTest
- IDLE: Fix docs URL in the About window
- [3.9] docs: correct references to __isub__ etc (GH-28297).
- bpo-45212: Add a comment for time.sleep() in tests
- [3.10] bpo-45212: Fix dangling threads in skipped tests in test_socke…
- [3.9] bpo-45212: Fix dangling threads in skipped tests in test_socket…
- bpo-45229: Remove test_main in many tests
- bpo-45228: Fix stack buffer overflow in parsing J1939 address
- bpo-43413: Revert changes in set.__init__
- bpo-5846: Fix deprecations for obsolete unittest functions and add tests.
- bpo-44786: Fix a warning in RE in c-analyzer
- Some pull requests not shown.
Reviewed 70 pull requests in 1 repository
python/cpython
70 pull requests
- [3.9] [doc] fix minor typo for argparse (GH-28451)
- [3.10] [doc] fix minor typo for argparse (GH-28451)
- Improve the markup of powers in docs
- bpo-35606: Fix math.prod tests using 'start' as keyword parameter
- Fix typo in whatsnew: "ns" is 10^-9 secs and "us" is 10^-6 secs.
- Fixed typo in "decclarations"
- bpo-35606: Implement math.prod
- [3.10] bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)
- [3.9] bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)
- bpo-45155: Apply new byteorder default values for int.to/from_bytes
- bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug()
- Fix non-matching bracket pairs
- bpo-30856: Update TestResult early, without buffering in _Outcome
- [3.9] bpo-36674: Honour the skipping decorators in TestCase.debug() (GH-28446)
- [3.10] bpo-36674: Honour the skipping decorators in TestCase.debug() (GH-28446)
- [3.9] bpo-45187: Fix dangling threads in test_socket.CreateServerFunctionalTest (GH-28422)
- [3.10] bpo-45187: Fix dangling threads in test_socket.CreateServerFunctionalTest (GH-28422)
- bpo-43413: Revert changes in set.__init__
- IDLE: adjust Python version in doc url for 3.10+
- [3.10] bpo-45187: Collect test_socket tests using unittest (GH-28317)
- [3.9] bpo-45187: Collect test_socket tests using unittest (GH-28317)
- [3.9] bpo-45228: Fix stack buffer overflow in parsing J1939 address (GH-28404)
- [3.10] bpo-45228: Fix stack buffer overflow in parsing J1939 address (GH-28404)
- [3.10] bpo-45212: Fix dangling threads in skipped tests in test_socket (GH-28361)
- [3.9] bpo-45212: Fix dangling threads in skipped tests in test_socket (GH-28361)
- Some pull request reviews not shown.
12
contributions
in private repositories
Sep 9 – Sep 24