FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-55454: Add IMAP4 IDLE support to imaplib by foresto · Pull Request #122542 · 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-55454: Add IMAP4 IDLE support to imaplib
- #122542
#122542
Merged
gvanrossum
merged 80 commits into
python:main
python/cpython:main
from
foresto:imaplib-idle
foresto/cpython:imaplib-idle
Copy head branch name to clipboard
Feb 7, 2025
Conversation
Commits
80
(80)
Checks
Files changed
Merged
gh-55454: Add IMAP4 IDLE support to imaplib
#122542
gvanrossum
merged 80 commits into
python:main
python/cpython:main
from
foresto:imaplib-idle
foresto/cpython:imaplib-idle
Copy head branch name to clipboard
Commits
Commits on Sep 1, 2024
gh-55454: Add IMAP4 IDLE support to imaplib
Show description for 572d1e5
Forest
committed
572d1e5
View commit details
Copy full SHA for 572d1e5
Browse repository at this point
Commits on Sep 11, 2024
gh-55454: Clarify imaplib idle() docs
Show description for dc71241
Forest
committed
dc71241
View commit details
Copy full SHA for dc71241
Browse repository at this point
Commits on Sep 21, 2024
docs: words instead of <=
Show description for f41f2bb
gpshead
and
ZeroIntensity
authored
f41f2bb
View commit details
Copy full SHA for f41f2bb
Browse repository at this point
docs: improve style in an example
Show description for 8077f2e
gpshead
and
ZeroIntensity
authored
8077f2e
View commit details
Copy full SHA for 8077f2e
Browse repository at this point
docs: grammatical edit
Show description for 24fcdbb
gpshead
and
ZeroIntensity
authored
24fcdbb
View commit details
Copy full SHA for 24fcdbb
Browse repository at this point
docs consistency
Show description for 2c76b2f
gpshead
and
ZeroIntensity
authored
2c76b2f
View commit details
Copy full SHA for 2c76b2f
Browse repository at this point
comment -> docstring
Show description for 5ef5bb2
gpshead
and
ZeroIntensity
authored
5ef5bb2
View commit details
Copy full SHA for 5ef5bb2
Browse repository at this point
Commits on Sep 22, 2024
docs: refer to imaplib as "this module"
Show description for 91266e0
foresto
and
ZeroIntensity
authored
91266e0
View commit details
Copy full SHA for 91266e0
Browse repository at this point
imaplib: simplify & clarify idle debug message
Show description for 19c98dc
foresto
and
ZeroIntensity
authored
19c98dc
View commit details
Copy full SHA for 19c98dc
Browse repository at this point
imaplib: elaborate in idle context manager comment
Forest
committed
882bf2c
View commit details
Copy full SHA for 882bf2c
Browse repository at this point
imaplib: re-raise BaseException instead of bare except
Show description for f648fec
foresto
and
ZeroIntensity
authored
f648fec
View commit details
Copy full SHA for f648fec
Browse repository at this point
imaplib: convert private doc string to comment
Forest
committed
48f6f76
View commit details
Copy full SHA for 48f6f76
Browse repository at this point
docs: correct mistake in imaplib example
Show description for 013bbf1
Forest
committed
013bbf1
View commit details
Copy full SHA for 013bbf1
Browse repository at this point
Commits on Sep 23, 2024
imaplib: simplify example code in doc string
Show description for acbc4a1
Forest
committed
acbc4a1
View commit details
Copy full SHA for acbc4a1
Browse repository at this point
imaplib: rename _Idler to Idler, update its docs
Forest
committed
94c02e8
View commit details
Copy full SHA for 94c02e8
Browse repository at this point
imaplib: add comment in Idler._pop()
Show description for 0c6c9a4
foresto
and
ZeroIntensity
authored
0c6c9a4
View commit details
Copy full SHA for 0c6c9a4
Browse repository at this point
imaplib: remove unnecessary blank line
Show description for 223c2fa
foresto
and
ZeroIntensity
authored
223c2fa
View commit details
Copy full SHA for 223c2fa
Browse repository at this point
imaplib: comment on use of unbuffered pipes
Forest
committed
e64546c
View commit details
Copy full SHA for e64546c
Browse repository at this point
Commits on Sep 24, 2024
docs: imaplib: use the reStructuredText :class: role
Show description for f385e44
foresto
and
ZeroIntensity
authored
f385e44
View commit details
Copy full SHA for f385e44
Browse repository at this point
Revert "docs: imaplib: use the reStructuredText :class: role"
Show description for 3aceaec
Forest
committed
3aceaec
View commit details
Copy full SHA for 3aceaec
Browse repository at this point
Commits on Sep 26, 2024
docs: imaplib: use the reST :class: role, escaped
Show description for c8d4d6d
Forest
committed
c8d4d6d
View commit details
Copy full SHA for c8d4d6d
Browse repository at this point
Commits on Dec 1, 2024
Merge branch 'main' into imaplib-idle
gvanrossum
authored
75fbe8e
View commit details
Copy full SHA for 75fbe8e
Browse repository at this point
docs: refer to IMAP4 IDLE instead of just IDLE
Show description for c7ed3c5
foresto
and
gvanrossum
authored
c7ed3c5
View commit details
Copy full SHA for c7ed3c5
Browse repository at this point
imaplib: IDLE -> IMAP4 IDLE in exception message
Show description for b01de95
foresto
and
ZeroIntensity
authored
b01de95
View commit details
Copy full SHA for b01de95
Browse repository at this point
docs: imaplib idle() phrasing and linking tweaks
Forest
committed
a3f21cd
View commit details
Copy full SHA for a3f21cd
Browse repository at this point
Commits on Dec 2, 2024
docs: imaplib: avoid linking to an invalid target
Show description for 247e6b5
Forest
committed
247e6b5
View commit details
Copy full SHA for 247e6b5
Browse repository at this point
imaplib: update test after recent exception change
Show description for 79e3d83
Forest
committed
79e3d83
View commit details
Copy full SHA for 79e3d83
Browse repository at this point
imaplib: rename idle() dur argument to duration
Forest
committed
14dfd21
View commit details
Copy full SHA for 14dfd21
Browse repository at this point
imaplib: bytes.index() -> bytes.find()
Show description for 19253d1
Forest
committed
19253d1
View commit details
Copy full SHA for 19253d1
Browse repository at this point
imaplib: remove no-longer-necessary statement
Show description for b65074e
foresto
and
vadmium
authored
b65074e
View commit details
Copy full SHA for b65074e
Browse repository at this point
Commits on Dec 3, 2024
docs: imaplib: concise & valid method links
Show description for 5d8a40b
Forest
committed
5d8a40b
View commit details
Copy full SHA for 5d8a40b
Browse repository at this point
imaplib: note data types present in IDLE responses
Forest
committed
fc13f75
View commit details
Copy full SHA for fc13f75
Browse repository at this point
Commits on Dec 4, 2024
docs: imaplib: add comma to reST changes header
Show description for 3221dbc
foresto
and
picnixz
authored
3221dbc
View commit details
Copy full SHA for 3221dbc
Browse repository at this point
Commits on Dec 7, 2024
imaplib: sync doc strings with reST docs
Forest
committed
564c722
View commit details
Copy full SHA for 564c722
Browse repository at this point
docs: imaplib: minor Idler clarifications
Forest
committed
c9e8034
View commit details
Copy full SHA for c9e8034
Browse repository at this point
imaplib: idle: emit (type, [data, ...]) tuples
Show description for 9c4af2c
Forest
committed
9c4af2c
View commit details
Copy full SHA for 9c4af2c
Browse repository at this point
Commits on Dec 8, 2024
imaplib: while/yield instead of yield from iter()
Forest
committed
59e0c6a
View commit details
Copy full SHA for 59e0c6a
Browse repository at this point
Commits on Dec 9, 2024
imaplib: idle: use deadline idiom when iterating
Show description for 2e3e956
Forest
committed
2e3e956
View commit details
Copy full SHA for 2e3e956
Browse repository at this point
docs: imaplib: state duration/interval arg types
Forest
committed
bdde943
View commit details
Copy full SHA for bdde943
Browse repository at this point
docs: imaplib: minor rephrasing of a sentence
Forest
committed
b64c7a5
View commit details
Copy full SHA for b64c7a5
Browse repository at this point
docs: imaplib: reposition a paragraph
Show description for b73a365
Forest
committed
b73a365
View commit details
Copy full SHA for b73a365
Browse repository at this point
docs: imaplib: wrap long lines in idle() section
Forest
committed
ae74499
View commit details
Copy full SHA for ae74499
Browse repository at this point
docs: imaplib: note: Idler objects require 'with'
Forest
committed
92d7ce7
View commit details
Copy full SHA for 92d7ce7
Browse repository at this point
docs: imaplib: say that 29 minutes is 1740 seconds
Forest
committed
171ebf1
View commit details
Copy full SHA for 171ebf1
Browse repository at this point
Commits on Dec 10, 2024
docs: imaplib: mark a paragraph as a 'tip'
Forest
committed
5682ef4
View commit details
Copy full SHA for 5682ef4
Browse repository at this point
docs: imaplib: rephrase reference to MS Windows
Forest
committed
656e9f5
View commit details
Copy full SHA for 656e9f5
Browse repository at this point
imaplib: end doc string titles with a period
Forest
committed
3b70534
View commit details
Copy full SHA for 3b70534
Browse repository at this point
Commits on Dec 15, 2024
imaplib: idle: socket timeouts instead of select()
Show description for 60e2b6f
Forest
committed
60e2b6f
View commit details
Copy full SHA for 60e2b6f
Browse repository at this point
imaplib: Idler: rename private state attributes
Forest
committed
def6ab5
View commit details
Copy full SHA for def6ab5
Browse repository at this point
imaplib: rephrase a comment in example code
Forest
committed
8e0b6b0
View commit details
Copy full SHA for 8e0b6b0
Browse repository at this point
docs: imaplib: idle: use Sphinx code-block:: pycon
Forest
committed
08a4536
View commit details
Copy full SHA for 08a4536
Browse repository at this point
docs: whatsnew: imaplib: reformat IMAP4.idle entry
Forest
committed
c881c8b
View commit details
Copy full SHA for c881c8b
Browse repository at this point
Commits on Dec 16, 2024
imaplib: idle: make doc strings brief
Show description for 266a292
Forest
committed
266a292
View commit details
Copy full SHA for 266a292
Browse repository at this point
imaplib: Idler: split assert into two statements
Forest
committed
055a9bd
View commit details
Copy full SHA for 055a9bd
Browse repository at this point
imaplib: Idler: move assignment out of try: block
Forest
committed
4d3f020
View commit details
Copy full SHA for 4d3f020
Browse repository at this point
imaplib: Idler: move __exit__() for readability
Forest
committed
80aaf8d
View commit details
Copy full SHA for 80aaf8d
Browse repository at this point
imaplib: Idler: move __next__() for readability
Forest
committed
03b5205
View commit details
Copy full SHA for 03b5205
Browse repository at this point
imaplib: test: make IdleCmdHandler a global class
Forest
committed
83c8946
View commit details
Copy full SHA for 83c8946
Browse repository at this point
docs: imaplib: idle: collapse double-spaces
Forest
committed
be2d2b0
View commit details
Copy full SHA for be2d2b0
Browse repository at this point
Commits on Dec 17, 2024
imaplib: warn on use of undocumented 'file' attr
Forest
committed
de62a3e
View commit details
Copy full SHA for de62a3e
Browse repository at this point
imaplib: revert import reformatting
Show description for 7fc8a24
Forest
committed
7fc8a24
View commit details
Copy full SHA for 7fc8a24
Browse repository at this point
imaplib: restore original exception msg formatting
Show description for 33a1fed
Forest
committed
33a1fed
View commit details
Copy full SHA for 33a1fed
Browse repository at this point
docs: imaplib: idle: versionadded:: next
Forest
committed
40e607a
View commit details
Copy full SHA for 40e607a
Browse repository at this point
imaplib: move import statement to where it's used
Show description for 9a07f3b
Forest
committed
9a07f3b
View commit details
Copy full SHA for 9a07f3b
Browse repository at this point
imaplib test: RuntimeWarning on IMAP4.file access
Forest
committed
f47de53
View commit details
Copy full SHA for f47de53
Browse repository at this point
imaplib: use stacklevel=2 in warnings.warn()
Forest
committed
66d32a0
View commit details
Copy full SHA for 66d32a0
Browse repository at this point
imaplib test: simplify IMAP4.file warning test
Forest
committed
d619580
View commit details
Copy full SHA for d619580
Browse repository at this point
Commits on Dec 21, 2024
imaplib test: pre-idle-continuation response
Forest
committed
fc8b6f4
View commit details
Copy full SHA for fc8b6f4
Browse repository at this point
imaplib test: post-done untagged response
Forest
committed
b767ab6
View commit details
Copy full SHA for b767ab6
Browse repository at this point
Commits on Dec 22, 2024
imaplib: downgrade idle-denied exception to error
Show description for dcd0161
Forest
committed
dcd0161
View commit details
Copy full SHA for dcd0161
Browse repository at this point
Commits on Jan 9, 2025
imaplib: simplify check for socket object
Forest
committed
53c7a19
View commit details
Copy full SHA for 53c7a19
Browse repository at this point
imaplib: narrow the scope of IDLE socket timeouts
Show description for fcaf355
Forest
committed
fcaf355
View commit details
Copy full SHA for fcaf355
Browse repository at this point
Commits on Jan 10, 2025
imaplib: preserve partial reads on exception
Show description for a47bcb4
Forest
committed
a47bcb4
View commit details
Copy full SHA for a47bcb4
Browse repository at this point
imaplib: read/readline: save multipart buffer tail
Show description for 7fc4b78
Forest
committed
7fc4b78
View commit details
Copy full SHA for 7fc4b78
Browse repository at this point
Commits on Jan 20, 2025
imaplib: use TimeoutError subclass only if needed
Forest
committed
be34141
View commit details
Copy full SHA for be34141
Browse repository at this point
doc: imaplib: elaborate on IDLE response delivery
Forest
committed
e8a8509
View commit details
Copy full SHA for e8a8509
Browse repository at this point
doc: imaplib: elaborate in note re: IMAP4.response
Forest
committed
8d78010
View commit details
Copy full SHA for 8d78010
Browse repository at this point
Commits on Feb 4, 2025
Merge branch 'main' into imaplib-idle
Forest
committed
e8f0532
View commit details
Copy full SHA for e8f0532
Browse repository at this point
imaplib: comment on benefit of reading in chunks
Show description for f650dfa
Forest
committed
f650dfa
View commit details
Copy full SHA for f650dfa
Browse repository at this point
Commits on Feb 5, 2025
imaplib: readline(): treat ConnectionError as EOF
Forest
committed
3512858
View commit details
Copy full SHA for 3512858
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL