FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-34270: added the ability to name asyncio tasks by agronholm · Pull Request #8547 · 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
75.3k
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
bpo-34270: added the ability to name asyncio tasks
- #8547
#8547
Merged
1st1
merged 22 commits into
python:master
python/cpython:master
from
agronholm:tasknames
agronholm/cpython:tasknames
Copy head branch name to clipboard
Aug 8, 2018
Conversation
Commits
22
(22)
Checks
Files changed
Merged
bpo-34270: added the ability to name asyncio tasks
#8547
1st1
merged 22 commits into
python:master
python/cpython:master
from
agronholm:tasknames
agronholm/cpython:tasknames
Copy head branch name to clipboard
Commits
Commits on Jul 29, 2018
bpo-34270: added the "name" attribute to asyncio tasks
Show description for 19204e1
agronholm
and
ztane
committed
19204e1
View commit details
Copy full SHA for 19204e1
Browse repository at this point
Commits on Jul 30, 2018
Made changes requested by the reviewers
Show description for 25939b9
agronholm
committed
25939b9
View commit details
Copy full SHA for 25939b9
Browse repository at this point
Added whatsnew entry
agronholm
committed
369eba9
View commit details
Copy full SHA for 369eba9
Browse repository at this point
Changed unsigned long long to uint64_t
agronholm
committed
ce8e014
View commit details
Copy full SHA for ce8e014
Browse repository at this point
Added explanation for the use of itertools.count() in asyncio.tasks
agronholm
committed
11258ed
View commit details
Copy full SHA for 11258ed
Browse repository at this point
Commits on Aug 1, 2018
Reverted task factory API changes and added Task.set_name()
agronholm
committed
1f3dda6
View commit details
Copy full SHA for 1f3dda6
Browse repository at this point
Updated the changelog entries to match the latest changes
agronholm
committed
de125ce
View commit details
Copy full SHA for de125ce
Browse repository at this point
Fixed PEP 8 issue
agronholm
committed
98ebde1
View commit details
Copy full SHA for 98ebde1
Browse repository at this point
Fixed C function name for Task.get_name()
agronholm
committed
5aadb36
View commit details
Copy full SHA for 5aadb36
Browse repository at this point
Commits on Aug 4, 2018
Added back the "name" parameter to create_task() and asyncio.Task()
Show description for ad5c572
agronholm
committed
ad5c572
View commit details
Copy full SHA for ad5c572
Browse repository at this point
Added back the "name" parameter to create_task()
Show description for 5fba009
agronholm
committed
5fba009
View commit details
Copy full SHA for 5fba009
Browse repository at this point
Updated the news items
agronholm
committed
fc02fd4
View commit details
Copy full SHA for fc02fd4
Browse repository at this point
Added the "name" argument back to AbstractEventLoop.create_task()
agronholm
committed
77f2147
View commit details
Copy full SHA for 77f2147
Browse repository at this point
Updated the news items
agronholm
committed
645b638
View commit details
Copy full SHA for 645b638
Browse repository at this point
More documentation updates
agronholm
committed
b352983
View commit details
Copy full SHA for b352983
Browse repository at this point
Refactored the task name setting logic into a function
agronholm
committed
56e2883
View commit details
Copy full SHA for 56e2883
Browse repository at this point
Documentation tweaks
agronholm
committed
d655f24
View commit details
Copy full SHA for d655f24
Browse repository at this point
Commits on Aug 8, 2018
Made the changes requested by the reviewer
agronholm
committed
dd4d4a5
View commit details
Copy full SHA for dd4d4a5
Browse repository at this point
Fixed segfault if "name" is already a string
agronholm
committed
860d67a
View commit details
Copy full SHA for 860d67a
Browse repository at this point
Fixed the new test to use a custom factory
agronholm
committed
2cca5e7
View commit details
Copy full SHA for 2cca5e7
Browse repository at this point
Fixed last two nits
agronholm
committed
a1be2e0
View commit details
Copy full SHA for a1be2e0
Browse repository at this point
Fixed incompatible return value from set_name()
agronholm
committed
2ee3972
View commit details
Copy full SHA for 2ee3972
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL