Sorry, something went wrong.
|
@grzgrzgrz3, thanks for your PR! By analyzing the history of the files in this pull request, we identified @tiran, @serhiy-storchaka and @giampaolo to be potential reviewers. |
Sorry, something went wrong.
Codecov Report❗ No coverage uploaded for pull request base (master@9c972b5). Click here to learn what that means. @@ Coverage Diff @@
## master #1864 +/- ##
=========================================
Coverage ? 82.68%
=========================================
Files ? 1432
Lines ? 353405
Branches ? 0
=========================================
Hits ? 292229
Misses ? 61176
Partials ? 0
Continue to review full report at Codecov. Legend - Click here to learn more |
Sorry, something went wrong.
There was a problem hiding this comment.
a rebase on top of main branch would be a good first start
Sorry, something went wrong.
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
|
I'll work on getting this up to date so it unblocks removing asyncore. Note to self: local branch name is bpo30514-grzegorz-grzywacz-poplib. |
Sorry, something went wrong.
|
Triggering CLA. |
Sorry, something went wrong.
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
Pop3 server stub was base on asyncore/asynchat which is deprecated, new
stub is using asyncio instead.
test_too_long_lines make sure we read remaining overlong response
cmd_user answer only with +ERR message on invalid user
#74699