Highlights
- Arctic Code Vault Contributor
Pinned
3,042 contributions in the last year
Contribution activity
January 2021
Created 35 commits in 9 repositories
Created a pull request in python/cpython that received 22 comments
bpo-42955: Add sys.modules_names
Add sys.module_names attribute: the list of the standard library module names. https://bugs.python.org/issue42955
+303
−273
•
22
comments
Opened 21 other pull requests in 3 repositories
python/cpython
17
merged
1
closed
1
open
- bpo-42955: Rename module_names to sys.stdlib_module_names
- bpo-42955: Fix sys.module_names doc
- bpo-42323: Fix math.nextafter() for AIX libc
- bpo-42955: Add Python/module_names.h
- bpo-41713: Remove PyOS_InitInterrupts() from python3dll.c
- bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext
- bpo-36143: make regen-all now also runs regen-keyword
- bpo-42923: Py_FatalError() avoids fprintf()
- bpo-42923: Add Py_FatalError() test in test_capi
- bpo-42856: Add --with-wheel-pkg-dir=PATH configure option
- bpo-42923: Dump extension modules on fatal error
- bpo-42882: Add test_embed.test_unicode_id_init()
- bpo-42882: _PyRuntimeState_Init() leaves unicode next_index unchanged
- bpo-42866: Add traverse func to _multibytecodec.MultibyteCodec
- bpo-42866: Fix refleak in CJK getcodec()
- bpo-42846: Convert CJK codec extensions to multiphase init
- [WIP] bpo-42856: Add --with-wheel-pkg-dir=PATH configure option
- [WIP] Add functions to get builtin types
- bpo-42802: Remove distutils bdist_wininst command
CheetahTemplate3/cheetah3
1
merged
boostorg/python
1
merged
Reviewed 31 pull requests in 4 repositories
python/cpython 28 pull requests
- bpo-42663: Support full range of allowed transition hours in zipinfo.
- bpo-43009: Port curses capi pointer array to a struct.
- bpo-42988: Improve pydoc web server security
- bpo-41798: Allocate the _curses._C_API on the heap memory.
- [3.8] bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172)
- [3.9] bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172)
- bpo-42780: fix set_inheritable() for O_PATH file descriptors on Linux
- bpo-42048: Document AC's defining_class converter
- bpo-42392: Mention loop removal in whatsnew for 3.10
- bpo-41798: Allocate unicodedata CAPI on the heap
- bpo-1635741: In pickle module, inject module state from class methods
- [3.8] bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643)
- [3.9] bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643)
- [3.9] bpo-41995: Handle allocation failure in _tracemalloc and _zoneinfo (GH-22635)
- bpo-31904: add library search path by wr-cc in add_cross_compiling_paths()
- Add a paragraph about allocation domains to the C-API docs
- bpo-42931: Add randbytes to random.__all__
- bpo-1635741: Fix PyModule_AddObjectRef to use EXPORT_FUNC
- bpo-37324: Remove ABC aliases from collections
- [3.8] bpo-42866: Fix refleak in CJK getcodec() (GH-24165)
- [3.9] bpo-42866: Fix refleak in CJK getcodec() (GH-24165)
- bpo-41798: Allocate the datetime.datetime_CAPI on the heap memory.
- bpo-41798: Allocate socket extension module CAPI on the heap
- bpo-42834: Make static cache variables in _json.c compatible with subinterpreters
- bpo-1635741: Adapt _multibytecodec to multi-phase initialization
- Some pull request reviews not shown.
python/buildmaster-config 1 pull request
python/pyperformance 1 pull request
pypa/setuptools 1 pull request
Created an issue in pypa/setuptools that received 1 comment
distutils bdist_wininst command has been removed in Python 3.10
Commit: python/cpython@0e2a0f7 Discussion: https://discuss.python.org/t/remove-bdist-wininst-command/6434 I ran the setuptools test suite on a Py…
1
comment