FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-121313: Limit the reading size from pipes to their default buffer size on Unix systems by aplaikner · Pull Request #121315 · 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.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-121313: Limit the reading size from pipes to their default buffer size on Unix systems
- #121315
#121315
Merged
gpshead
merged 19 commits into
python:main
python/cpython:main
from
aplaikner:feature-smaller-pipe-buffer-pull-request
aplaikner/cpython:feature-smaller-pipe-buffer-pull-request
Copy head branch name to clipboard
Aug 31, 2024
Conversation
Commits
19
(19)
Checks
Files changed
Merged
gh-121313: Limit the reading size from pipes to their default buffer size on Unix systems
#121315
gpshead
merged 19 commits into
python:main
python/cpython:main
from
aplaikner:feature-smaller-pipe-buffer-pull-request
aplaikner/cpython:feature-smaller-pipe-buffer-pull-request
Copy head branch name to clipboard
Commits
Commits on Jul 3, 2024
Add clean code
aplaikner
committed
108e65b
View commit details
Copy full SHA for 108e65b
Browse repository at this point
Fix linting error & sysconf unsupported error
aplaikner
committed
37ca606
View commit details
Copy full SHA for 37ca606
Browse repository at this point
Merge branch 'main' into feature-smaller-pipe-buffer-pull-request
aplaikner
authored
df4f307
View commit details
Copy full SHA for df4f307
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
89936c2
View commit details
Copy full SHA for 89936c2
Browse repository at this point
Fix news
aplaikner
committed
31c65b4
View commit details
Copy full SHA for 31c65b4
Browse repository at this point
Make page size non static
aplaikner
committed
0a4e4a3
View commit details
Copy full SHA for 0a4e4a3
Browse repository at this point
Merge branch 'main' into feature-smaller-pipe-buffer-pull-request
aplaikner
authored
7afde51
View commit details
Copy full SHA for 7afde51
Browse repository at this point
Merge branch 'main' into feature-smaller-pipe-buffer-pull-request
aplaikner
authored
8d9b16e
View commit details
Copy full SHA for 8d9b16e
Browse repository at this point
Commits on Jul 4, 2024
Remove redundant call to pymin
aplaikner
committed
e6c64fe
View commit details
Copy full SHA for e6c64fe
Browse repository at this point
Commits on Jul 5, 2024
Shift pipe check to connection.py _recv
aplaikner
committed
936b601
View commit details
Copy full SHA for 936b601
Browse repository at this point
Make pipe size dependant on systems page size
aplaikner
committed
49d8adb
View commit details
Copy full SHA for 49d8adb
Browse repository at this point
Only execute fstat in case reading size is bigger than default pipe size
aplaikner
committed
43e19dd
View commit details
Copy full SHA for 43e19dd
Browse repository at this point
Commits on Jul 7, 2024
Update news message
aplaikner
committed
b0b86e5
View commit details
Copy full SHA for b0b86e5
Browse repository at this point
Make imports order alphabetical
aplaikner
committed
2b6ff24
View commit details
Copy full SHA for 2b6ff24
Browse repository at this point
Shift calculation for pipe size to existing if _winapi check
aplaikner
committed
e726f51
View commit details
Copy full SHA for e726f51
Browse repository at this point
Fix linting error
aplaikner
committed
59cff4d
View commit details
Copy full SHA for 59cff4d
Browse repository at this point
Merge branch 'main' into feature-smaller-pipe-buffer-pull-request
aplaikner
authored
da10f8e
View commit details
Copy full SHA for da10f8e
Browse repository at this point
Create constant for default number of pages per pipe
aplaikner
committed
94d4c4a
View commit details
Copy full SHA for 94d4c4a
Browse repository at this point
Commits on Jul 29, 2024
Merge branch 'main' into feature-smaller-pipe-buffer-pull-request
aplaikner
authored
52606d1
View commit details
Copy full SHA for 52606d1
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL