Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b31d8689
Commit
b31d8689
authored
Feb 20, 2014
by
Yury Selivanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Misc/NEWS: Add some missing news items re asyncio.
parent
d3d02d50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
Misc/NEWS
Misc/NEWS
+19
-0
No files found.
Misc/NEWS
View file @
b31d8689
...
...
@@ -26,6 +26,25 @@ Core and Builtins
Library
-------
-
Issue
#
20566
:
Change
asyncio
.
as_completed
()
to
use
a
Queue
,
to
avoid
O
(
N
**
2
)
behavior
.
-
Issue
#
20704
:
Implement
new
debug
API
in
asyncio
.
Add
new
methods
BaseEventLoop
.
set_debug
()
and
BaseEventLoop
.
get_debug
().
Add
support
for
setting
'asyncio.tasks._DEBUG'
variable
with
'PYTHONASYNCIODEBUG'
environment
variable
.
-
asyncio
:
Refactoring
and
fixes
:
BaseEventLoop
.
sock_connect
()
raises
an
error
if
the
address
is
not
resolved
;
use
__slots__
in
Handle
and
TimerHandle
;
as_completed
()
and
wait
()
raise
TypeError
if
the
passed
list
of
Futures
is
a
single
Future
;
call_soon
()
and
other
'call_*()'
functions
raise
TypeError
if
the
passed
callback
is
a
coroutine
function
;
_ProactorBasePipeTransport
uses
_FlowControlMixin
;
WriteTransport
.
set_write_buffer_size
()
calls
_maybe_pause_protocol
()
to
consider
pausing
receiving
if
the
watermark
limits
have
changed
;
fix
_check_resolved_address
()
for
IPv6
address
;
and
other
minor
improvements
,
along
with
multiple
documentation
updates
.
-
Issue
#
20684
:
Fix
inspect
.
getfullargspec
()
to
not
to
follow
__wrapped__
chains
.
Make
its
behaviour
consistent
with
bound
methods
first
argument
.
Patch
by
Nick
Coghlan
and
Yury
Selivanov
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment