-
Microsoft
- San Francisco Bay Area
- https://python.org/~guido/
- @gvanrossum
Block or Report
Block or report gvanrossum
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
pyxl3 Public
Forked from vikasuy/pyxl
A Python 3 extension for writing structured and reusable inline HTML.
-
-
774 contributions in the last year
Less
More
Contribution activity
October 2022
Created 15 commits in 6 repositories
Created a pull request in python/cpython that received 4 comments
GH-88968: Add notes about socket ownership transfers
There are four event loop methods (create_connection, create_datagram_endpoint, create_server, and connect_accepted_socket) that take an optional sock
+48
−0
•
4
comments
Opened 8 other pull requests in 3 repositories
python/cpython
4
merged
1
open
faster-cpython/ideas
1
open
1
merged
python/devguide
1
merged
Reviewed 77 pull requests in 4 repositories
python/cpython
25 pull requests
- GH-98363: Add itertools.batched()
-
GH-96764: rewrite
asyncio.wait_forto useasyncio.timeout -
[3.11] GH-98543: Fix
asyncio.TaskGroupto not keep reference to errors after raising ExceptionGroup (GH-98544) -
[3.11] GH-98539: fix ref cycle in
_SSLProtocolTransportafter close (GH-98540) -
GH-98539: fix ref cycle in
_SSLProtocolTransportafter close -
GH-98543: Fix
asyncio.TaskGroupto not keep reference to errors after raising ExceptionGroup - gh-93453: No longer create an event loop in get_event_loop()
- GH-98275: Clarify that asyncio.Task.cancel() does not throw CancelledError into not-yet-started coroutine.
- [3.10] gh-51511: Note that codecs.open()'s encoding parameter affects automatic conversion to binary mode (GH-94370)
- [3.11] gh-51511: Note that codecs.open()'s encoding parameter affects automatic conversion to binary mode (GH-94370)
- gh-51511: Note that codecs.open()'s encoding parameter affects automatic conversion to binary mode
- gh-98172: [doc] mention that except* handles naked exceptions
-
GH-98407: use process group in asyncio
test_kill_issue43884 - GH-98388: Add tests for happy eyeballs and its internal workings
-
_overload_dummyraisesNotImplementedError, notRuntimeError - [3.10] gh-98174: Handle EPROTOTYPE under macOS in test_sendfile_fallback_close_peer_in_the_middle_of_receiving (GH-98316)
- [3.11] gh-98174: Handle EPROTOTYPE under macOS in test_sendfile_fallback_close_peer_in_the_middle_of_receiving (GH-98316)
- gh-98174: Handle EPROTOTYPE under macOS in test_sendfile_fallback_close_peer_in_the_middle_of_receiving
- GH-98327: fix deprecation warnings in asyncio
- GH-87390: Add remaining tests for PEP 646
- [3.10] gh-85299: Add note warning about entry point guard for asyncio example (GH-93457)
- [3.11] gh-85299: Add note warning about entry point guard for asyncio example (GH-93457)
- gh-85299: Add note warning about entry point guard for asyncio example
- GH-94597: Deprecate child watcher getters and setters
- [3.10] docs(typing): harmonize "See PEP x for more details" (GH-97927).
- Some pull request reviews not shown.
python/peps
1 pull request
Azure/azure-sdk-for-python
1 pull request
python/devguide
1 pull request
Created an issue in faster-cpython/ideas that received 6 comments
Mechanics of interpreter generation from DSL
Assuming we have a DSL roughly like this (modified per #477), we have a few ways to integrate this. We could place the generator input in a separa…
6
comments






