summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Closing newcancel branch.newcancelGuido van Rossum2013-09-090-0/+0
* Copy selectors changes from default to newcancel branch.Guido van Rossum2013-09-083-16/+15
* Rename EventWaiter -> Event.Guido van Rossum2013-09-085-20/+19
* Merge default into newcancel. At least this is uneventful; only 8e0b46263b35.Guido van Rossum2013-09-081-1/+1
|\
| * Fix cancellation for queue.Andrew Svetlov2013-09-042-14/+35
| * add tulip.http to packages listNikolay Kim2013-09-031-1/+1
| * testNikolay Kim2013-09-0313-852/+288
* | More cancellation tests. And catch more cases.Guido van Rossum2013-09-082-43/+80
* | Test fixes: wrong assertTrue(), top-level "yield from", test name typos.Guido van Rossum2013-09-081-8/+8
* | Fix one incorrect assertTrue(), and clarify a few things.Guido van Rossum2013-09-081-8/+8
* | Replace two incorrect assertTrue(x, y) calls with assertEqual(x, y).Guido van Rossum2013-09-081-2/+2
* | Improved handling of various cases in Task.cancel().Guido van Rossum2013-09-081-8/+6
* | Merge headsAntoine Pitrou2013-09-064-10/+47
|\ \
| * | Get rid of _FakeEventLoop in favor of run_briefly().Guido van Rossum2013-09-061-7/+19
| * | Fold long line.Guido van Rossum2013-09-061-2/+2
| * | Fix task when both task and inner waiter are cancelled.Andrew Svetlov2013-09-062-1/+26
* | | Add tasks.gather(), similar to Twisted's gatherResults().Antoine Pitrou2013-09-062-0/+236
|/ /
* | Add test for cancelling future which is waited by task.Andrew Svetlov2013-09-051-0/+16
* | Add checks to tasks_testAndrew Svetlov2013-09-051-1/+1
* | Add checks to tasks_testAndrew Svetlov2013-09-051-2/+4
* | Fix 'make coverage' commandAndrew Svetlov2013-09-041-1/+1
* | Improve test coverage for queues unit tests.Andrew Svetlov2013-09-041-0/+15
* | Refactor coverage support to allow collecting coverage for filtered tests only.Andrew Svetlov2013-09-042-54/+49
* | Fix queues cancellation.Andrew Svetlov2013-09-042-13/+35
* | Clean up test_cancel_race().Guido van Rossum2013-08-311-23/+10
* | Fix race in Lock.release(). Still need to do other lock classes.Guido van Rossum2013-08-315-77/+82
* | Change Task.cancel() behavior according to new spec. Had to disable a few tests.Guido van Rossum2013-08-303-113/+91
* | Eradicate timeout args from Future(), Task(), async().Guido van Rossum2013-08-296-152/+25
* | Eradicate timeouts from locks and queues.Guido van Rossum2013-08-295-465/+98
* | Remove timeout parameter from run_until_complete().Guido van Rossum2013-08-294-50/+10
|/
* New version of selectors.py, dropping @_select_interrupt_wrapper.Guido van Rossum2013-08-311-43/+31
* Remove ancient TODO list. Use the tracker instead.Guido van Rossum2013-08-301-26/+0
* Add C-F Natali's selectors.py from http://bugs.python.org/issue16853.Guido van Rossum2013-08-307-192/+200
* Get rid of using writable attr for main thread detection.Andrew Svetlov2013-08-302-7/+10
* Mark debug assertion in test_utils as not be analyzed by coverage.Andrew Svetlov2013-08-301-1/+1
* Update tests to get rid of some resource leaks.Andrew Svetlov2013-08-294-3/+75
* Make script docstrings and doc pointers for coverage consistent.Guido van Rossum2013-08-293-14/+12
* Merge headsAndrew Svetlov2013-08-291-1/+6
|\
| * Avoid yield in finally clause of Condition.wait().Guido van Rossum2013-08-271-1/+6
* | Add --findleaks option to runtests.pyAndrew Svetlov2013-08-291-5/+48
* | Fix tests to pass on Python 3.3 debug build.Andrew Svetlov2013-08-261-2/+3
|/
* Fold long line.Guido van Rossum2013-08-261-1/+2
* Kill unused timeout argument on internal _run_once() method.Guido van Rossum2013-08-262-20/+2
* Kill non-functional timeout=0 arg on result() and exception().Guido van Rossum2013-08-262-10/+3
* Refactor tests for proactor transports.Andrew Svetlov2013-08-261-22/+26
* Add --forever option to runtests.py, fix sporadic test errorAndrew Svetlov2013-08-262-5/+28
* Make signal module mandatory for Unix event loop.Andrew Svetlov2013-08-242-27/+6
* Remove obsolete subpocess_transport.pyAndrew Svetlov2013-08-242-220/+0
* Reduce reference cycles, drop refs to loop and protocol on connection_lostAndrew Svetlov2013-08-235-6/+63
* Move set_result() calls from try clause to else clause.Guido van Rossum2013-08-221-3/+6