The Wayback Machine - https://web.archive.org/web/20220423050934/https://github.com/python/typeshed/commits/master
Skip to content
Permalink
master

Commits on Apr 22, 2022

  1. Annotate Error and Diagnostics (#7671)

    Move cursor class to top of file so it can be used as base class
    srittau committed Apr 22, 2022

Commits on Apr 16, 2022

  1. Add wsgiref.types (Python 3.11+) (#7644)

    _typeshed.wsgi: Import from wsgiref.types in Python 3.11+
    
    Make types match wsgiref.types
    srittau committed Apr 16, 2022
  2. Improve sqlite3 types (#7641)

    Read through the code in CPython and made the types more precise
    where possible.
    
    Co-authored-by: Sebastian Rittau <[email protected]>
    JelleZijlstra and srittau committed Apr 16, 2022
  3. Move code from decimal.pyi to _decimal.pyi (#7640)

    * Move code from `decimal.pyi` to `_decimal.pyi`
    
    The stub previously did `from decimal import *` in `_decimal.pyi`, but the opposite happens at runtime.
    AlexWaygood committed Apr 16, 2022
Older