Pinned
636 contributions in the last year
Less
More
Contribution activity
September 2021
Created 16 commits in 3 repositories
Created a pull request in python/cpython that received 5 comments
Opened 6 other pull requests in 1 repository
python/cpython
1
open
5
merged
- [3.10] bpo-34602: Quadruple stack size on macOS when compiling with UBSAN (GH-27309)
- bpo-44219: Mention GH-28250 is a deadlock bugfix
- [3.9] bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205)
- [3.10] [doc] Link to deprecation policy PEP from the DeprecationWarning documentation (GH-28123)
- [3.10] bpo-45056: Remove trailing unused constants from co_consts (GH-28109)
- bpo-40360: [doc] Rephrase deprecation note about lib2to3
Reviewed 21 pull requests in 1 repository
python/cpython
21 pull requests
- bpo-25625: add contextlib.chdir
- bpo-45026: More compact range iterator (alt)
- bpo-44340: Update whatsnews for ThinLTO
- [3.9] bpo-41082: Add note on errors that may be raised by home() and expanduser()
- [3.10] Remove documentation for non-existing socket class attributes (GH-28029)
- [3.10] bpo-24888: Clarify subprocess.check_call propagates exceptions if unable to start process (GH-28018)
- bpo-44951: Allow setting EPOLLEXCLUSIVE on selectors.EpollSelector
- [3.9] bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205)
- bpo-45129 Remove deprecated reuse_address
- [3.10] bpo-45104: Clarify when __init__ is called (GH-28210)
- [3.10] bpo-42255: Update webbrowser doc
- bpo-42255: Deprecate webbrowser.MacOSX from Python 3.11
- [3.10] bpo-45083: Include the exception class qualname when formatting an exception (GH-28119)
- bpo-45012 Release GIL around stat in os.scandir
- bpo-45083: Include the exception class qualname when formatting an ex…
- [3.10] bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-28121)
- [3.10] [doc] Reword sentinel object summary in dataclasses (GH-27792)
- [3.10] bpo-40360: [doc] Rephrase deprecation note about lib2to3 (GH-28122)
- bpo-45082: Deprecate ctypes.c_buffer() alias
- Add missing sentinel obj reference to dataclasses documentation
- bpo-40360: [doc] Rephrase deprecation note about lib2to3