Highlights
- Arctic Code Vault Contributor
Popular repositories
-
-
Forked from vikasuy/pyxl
A Python 3 extension for writing structured and reusable inline HTML.
-
-
1,129 contributions in the last year
Less
More
Contribution activity
February 2021
Created 7 commits in 5 repositories
Created 1 repository
- gvanrossum/exceptiongroup Python
Created a pull request in python/cpython that received 4 comments
bpo-42128: Add what's new section for PEP 634 (pattern matching)
Obviously this shouldn't be merged before the main pattern matching PR (GH-22917). https://bugs.python.org/issue42128
+157
−0
•
4
comments
Opened 4 other pull requests in 3 repositories
gvanrossum/cpython
2
open
python-trio/exceptiongroup
1
merged
python/peps
1
closed
Reviewed 38 pull requests in 6 repositories
python/cpython 13 pull requests
- bpo-42128: Add Pattern Matching to What's New
- bpo-43345: Enhance TypedDict documentation.
- bpo-37146: Deactivate opcode cache only when using huntrleaks in the test suite
- bpo-43146: fix None-handling in single-arg version of traceback.print…
- bpo-43146: fix a recent (3.10) regression in handling None inputs to `tra…
- bpo-42093: Cleanup _PyDict_GetItemHint()
- bpo-42128: Add what's new section for PEP 634 (pattern matching)
- bpo-42990: Functions inherit current builtins
- [3.8] bpo-41824: Fix indentation issue in ForwardRef docs
- bpo-41824: Add versionadded for typing.ForwardRef docs
- Improve docs of PEP 604 Union
- bpo-43166 Disable ceval.c optimisations for Windows debug builds
- bpo-42997: Improve error message for missing : before suites
python/peps 13 pull requests
- PEP 655: Marking individual TypedDict items as required
- Add section about handling ExceptionGroups
- Add Post-History date
- A couple PEP 654 edits
- Update PEP 646 draft
- Update PEP 646 draft
- PEP 3333: Clairify HTTP_HOST as superior source for SERVER_PORT (#1816)
- PEP 636: Add missing colons at the end of case statement
- PEP 636: Is there a typo in the example code?
- PEP 634/635/636: Accept!
- Lint RST on GitHub Actions
- Normalize the 'Created' field
- PEP 621, 635, 637, 639, 642, 644, 645, 647, 650: Fix single backticks
python/exceptiongroups 8 pull requests
- changed title, how to teach this
- add atexit use case
- reword split() definition to get around the virtual subclass issue
- added references, changed title, removed security considerations section
- Typos. Reference Implementation description. Added a rejected idea.
- Backward compatibility & Design considerations sections
- use real code to generate output for the examples. A few other edits
- fleshed out use cases