index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
asyncio
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-30805: Avoid race condition with debug logging (GH-7545)
Yury Selivanov
2018-06-08
1
-2/+4
*
bpo-33694: Fix typo in helper function name (GH-7522)
Victor Stinner
2018-06-08
3
-3/+3
*
bpo-33792: Add selector and proactor windows policies (GH-7487)
Yury Selivanov
2018-06-08
1
-3/+8
*
bpo-33694: Fix race condition in asyncio proactor (GH-7498)
Victor Stinner
2018-06-07
3
-145/+73
*
bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403)
Yury Selivanov
2018-06-05
2
-3/+6
*
bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321)
Yury Selivanov
2018-06-04
4
-37/+39
*
bpo-33238: Add InvalidStateError to concurrent.futures. (GH-7056)
jhaydaman
2018-05-30
1
-6/+2
*
Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (#7232)
Yury Selivanov
2018-05-30
1
-7/+0
*
bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216)
Elvis Pranskevichus
2018-05-29
1
-2/+21
*
bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (G...
Yury Selivanov
2018-05-29
1
-1/+13
*
bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)
Yury Selivanov
2018-05-29
1
-0/+7
*
bpo-33353: test_asyncio use set_write_buffer_limits() (GH-7200)
Victor Stinner
2018-05-29
1
-1/+1
*
bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (#7...
Yury Selivanov
2018-05-29
1
-4/+7
*
bpo-33674: Pause the transport as early as possible (#7192)
Yury Selivanov
2018-05-29
1
-2/+5
*
bpo-33674: asyncio: Fix SSLProtocol race (GH-7175)
Victor Stinner
2018-05-28
1
-1/+1
*
bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172)
Yury Selivanov
2018-05-28
2
-2/+9
*
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)
Yury Selivanov
2018-05-28
3
-3/+16
*
bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171)
Yury Selivanov
2018-05-28
1
-0/+3
*
bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161)
Yury Selivanov
2018-05-28
2
-40/+50
*
bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)
Yury Selivanov
2018-05-28
6
-26/+107
*
bpo-33505: Optimize asyncio.ensure_future by reordering if conditions (GH-6836)
jimmylai
2018-05-28
1
-5/+5
*
bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149)
twisteroid ambassador
2018-05-28
1
-1/+1
*
bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450)
Vlad Starostin
2018-05-21
1
-3/+9
*
bpo-32262: Fix typo in f-string (GH-7016)
Christian Heimes
2018-05-20
1
-1/+1
*
bpo-33584: Fix several minor bugs in asyncio. (GH-7003)
Serhiy Storchaka
2018-05-20
1
-1/+1
*
bpo-26819: Prevent proactor double read on resume (#6921)
CtrlZvi
2018-05-20
1
-1/+7
*
bpo-33332: Add signal.valid_signals() (GH-6581)
Antoine Pitrou
2018-05-04
1
-2/+2
*
Fix duplicating words words. (GH-6296)
Serhiy Storchaka
2018-03-28
1
-1/+1
*
Fix senfile typo (#6265)
Sam Dunster
2018-03-28
1
-1/+1
*
bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044)
Andrew Svetlov
2018-03-10
1
-1/+5
*
bpo-32622: Native sendfile on windows (#5565)
Andrew Svetlov
2018-02-25
2
-1/+91
*
bpo-32841: Fix cancellation in awaiting asyncio.Condition (#5665)
Bar Harel
2018-02-14
1
-1/+5
*
bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466)
Bar Harel
2018-02-02
1
-10/+22
*
Implement TimerHandle.when() (#5473)
Andrew Svetlov
2018-02-01
1
-0/+8
*
bpo-32251: Fix docs (#5408)
Yury Selivanov
2018-01-29
1
-1/+1
*
bpo-32251: Implement asyncio.BufferedProtocol. (#4755)
Yury Selivanov
2018-01-28
3
-37/+241
*
bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392)
Yury Selivanov
2018-01-28
1
-2/+2
*
bpo-32622: Normalize ENOTCONN to ConnectionError on macOS (GH-5369)
Yury Selivanov
2018-01-27
1
-0/+11
*
bpo-32622: Enforce sendfile fallback policy for FALLBACK transports (#5364)
Yury Selivanov
2018-01-27
1
-1/+6
*
bpo-32622: Implement loop.sendfile() (#5271)
Andrew Svetlov
2018-01-27
7
-4/+219
*
bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
Christian Heimes
2018-01-27
1
-6/+0
*
bpo-32574: Fix leaks in asyncio.Queue.put() and .get() (#5208)
José Melero Fernández
2018-01-25
1
-2/+10
*
bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312)
Yury Selivanov
2018-01-25
3
-30/+132
*
bpo-32391: Implement StreamWriter.wait_closed() (#5281)
Andrew Svetlov
2018-01-24
1
-9/+27
*
bpo-32636: Fix @asyncio.coroutine debug mode bug exposed by gh-5250 (#5291)
Nathaniel J. Smith
2018-01-24
1
-1/+2
*
bpo-32643: Drop support for a few private Task and Future APIs. (#5293)
Yury Selivanov
2018-01-24
2
-18/+18
*
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
2018-01-23
7
-36/+55
*
bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown (#5262)
Yury Selivanov
2018-01-21
2
-15/+35
*
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith
2018-01-21
2
-66/+16
*
bpo-32410: Make SendfileNotAvailableError exception public (#5243)
Andrew Svetlov
2018-01-19
3
-16/+19
[next]