Skip to content

Latest commit

 

History

History
90 lines (45 loc) · 1.93 KB

vobject.md

File metadata and controls

90 lines (45 loc) · 1.93 KB

0.9.8.20240310 (2024-03-10)

Bump mypy to 1.9, add to json.encoder, small fixups (#11549)

Co-authored-by: Alex Waygood Alex.Waygood@Gmail.com

0.9.8.20240106 (2024-01-06)

Update typing_extensions imports in third-party stubs (#11245)

0.9.8.12 (2023-07-20)

Add a few more upstream_repository URLs (#10489)

0.9.8.11 (2023-03-28)

Add defaults to third-party stubs U-Z (#9971)

0.9.8.10 (2023-02-21)

Stubtest settings: change ignore_missing_stub default to false (#9779)

If you're reading about this commit from an autogenerated changelog entry, this should have no user-visible impact on how the stubs are interpreted by a type checker; it's just an internal change to how typeshed's tests work.

0.9.8.9 (2023-02-07)

Bump mypy to 1.0 (#9684)

0.9.8.8 (2023-01-25)

Fix some stubtest complaints before they happen (#9585)

Add missing objects to various stubs

0.9.8.7 (2023-01-18)

Replace Any with Incomplete in many places (#9565)

0.9.8.6 (2023-01-18)

Replace Any with Incomplete in many places (#9558)

0.9.8.5 (2022-11-23)

__unicode__ always returns str (#9248)

Mark first argument of __[get|set|del]attr__ as str (#9245)

0.9.8.4 (2022-11-13)

Explain why vobject is not tested on Windows (#9175)

Specify vobject.win32tz is broken on Windows

0.9.8.3 (2022-11-09)

Annotate known magic-method return types (#9131)

0.9.8.2 (2022-11-07)

Mark vobject as complete (#9120)

0.9.8.1 (2022-10-16)

Remove empty __init__ methods from classes with 0 parents (#8907)

0.9.8 (2022-04-16)

Third-party stubs: import from collections.abc where possible (#7637)

0.9.7 (2022-01-31)

Upgrade black version (#7089)

0.9.5 (2021-12-28)

Use PEP 585 syntax wherever possible (#6717)

0.9.4 (2021-11-26)

Add mypy error codes to '# type: ignore' comments (#6379)

0.9.3 (2021-10-12)

Add star to all non-0.1 versions (#6146)

0.9.2 (2021-10-11)

Fix return type of readComponents() (#6143)