Highlights
- Arctic Code Vault Contributor
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
1,399 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
Created a pull request in python/exceptiongroups that received 3 comments
- Refactor EdgeQL tokenization to always include the source string
- Use original token stream when generating migration names
- Use a table instead of functions for system data
- Use tuples instead of maps to hold object data in schema
- Update decimal and bigint docs.
- Fix non-devmode bootstrap
- Improve test parallelizability
- Stop storing instances of schema objects in the schema container
- Parallelize dump tests
- Refactor imports in edb.tools.docs to allow sphinx to build docs with minimal dependencies
- Fixed bootstrapping with reserved keywords in role name, deprecate --default-database and -user
- Add support for chained schemas
- Add support for per-database configuration
- Rename functions when a type referenced in an argument changes
- Fix compilation of naked expressions
- Add information about network usage of CLI tool
- `buildmeta.get_version()` does not return a string
- Better titles in changelog
- Add a hint when extending scalar type by object
- Add alpha 6 changelog.
- Fix outdated examples for cal funtions.
- Add a command to generate dumps for tests
- Basic query rewrite implementation
- Add some IR fields to __ast_hidden__
- bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase.
- bpo-42115: Refactor the opcode cache into its own file
- bpo-42113: Delete TaskWakeupMethWrapper_Type and use PyCFunction instead
- bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values
- bpo-42093: Add opcode cache for LOAD_ATTR
- bpo-41756: Export PyGen_Send and wrap it in if-defs
- bpo-41756: Delete PyGen_Send function
- bpo-41756: Add PyIter_Send function to allow sending value into generators/coroutines/iterators
- bpo-41891: ensure asyncio.wait_for waits for task completion
Created an issue in python/exceptiongroups that received 13 comments
Introducing try..except*
The design discussed in this issue has been consolidated in https://github.com/python/exceptiongroups/blob/master/except_star.md. Disclaimer I'm …