Highlights
- Arctic Code Vault Contributor
- Developer Program Member
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,151 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in python/cpython that received 14 comments
bpo-41490: Bump vendored pip to version 20.2.3
https://bugs.python.org/issue41490 Automerge-Triggered-By: @pablogsal
- bpo-42039: Add gc.track and gc.untrack in the gc module
- bpo-41971: Fix test failure in test.test_tools.test_c_analyzer when mutating global state
- [3.7] bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc>9 (GH-22598)
- [3.8] bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc>9 (GH-22598)
- bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc>9
- bpo-41970: Avoid test failure in test_lib2to3 if the module is already imported
- bpo-41967: Handle annotations in the parser to avoid the need for roundtrip
- [3.8] bpo-41490: Bump vendored pip to version 20.2.3 (GH-22527).
- [3.9] bpo-41490: Bump vendored pip to version 20.2.3 (GH-22527).
- [3.8] bpo-41840: Report module-level globals as both local and global in the symtable module (GH-22391)
- [3.9] bpo-41840: Report module-level globals as both local and global in the symtable module (GH-22391)
- bpo-41984: GC track all user classes
- bpo-34861 Make cProfile default output more useful
- [3.9] [doc] Fix typo in the graphlib docs (GH-22661)
- [doc] Fix typo in the graphlib docs
- bpo-41739: Fix test_logging.test_race_between_set_target_and_flush()
- [3.9] bpo-41971: Fix test failure in test.test_tools.test_c_analyzer when mutating global state (GH-22652)
- bpo-40423: Optimization: use close_range(2) if available
- Fix .. code-block :: directives in decimal.rst
- bpo-26389: Allow passing an exception object in the traceback module
- Fix typo in listobject.h
- bpo-41994: Fix refcount issues in Python/import.c
- bpo-41991: Remove _PyObject_HasAttrId
- bpo-42000: Cleanup the AST related C-code
- [3.9] bpo-41979: Accept star-unpacking on with-item targets (GH-22611)
- Updated README for python 3.10
- bpo-41979: Accept star-unpacking on with-item targets
- [3.9] bpo-41970: Avoid test failure in test_lib2to3 if the module is already imported (GH-22595)
- [3.9] bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc>9 (GH-22598)
- [3.9] bpo-41306: Allow scale value to not be rounded (GH-21715)
- [3.8] bpo-41306: Allow scale value to not be rounded (GH-21715)
- bpo-41306: Allow scale value to not be rounded
- bpo-41428: Documentation for PEP 604
- bpo-41902: Add fast path for long_div if the divisor is one