summaryrefslogtreecommitdiff
path: root/asyncio/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Rename the "asyncio" module to "trollius" to support Python 3.4Victor Stinner2014-05-201-501/+0
* Merge Tulip into TrolliusVictor Stinner2014-03-061-9/+6
|\
| * Issue #157: Improve test_events.py, avoid run_briefly() which is not reliableVictor Stinner2014-03-061-9/+6
| * Fix pyflakes warnings: remove unused variables and importsVictor Stinner2014-02-261-1/+0
* | Reorder imports to reduce changes between Tulip and TrolliusVictor Stinner2014-02-261-6/+6
* | Merge with TulipVictor Stinner2014-02-261-12/+15
|\ \ | |/
| * Replace "unittest.mock" with "mock" in unit testsVictor Stinner2014-02-261-2/+2
* | Use "yield From(...)" syntax; set version to 0.2Victor Stinner2014-02-251-1/+0
* | Fix unit tests on SSL sockets on Python older than 2.6.6Victor Stinner2014-02-251-4/+4
* | Fix Python 2.6 compatibilityVictor Stinner2014-02-201-29/+33
* | Merge Tulip into TrolliusVictor Stinner2014-02-201-34/+154
|\ \ | |/ |/|
| * Merge with TulipVictor Stinner2014-02-121-25/+46
| |\
| | * Merge with TulipVictor Stinner2014-02-101-25/+46
| | |\
| | | * Merge with TulipVictor Stinner2014-02-091-0/+1
| | | |\
| | | * \ Merge with TulipVictor Stinner2014-01-271-25/+46
| | | |\ \
| | | | * | Fix test_windows_utils and test_windows_events for Python 2.6:Victor Stinner2014-01-141-0/+2
| | | | * | Workaround bugs in the ssl module of Python older than 2.6.6 (ex: systemVictor Stinner2014-01-131-5/+5
| | | | * | Oops, revert unwanted changesVictor Stinner2014-01-101-3/+1
| | | | * | On Python 3.3+, use unittest.mock instead of mockVictor Stinner2014-01-101-15/+21
| | | | * | Fix warnings (unclosed socket) in test_events: run the loop a little bit longerVictor Stinner2014-01-091-7/+8
| | | | * | Rename asyncio.backport_ssl to asyncio.py3_sslVictor Stinner2014-01-091-2/+2
| | | | * | SSL support is now optional: don't fail if the ssl module is missingVictor Stinner2014-01-081-1/+1
| | | | * | Use ordereddict and unittest2 backports for Python 2.6Victor Stinner2014-01-071-48/+7
| | | | * | Reimplement missing unittest.TestCase methodsVictor Stinner2014-01-071-0/+32
| | | | * | Backport skipIf() and skipUnless() decorators of Python 2.7 unittestVictor Stinner2014-01-061-0/+22
| | | | * | Python 2.6 does not support auto-numbering in str.format()Victor Stinner2014-01-061-6/+6
| | | | * | Don't export backported SSLContext in the ssl module anymore to not confuseVictor Stinner2014-01-051-1/+2
| | | | * | Copy asyncio code from previous tulip_py2 projectVictor Stinner2014-01-031-6/+6
* | | | | | asyncio: remove unused imports and unused variables noticed by pyflakesVictor Stinner2014-02-201-1/+1
* | | | | | Fix spelling & typosYury Selivanov2014-02-181-2/+2
* | | | | | Add new event loop exception handling API (closes issue #80).Yury Selivanov2014-02-181-2/+16
* | | | | | Add support for UNIX Domain Sockets. Closes issue #81.Yury Selivanov2014-02-181-34/+119
|/ / / / /
* | | | | Issue #126: call_soon(), call_soon_threadsafe(), call_later(), call_at() andVictor Stinner2014-02-111-1/+4
* | | | | Fix TestLoop, set the clock resolutionVictor Stinner2014-02-111-0/+1
|/ / / /
* | | | Issue #112: Inline make_handle() into Handle constructorVictor Stinner2014-02-101-2/+2
* | | | Remove more relics of resolution/granularity.Guido van Rossum2014-02-081-5/+0
| |_|/ |/| |
* | | Fix granularity of test_utils.TestLoopVictor Stinner2014-01-301-0/+1
|/ /
* | Add a granularity attribute to BaseEventLoop: maximum between the resolution ofVictor Stinner2014-01-251-0/+4
|/
* Drop Tulip reference.Guido van Rossum2013-12-181-1/+1
* Remove duplicate import.Guido van Rossum2013-12-071-1/+0
* SSL hostname checking changes from CPython repo by Christian Heimes.Guido van Rossum2013-12-061-3/+3
* Incorporate selectors.py refactoring from CPython repo.Guido van Rossum2013-12-021-0/+14
* CPython issue #19297: fix resource warnings. Patch by Vajrasky Kok.Guido van Rossum2013-10-201-0/+1
* CPython issue #19305: fix sporadic test_asyncio failure on FreeBSD 10.0.Guido van Rossum2013-10-201-0/+15
* MergeGuido van Rossum2013-10-171-1/+1
* MergeGuido van Rossum2013-10-171-2/+6
* MergeGuido van Rossum2013-10-161-0/+7
* In test_utils.py, try two locations for test key/cert files.Guido van Rossum2013-10-151-0/+7
* Rename tulip package to asyncio.Guido van Rossum2013-10-141-0/+228