This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients David.Edelsohn, benjamin.peterson, georg.brandl, giampaolo.rodola, gvanrossum, koobs, larry, ned.deily, pitrou, python-dev, sbt, serhiy.storchaka, skrah, vstinner
Date 2013-10-18.22:31:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382135492.97.0.823772976557.issue19262@psf.upfronthosting.co.za>
In-reply-to
Content
I've landed a bunch of stuff, and now I am pretty happy. It's also soon going to be weekend, which means family time, so I really hope everyone else is also happy. :-)

A summary of what changed since the initial asyncio checkin:

- Rename the logger to plain "logger".
- Rename Transport.pause/resume to pause_reading/pause_writing.
- Important race condition fix.
- Write flow control for asyncio! (And asyncio/streams.py overhaul.)

And in the tests:

- Make the tests run on Windows.
- Relax various test timeouts to reduce flakiness on slow buildbots.
History
Date User Action Args
2013-10-18 22:31:33gvanrossumsetrecipients: + gvanrossum, georg.brandl, pitrou, vstinner, larry, giampaolo.rodola, benjamin.peterson, ned.deily, skrah, python-dev, sbt, serhiy.storchaka, koobs, David.Edelsohn
2013-10-18 22:31:32gvanrossumsetmessageid: <1382135492.97.0.823772976557.issue19262@psf.upfronthosting.co.za>
2013-10-18 22:31:32gvanrossumlinkissue19262 messages
2013-10-18 22:31:32gvanrossumcreate