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
638 contributions in the last year
Activity overview
Contribution activity
October 2020
- methane/core-sprint Python
Created a pull request in python/devguide that received 1 comment
- Added some makefile generated files to .gitignore
- [3.9] Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)
- [3.8] Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)
- [3.8] Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)
- [3.9] Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)
- [3.7] Doc: Remove old Python version from future stmt (GH-21802)
- [3.8] Doc: Remove old Python version from future stmt (GH-21802)
- [3.9] Doc: Remove old Python version from future stmt (GH-21802)
- [3.8] bpo-41316: Make tarfile follow specs for FNAME (GH-21511)
- [3.9] bpo-41316: Make tarfile follow specs for FNAME (GH-21511)
- [3.9] Doc: Do not encourage using a base class name in a derived class (GH-22177)
- bpo-41902: Micro optimization for range.index if step is 1
- bpo-23706: Add newline parameter to pathlib.Path.write_text (GH-22420)
- bpo-41902: Micro optimization for compute_item of range
- [3.9] Doc: Add missing spaces after period for `posix_spawn` (GH-22730)
- [3.8] Doc: Add missing spaces after period for `posix_spawn` (GH-22730)
- Doc: Add missing spaces after period for `posix_spawn`
- bpo-42093: Add opcode cache for LOAD_ATTR
- [3.9] bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)
- [3.8] bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)
- bpo-41894: Fix UTF-8 errors loading native module
- [3.8] bpo-41376: Fix the documentation of `site.getusersitepackages()` (GH-21602)
- [3.9] bpo-41376: Fix the documentation of `site.getusersitepackages()` (GH-21602)
- bpo-41376: Correct the documentation on ``site.getusersitepackages()`` regarding respecting PYTHONNOUSERSITE
- bpo-41692: Deprecate PyUnicode_InternImmortal()