FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-74028: `concurrent.futures.Executor.map`: introduce `buffersize` param for lazier behavior by ebonnal · Pull Request #125663 · 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-74028: concurrent.futures.Executor.map: introduce buffersize param for lazier behavior
- #125663
#125663
Merged
picnixz
merged 45 commits into
python:main
python/cpython:main
from
ebonnal:fix-issue-29842
ebonnal/cpython:fix-issue-29842
Copy head branch name to clipboard
Mar 13, 2025
Conversation
Commits
45
(45)
Checks
Files changed
Merged
gh-74028: concurrent.futures.Executor.map: introduce buffersize param for lazier behavior
#125663
picnixz
merged 45 commits into
python:main
python/cpython:main
from
ebonnal:fix-issue-29842
ebonnal/cpython:fix-issue-29842
Copy head branch name to clipboard
Commits
Commits on Jan 12, 2025
bpo-29842: concurrent.futures.Executor.map: add buffersize param for lazy behavior
ebonnal
committed
45c3ec5
View commit details
Copy full SHA for 45c3ec5
Browse repository at this point
test_map_buffersize: 1s sleep
ebonnal
committed
bfb2c5c
View commit details
Copy full SHA for bfb2c5c
Browse repository at this point
mention chunksize in ProcessPoolExecutor's buffersize docstring
ebonnal
committed
8539663
View commit details
Copy full SHA for 8539663
Browse repository at this point
merge unittest into ExecutorTest
ebonnal
committed
022b8c6
View commit details
Copy full SHA for 022b8c6
Browse repository at this point
fix versionchanged
ebonnal
committed
7ced787
View commit details
Copy full SHA for 7ced787
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored and
ebonnal
committed
cb5f26e
View commit details
Copy full SHA for cb5f26e
Browse repository at this point
fix tests determinism
ebonnal
committed
f46ebe6
View commit details
Copy full SHA for f46ebe6
Browse repository at this point
add test_map_with_buffersize_on_empty_iterable
ebonnal
committed
eb26e86
View commit details
Copy full SHA for eb26e86
Browse repository at this point
allow timeout + buffersize
ebonnal
committed
0821f95
View commit details
Copy full SHA for 0821f95
Browse repository at this point
lint import
ebonnal
committed
d95c55b
View commit details
Copy full SHA for d95c55b
Browse repository at this point
tests: polish
ebonnal
committed
c80f466
View commit details
Copy full SHA for c80f466
Browse repository at this point
rephrase docstring
ebonnal
committed
90e6d7c
View commit details
Copy full SHA for 90e6d7c
Browse repository at this point
fix Doc/library/concurrent.futures.rst
Show description for ab91694
ebonnal
and
picnixz
committed
ab91694
View commit details
Copy full SHA for ab91694
Browse repository at this point
reorder imports
Show description for 01b8adf
ebonnal
and
picnixz
committed
01b8adf
View commit details
Copy full SHA for 01b8adf
Browse repository at this point
rephrase buffersize's ValueError
ebonnal
committed
2f8a63f
View commit details
Copy full SHA for 2f8a63f
Browse repository at this point
update 3.14.rst
ebonnal
committed
1fb53a5
View commit details
Copy full SHA for 1fb53a5
Browse repository at this point
edit docstring
ebonnal
committed
365c85d
View commit details
Copy full SHA for 365c85d
Browse repository at this point
lint
ebonnal
committed
bf5f838
View commit details
Copy full SHA for bf5f838
Browse repository at this point
lint
ebonnal
committed
a0057f1
View commit details
Copy full SHA for a0057f1
Browse repository at this point
comment on weakref
ebonnal
committed
1aa1275
View commit details
Copy full SHA for 1aa1275
Browse repository at this point
lint
ebonnal
committed
e0a9a9e
View commit details
Copy full SHA for e0a9a9e
Browse repository at this point
test_map_with_buffersize_when_buffer_becomes_full: avoid using multiprocessing.Manager().list() to work for InterpreterPoolExecutor too
ebonnal
committed
8d6ea97
View commit details
Copy full SHA for 8d6ea97
Browse repository at this point
lint
ebonnal
committed
6124868
View commit details
Copy full SHA for 6124868
Browse repository at this point
test_map_with_buffersize_and_timeout: avoid sleeping 0 seconds for win32
ebonnal
committed
c11276f
View commit details
Copy full SHA for c11276f
Browse repository at this point
remove test_map_with_buffersize_and_timeoutthat does not improve coverage in any way and is not deterministic on windows
ebonnal
committed
ebb5337
View commit details
Copy full SHA for ebb5337
Browse repository at this point
extend unittesting to no and multiple input iterables
ebonnal
committed
602968c
View commit details
Copy full SHA for 602968c
Browse repository at this point
Update Lib/concurrent/futures/_base.py
Show description for b14e368
ebonnal
and
picnixz
committed
b14e368
View commit details
Copy full SHA for b14e368
Browse repository at this point
rename args_iter -> zipped_iterables
ebonnal
committed
d37ce09
View commit details
Copy full SHA for d37ce09
Browse repository at this point
remove period at end of error message
ebonnal
committed
cdf239c
View commit details
Copy full SHA for cdf239c
Browse repository at this point
unit tests: merge into a single test method with test messages
ebonnal
committed
0a49784
View commit details
Copy full SHA for 0a49784
Browse repository at this point
apply review on tests format
ebonnal
committed
178d6fe
View commit details
Copy full SHA for 178d6fe
Browse repository at this point
Update Misc/NEWS.d/next/Library/2024-10-18-10-27-54.gh-issue-74028.4d4vVD.rst
Show description for 516a94b
ebonnal
and
picnixz
committed
516a94b
View commit details
Copy full SHA for 516a94b
Browse repository at this point
Update Doc/whatsnew/3.14.rst
Show description for ba4ac81
ebonnal
and
picnixz
committed
ba4ac81
View commit details
Copy full SHA for ba4ac81
Browse repository at this point
use assertListEqual
ebonnal
committed
9588059
View commit details
Copy full SHA for 9588059
Browse repository at this point
test_map_buffersize_validation: test negative buffersize
ebonnal
committed
0427bf1
View commit details
Copy full SHA for 0427bf1
Browse repository at this point
explicitly checks buffersize's type and add test_map_buffersize_type_validation
ebonnal
committed
af88fdf
View commit details
Copy full SHA for af88fdf
Browse repository at this point
test_map_buffersize_on_infinite_iterable: fetch the first 4 elements
ebonnal
committed
1fcf3fe
View commit details
Copy full SHA for 1fcf3fe
Browse repository at this point
add `test_map_buffersize_on_multiple_infinite_iterables`
ebonnal
committed
0892b2b
View commit details
Copy full SHA for 0892b2b
Browse repository at this point
doc: specify that it is the size of a buffer of tasks and not results
ebonnal
committed
579ba31
View commit details
Copy full SHA for 579ba31
Browse repository at this point
Commits on Feb 24, 2025
Merge remote-tracking branch 'cpython/main' into fix-issue-29842
ebonnal
committed
332826a
View commit details
Copy full SHA for 332826a
Browse repository at this point
Update Doc/whatsnew/3.14.rst
Show description for ef814e5
ebonnal
and
picnixz
authored
ef814e5
View commit details
Copy full SHA for ef814e5
Browse repository at this point
Commits on Mar 3, 2025
Merge branch 'main' into fix-issue-29842
encukou
authored
26c8d8d
View commit details
Copy full SHA for 26c8d8d
Browse repository at this point
remove redundant `iter`
ebonnal
committed
7b1d5f6
View commit details
Copy full SHA for 7b1d5f6
Browse repository at this point
Commits on Mar 10, 2025
Merge remote-tracking branch 'cpython/main' into fix-issue-29842
ebonnal
committed
8dac531
View commit details
Copy full SHA for 8dac531
Browse repository at this point
Commits on Mar 12, 2025
add new line in 3.14.rst
Show description for bb756f4
ebonnal
and
picnixz
authored
bb756f4
View commit details
Copy full SHA for bb756f4
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL