Skip to content
Open
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
87447ec
Add 3.14 deprecations
max-muoto Jun 16, 2025
2e34041
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 16, 2025
c52f786
Fix
max-muoto Jun 16, 2025
7b92886
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 16, 2025
5c5315a
Fixes
max-muoto Jun 16, 2025
74badea
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 16, 2025
0f14bad
Revert
max-muoto Jun 16, 2025
da6d451
Fix
max-muoto Jun 16, 2025
6661c35
Revert
max-muoto Jun 17, 2025
1e2e617
Fix
max-muoto Jun 17, 2025
ed65903
Fix
max-muoto Jun 17, 2025
2bffae4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 17, 2025
647bb88
Address comments
max-muoto Jun 18, 2025
d40fc6c
Fix
max-muoto Jun 18, 2025
83efd5d
revert
max-muoto Jun 18, 2025
90c97d4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 18, 2025
7eccbac
Add override
max-muoto Jun 18, 2025
4f5c981
Fix tests
max-muoto Jun 18, 2025
28a1743
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 18, 2025
3de835b
Tweaks
max-muoto Jun 18, 2025
8c44563
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 18, 2025
94c49d6
3.13
max-muoto Jun 18, 2025
7d0fb15
Merge branch 'main' into add-3.14-deprecations
srittau Jul 7, 2025
8f97cb9
Merge branch 'main' of https://github.com/max-muoto/typeshed into add…
max-muoto Jul 12, 2025
5c89ea7
Tweak
max-muoto Jul 12, 2025
3034a9d
Add ignore
max-muoto Jul 12, 2025
4fbdb04
Tweak tests
max-muoto Jul 12, 2025
3e6d012
Fix
max-muoto Jul 13, 2025
09ac703
Update stdlib/asyncio/unix_events.pyi
max-muoto Aug 4, 2025
24a61a3
Update stdlib/argparse.pyi
max-muoto Aug 4, 2025
e108f93
Update stdlib/argparse.pyi
max-muoto Aug 4, 2025
2605bfa
Update stdlib/@tests/test_cases/asyncio/check_coroutines.py
max-muoto Aug 4, 2025
aa601fb
Update stdlib/argparse.pyi
max-muoto Aug 4, 2025
cc157e3
Update stdlib/@tests/stubtest_allowlists/py313.txt
max-muoto Aug 4, 2025
2a43832
Merge branch 'main' of https://github.com/python/typeshed into add-3.…
max-muoto Aug 4, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update stdlib/asyncio/unix_events.pyi
Co-authored-by: Avasam <[email protected]>
  • Loading branch information
max-muoto and Avasam authored Aug 4, 2025
commit 09ac703bea0af9c8f08fdb48e1d22b3e66c53b7e
1 change: 0 additions & 1 deletion stdlib/asyncio/unix_events.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ if sys.platform != "win32":

if sys.version_info >= (3, 14):
_DefaultEventLoopPolicy = _UnixDefaultEventLoopPolicy

else:
DefaultEventLoopPolicy = _UnixDefaultEventLoopPolicy

Expand Down