1
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Mar 01, 2025 — Mar 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove experimental code that was accidentally committed. More... over 12 years ago
do not shield cancel in wait() More... over 12 years ago
Fix connection pool. More... over 12 years ago
Fix a few bugs. More... over 12 years ago
Add chunked support. Refactor verbose printing. More... over 12 years ago
There is no URI header. More... over 12 years ago
Another fetch example, using a rudimentary connection pool. More... over 12 years ago
Use HTTP/1.1; couple of fixes/refinements. More... over 12 years ago
A succession of ever more sophisticated HTTP clients. (More to come.) More... over 12 years ago
Move stack example. More... over 12 years ago
Fold some long lines that crept in. More... over 12 years ago
Add all_tasks() and variants, get_stack(), and print_stack(). More... over 12 years ago
Change buffers to queues. More... over 12 years ago
remove tulip.http from setup.py More... over 12 years ago
remove tulip.http More... over 12 years ago
Add support for Windows named pipes. More... over 12 years ago
Fix pause() and resume() for proactor transports: they should control reading not writing. More... over 12 years ago
Unimplemented write_eof() should raise NotImplementedError. More... over 12 years ago
Add pause() and resume() to proactor write transports. More... over 12 years ago
Add write_eof() to proactor write transports. More... over 12 years ago
Add flow control pushback to StreamReader.feed_data(). More... over 12 years ago
Implement ssl socket pause()/resume(). More... over 12 years ago
Implement plain socket pause()/resume(). More... over 12 years ago
Add [can_]write_eof() for socket and ssl transports. More... over 12 years ago
Get rid of pause/resume_writing() and discard_output(). More... over 12 years ago
StreamReader feed* and set_exc* should check for waiter.cancelled(), not done. More... over 12 years ago
Add shield(). More... over 12 years ago
Fix runtests.py --forever for python 3.4. Thanks to Antoine Pitrou. More... over 12 years ago
pep8 related fixes More... over 12 years ago
fix deadlock in _SelectorSocketTransport._write_ready More... over 12 years ago