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-
Python Software Foundation
- FL, US
- Sign in to view email
Pinned
287 contributions in the last year
Activity overview
Contributed to
python/cpython,
python/devguide,
aeros/edgedb-github-example
and 5 other
repositories
Contribution activity
December 2019
- aeros/edgedb-github-example Python
Created a pull request in python/cpython that received 9 comments
- [3.6] bpo-37228: Add whatsnew for removal of loop.create_datagram_endpoint()'s *reuse_address* parameter
- [3.7] bpo-37228: Add whatsnew for removal of loop.create_datagram_endpoint()'s *reuse_address* parameter
- [3.8] bpo-37228: Add whatsnew for removal of loop.create_datagram_endpoint()'s *reuse_address* parameter
- bpo-37228: Fix warnings in test_asyncio.test_base_events
- [3.6] bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17311).
- bpo-22593: Automate update of Unicode data version in documentation
- bpo-33961: Adjusted dataclasses docs to correct exceptions raised. (GH-7917)
- Fix link to bpo issue in Changelog
- bpo-39130: Dict reversed was added in v3.8 so should say in the doc as well
- bpo-34788: Add support for scoped IPv6 addresses
- bpo-27873: Update docstring for multiprocessing.Pool.map