Skip to content

Latest commit

 

History

History
196 lines (108 loc) · 4.82 KB

pytz.md

File metadata and controls

196 lines (108 loc) · 4.82 KB

2024.2.0.20240913 (2024-09-13)

[stubsabot] Bump pytz to 2024.2 (#12639)

2024.1.0.20240417 (2024-04-17)

Remove remaining bare Incompletes (#11768)

Enable Y065

2024.1.0.20240203 (2024-02-03)

[stubsabot] Bump pytz to 2024.1 (#11355)

2023.4.0.20240130 (2024-01-30)

[stubsabot] Bump pytz to 2023.4 (#11341)

2023.3.1.1 (2023-09-20)

[pytz] Add BaseTzInfo private attributes (#10733)

2023.3.1.0 (2023-09-17)

[stubsabot] Bump pytz to 2023.3.post1 (#10673)

Release: https://pypi.org/pypi/pytz/2023.3.post1 Homepage: http://pythonhosted.org/pytz Repository: https://github.com/stub42/pytz

2023.3.0.1 (2023-08-13)

Fill in all missing upstream_repository fields (#10571)

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

2023.3.0.0 (2023-03-30)

[stubsabot] Bump pytz to 2023.3 (#9984)

2023.2.0.1 (2023-03-27)

Add default values for third-party stubs beginning with 'P' (#9957)

2023.2.0.0 (2023-03-26)

[stubsabot] Bump pytz to 2023.2 (#9942)

Release: https://pypi.org/pypi/pytz/2023.2 Homepage: http://pythonhosted.org/pytz

2022.7.1.2 (2023-02-22)

Update Unused parameters in stubs/ (#9704)

  • Update _Unused TypeAlias

  • Update object | None params

  • Replace unused object parameters with Unused alias

2022.7.1.1 (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.

2022.7.1.0 (2023-01-15)

[stubsabot] Bump pytz to 2022.7.1 (#9540)

Release: https://pypi.org/pypi/pytz/2022.7.1 Homepage: http://pythonhosted.org/pytz

2022.7.0.0 (2022-12-19)

[stubsabot] Bump pytz to 2022.7 (#9383)

2022.6.0.1 (2022-11-01)

Remove pytz from pyrights exclude (#9041)

2022.6.0.0 (2022-11-01)

[stubsabot] Bump pytz to 2022.6 (#9049)

Release: https://pypi.org/pypi/pytz/2022.6 Homepage: http://pythonhosted.org/pytz

If stubtest fails for this PR:

  • Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
  • Fix stubtest failures in another PR, then close this PR

Note that you will need to close and re-open the PR in order to trigger CI

Co-authored-by: stubsabot <>

2022.5.0.0 (2022-10-19)

[stubsabot] Bump pytz to 2022.5 (#8926)

Release: https://pypi.org/pypi/pytz/2022.5 Homepage: http://pythonhosted.org/pytz

If stubtest fails for this PR:

  • Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
  • Fix stubtest failures in another PR, then close this PR

Note that you will need to close and re-open the PR in order to trigger CI

Co-authored-by: stubsabot <>

2022.4.0.0 (2022-10-05)

[stubsabot] Bump pytz to 2022.4 (#8848)

Release: https://pypi.org/pypi/pytz/2022.4 Homepage: http://pythonhosted.org/pytz

If stubtest fails for this PR:

  • Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
  • Fix stubtest failures in another PR, then close this PR

Note that you will need to close and re-open the PR in order to trigger CI

Co-authored-by: stubsabot <>

2022.2.1.0 (2022-08-19)

[stubsabot] Bump pytz to 2022.2.1 (#8564)

Co-authored-by: stubsabot <>

2022.1.2 (2022-07-19)

Add missing third party modules (#8321)

Co-authored-by: Alex Waygood Alex.Waygood@Gmail.com Co-authored-by: hauntsaninja <> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

2022.1.1 (2022-06-26)

Check missing definitions for several packages (#8167)

Co-authored-by: hauntsaninja <>

2022.1.0 (2022-06-21)

[stubsabot] Bump pytz to 2022.1 (#8121)

Co-authored-by: hauntsaninja <>

2021.3.8 (2022-05-07)

Import generics from standard modules in all third-party stubs (#7791)

2021.3.7 (2022-04-27)

Drop Python 2 support in third-party stubs (#7703)

2021.3.6 (2022-03-19)

pytz: utcoffset only returns None if dt is None (#7510)

2021.3.5 (2022-02-13)

Fix argument types of pytz.tzinfo.StaticTzInfo (#7184)

The argument is_dst of the functions StaticTzInfo.localize and StaticTzInfo.normalize are ignored, and only present for compatibility with DstTzInfo. The functions in DstTzInfo also accepts None, so for compatibility, StaticTzInfo should accept them as well.

[^1] https://github.com/stub42/pytz/blob/2ed682a7c4079042f50975970fc4f503c8450058/src/pytz/tzinfo.py#L112

2021.3.3 (2021-12-14)

Add abstract methods to BaseTzInfo (#6579)

While these abstract methods don't exist at runtime, all sub-classes of BaseTzInfo implement them. It can be useful to annotate variables with BaseTzInfo and being able to call these methods on it.

2021.3.2 (2021-12-09)

pytz: rework stubs (#6551)

2021.3.1 (2021-11-23)

Reduce use of deprecated typing aliases (#6358)

2021.3.0 (2021-10-12)

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