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 40 million developers.
Sign up
Pinned
198 contributions in the last year
Activity overview
Contribution activity
January 2020
- bpo-39050: The Help button in IDLE's config menu does not work
- bpo-37765: Add keywords to IDLE's main completion list
- bpo-38558: Link to further docs from walrus operator mention in tutorial
- [3.8] Fix typo from base to based (GH-18055)
- [3.7] Fix typo from base to based (GH-18055)
- Fix base to based in webbrowser.py (typo)
- [3.8] bpo-38293: Allow shallow and deep copying of property objects (GH-16438)
- [3.7] bpo-38293: Allow shallow and deep copying of property objects (GH-16438)
- bpo-38901: Allow setting a venv's prompt to the basename of the current directory.
- bpo-12159: document sys.maxsize limit in len() function reference
- [3.7] Add test cases for dataclasses. (GH-17909)
- [3.8] Add test cases for dataclasses. (GH-17909)
- [3.8] bpo-39130: Dict reversed was added in v3.8 so should say in the doc as well (GH-17694)
- bpo-39130: Dict reversed was added in v3.8 so should say in the doc as well
- minor formatting improvements and fixes to idle.rst
- [3.7] Fix the parameter list of object. _rpow_ (GH-GH-16477)
- [3.8] Fix the parameter list of object. _rpow_ (GH-GH-16477)
- [3.7] Replace links in howto/pyporting.rst with sphinx references (GH-17781)
- [3.8] Replace links in howto/pyporting.rst with sphinx references (GH-17781)
- replace links in howto/pyporting.rst with sphinx references
- bpo-36769: Document that fnmatch.filter supports any kind of iterable