FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-127647: Add typing.Reader and Writer protocols by srittau · Pull Request #127648 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-127647: Add typing.Reader and Writer protocols
- #127648
#127648
Merged
JelleZijlstra
merged 37 commits into
python:main
python/cpython:main
from
srittau:typing-readable-writable
srittau/cpython:typing-readable-writable
Copy head branch name to clipboard
Mar 6, 2025
Conversation
Commits
37
(37)
Checks
Files changed
Merged
gh-127647: Add typing.Reader and Writer protocols
#127648
JelleZijlstra
merged 37 commits into
python:main
python/cpython:main
from
srittau:typing-readable-writable
srittau/cpython:typing-readable-writable
Copy head branch name to clipboard
Commits
Commits on Dec 5, 2024
Add typing.Reader and Writer protocols
srittau
committed
b45fec0
View commit details
Copy full SHA for b45fec0
Browse repository at this point
Add a note about Iterable
srittau
committed
1525e05
View commit details
Copy full SHA for 1525e05
Browse repository at this point
Fix docs formatting
srittau
committed
7867ec1
View commit details
Copy full SHA for 7867ec1
Browse repository at this point
Small wording improvements
srittau
committed
6a22a02
View commit details
Copy full SHA for 6a22a02
Browse repository at this point
Simplify the docs/improve formatting
srittau
committed
5d632a3
View commit details
Copy full SHA for 5d632a3
Browse repository at this point
Explicitly document the methods
Show description for 4d50c2e
srittau
committed
4d50c2e
View commit details
Copy full SHA for 4d50c2e
Browse repository at this point
Commits on Dec 6, 2024
Mark protocol members as abstract
srittau
committed
1e1ea41
View commit details
Copy full SHA for 1e1ea41
Browse repository at this point
Add .. versionadded
srittau
committed
56a38a0
View commit details
Copy full SHA for 56a38a0
Browse repository at this point
Added slashes to documented signatures
srittau
committed
f2c331b
View commit details
Copy full SHA for f2c331b
Browse repository at this point
Fix overindentation
srittau
committed
6764b6a
View commit details
Copy full SHA for 6764b6a
Browse repository at this point
Fix documentation of Reader.__iter__()
srittau
committed
022acaa
View commit details
Copy full SHA for 022acaa
Browse repository at this point
Remove the @runtime_checkable flags
srittau
committed
b86073d
View commit details
Copy full SHA for b86073d
Browse repository at this point
Commits on Jan 6, 2025
Merge branch 'main' into typing-readable-writable
srittau
authored
65eb040
View commit details
Copy full SHA for 65eb040
Browse repository at this point
Commits on Feb 25, 2025
Merge branch 'main' into typing-readable-writable
srittau
authored
2b9159d
View commit details
Copy full SHA for 2b9159d
Browse repository at this point
Remove Reader.__iter__() and readline()
srittau
committed
1f42b21
View commit details
Copy full SHA for 1f42b21
Browse repository at this point
Move protocols to io
srittau
committed
0325f5a
View commit details
Copy full SHA for 0325f5a
Browse repository at this point
Update whatsnew
srittau
committed
632511a
View commit details
Copy full SHA for 632511a
Browse repository at this point
Update NEWS file
srittau
committed
3b384f9
View commit details
Copy full SHA for 3b384f9
Browse repository at this point
Fix abstractmethod import
srittau
committed
5bdb4cc
View commit details
Copy full SHA for 5bdb4cc
Browse repository at this point
Fix runtime_checkable link in docs
srittau
committed
35dcaf4
View commit details
Copy full SHA for 35dcaf4
Browse repository at this point
Add Reader and Writer to proto allowlist
srittau
committed
5584a57
View commit details
Copy full SHA for 5584a57
Browse repository at this point
Import Reader and Writer into _pyio
srittau
committed
af81301
View commit details
Copy full SHA for af81301
Browse repository at this point
Import _collections_abc dynamically
srittau
committed
5a8b915
View commit details
Copy full SHA for 5a8b915
Browse repository at this point
Merge branch 'main' into typing-readable-writable
srittau
authored
b1593fa
View commit details
Copy full SHA for b1593fa
Browse repository at this point
Use metaclass instead of deriving from `ABC`
srittau
committed
577b893
View commit details
Copy full SHA for 577b893
Browse repository at this point
Use __class_getitem__ instead of making the class generic
srittau
committed
cedfa42
View commit details
Copy full SHA for cedfa42
Browse repository at this point
Remove type annotations
srittau
committed
a0b9e47
View commit details
Copy full SHA for a0b9e47
Browse repository at this point
Move import back to top level
srittau
committed
53a2250
View commit details
Copy full SHA for 53a2250
Browse repository at this point
Commits on Feb 27, 2025
Merge branch 'main' into typing-readable-writable
srittau
authored
03aa3a2
View commit details
Copy full SHA for 03aa3a2
Browse repository at this point
Fix doc reference to decorator
Show description for ca72c19
srittau
and
AA-Turner
authored
ca72c19
View commit details
Copy full SHA for ca72c19
Browse repository at this point
Fix references in docs
Show description for 3b5975e
srittau
and
AA-Turner
authored
3b5975e
View commit details
Copy full SHA for 3b5975e
Browse repository at this point
Split signature
Show description for 96080fe
srittau
and
AA-Turner
authored
96080fe
View commit details
Copy full SHA for 96080fe
Browse repository at this point
Document that Reader and Writer are generic
srittau
committed
3723370
View commit details
Copy full SHA for 3723370
Browse repository at this point
Add tests
srittau
committed
76003a8
View commit details
Copy full SHA for 76003a8
Browse repository at this point
Add missing import
srittau
committed
43e23f0
View commit details
Copy full SHA for 43e23f0
Browse repository at this point
Doc fixes
Show description for c644770
srittau
and
AlexWaygood
authored
c644770
View commit details
Copy full SHA for c644770
Browse repository at this point
Commits on Mar 6, 2025
Merge branch 'main' into typing-readable-writable
srittau
authored
bfab2fd
View commit details
Copy full SHA for bfab2fd
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL