index
:
delta/python-packages/trollius.git
asyncio
iocp
issue-26
master
newcancel
pep479
proactor
remove-joinable-queue
subproces-stream
subprocess_stream
traceback
trollius
trollius-py26
trollius-win
trollius_greenio
trollius_interop_asyncio
uninterpolate
bitbucket.org: Obsolete (use python-packages/trollius-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
asyncio
/
test_utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename the "asyncio" module to "trollius" to support Python 3.4
Victor Stinner
2014-05-20
1
-501
/
+0
*
Merge Tulip into Trollius
Victor Stinner
2014-03-06
1
-9
/
+6
|
\
|
*
Issue #157: Improve test_events.py, avoid run_briefly() which is not reliable
Victor Stinner
2014-03-06
1
-9
/
+6
|
*
Fix pyflakes warnings: remove unused variables and imports
Victor Stinner
2014-02-26
1
-1
/
+0
*
|
Reorder imports to reduce changes between Tulip and Trollius
Victor Stinner
2014-02-26
1
-6
/
+6
*
|
Merge with Tulip
Victor Stinner
2014-02-26
1
-12
/
+15
|
\
\
|
|
/
|
*
Replace "unittest.mock" with "mock" in unit tests
Victor Stinner
2014-02-26
1
-2
/
+2
*
|
Use "yield From(...)" syntax; set version to 0.2
Victor Stinner
2014-02-25
1
-1
/
+0
*
|
Fix unit tests on SSL sockets on Python older than 2.6.6
Victor Stinner
2014-02-25
1
-4
/
+4
*
|
Fix Python 2.6 compatibility
Victor Stinner
2014-02-20
1
-29
/
+33
*
|
Merge Tulip into Trollius
Victor Stinner
2014-02-20
1
-34
/
+154
|
\
\
|
|
/
|
/
|
|
*
Merge with Tulip
Victor Stinner
2014-02-12
1
-25
/
+46
|
|
\
|
|
*
Merge with Tulip
Victor Stinner
2014-02-10
1
-25
/
+46
|
|
|
\
|
|
|
*
Merge with Tulip
Victor Stinner
2014-02-09
1
-0
/
+1
|
|
|
|
\
|
|
|
*
\
Merge with Tulip
Victor Stinner
2014-01-27
1
-25
/
+46
|
|
|
|
\
\
|
|
|
|
*
|
Fix test_windows_utils and test_windows_events for Python 2.6:
Victor Stinner
2014-01-14
1
-0
/
+2
|
|
|
|
*
|
Workaround bugs in the ssl module of Python older than 2.6.6 (ex: system
Victor Stinner
2014-01-13
1
-5
/
+5
|
|
|
|
*
|
Oops, revert unwanted changes
Victor Stinner
2014-01-10
1
-3
/
+1
|
|
|
|
*
|
On Python 3.3+, use unittest.mock instead of mock
Victor Stinner
2014-01-10
1
-15
/
+21
|
|
|
|
*
|
Fix warnings (unclosed socket) in test_events: run the loop a little bit longer
Victor Stinner
2014-01-09
1
-7
/
+8
|
|
|
|
*
|
Rename asyncio.backport_ssl to asyncio.py3_ssl
Victor Stinner
2014-01-09
1
-2
/
+2
|
|
|
|
*
|
SSL support is now optional: don't fail if the ssl module is missing
Victor Stinner
2014-01-08
1
-1
/
+1
|
|
|
|
*
|
Use ordereddict and unittest2 backports for Python 2.6
Victor Stinner
2014-01-07
1
-48
/
+7
|
|
|
|
*
|
Reimplement missing unittest.TestCase methods
Victor Stinner
2014-01-07
1
-0
/
+32
|
|
|
|
*
|
Backport skipIf() and skipUnless() decorators of Python 2.7 unittest
Victor Stinner
2014-01-06
1
-0
/
+22
|
|
|
|
*
|
Python 2.6 does not support auto-numbering in str.format()
Victor Stinner
2014-01-06
1
-6
/
+6
|
|
|
|
*
|
Don't export backported SSLContext in the ssl module anymore to not confuse
Victor Stinner
2014-01-05
1
-1
/
+2
|
|
|
|
*
|
Copy asyncio code from previous tulip_py2 project
Victor Stinner
2014-01-03
1
-6
/
+6
*
|
|
|
|
|
asyncio: remove unused imports and unused variables noticed by pyflakes
Victor Stinner
2014-02-20
1
-1
/
+1
*
|
|
|
|
|
Fix spelling & typos
Yury Selivanov
2014-02-18
1
-2
/
+2
*
|
|
|
|
|
Add new event loop exception handling API (closes issue #80).
Yury Selivanov
2014-02-18
1
-2
/
+16
*
|
|
|
|
|
Add support for UNIX Domain Sockets. Closes issue #81.
Yury Selivanov
2014-02-18
1
-34
/
+119
|
/
/
/
/
/
*
|
|
|
|
Issue #126: call_soon(), call_soon_threadsafe(), call_later(), call_at() and
Victor Stinner
2014-02-11
1
-1
/
+4
*
|
|
|
|
Fix TestLoop, set the clock resolution
Victor Stinner
2014-02-11
1
-0
/
+1
|
/
/
/
/
*
|
|
|
Issue #112: Inline make_handle() into Handle constructor
Victor Stinner
2014-02-10
1
-2
/
+2
*
|
|
|
Remove more relics of resolution/granularity.
Guido van Rossum
2014-02-08
1
-5
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Fix granularity of test_utils.TestLoop
Victor Stinner
2014-01-30
1
-0
/
+1
|
/
/
*
|
Add a granularity attribute to BaseEventLoop: maximum between the resolution of
Victor Stinner
2014-01-25
1
-0
/
+4
|
/
*
Drop Tulip reference.
Guido van Rossum
2013-12-18
1
-1
/
+1
*
Remove duplicate import.
Guido van Rossum
2013-12-07
1
-1
/
+0
*
SSL hostname checking changes from CPython repo by Christian Heimes.
Guido van Rossum
2013-12-06
1
-3
/
+3
*
Incorporate selectors.py refactoring from CPython repo.
Guido van Rossum
2013-12-02
1
-0
/
+14
*
CPython issue #19297: fix resource warnings. Patch by Vajrasky Kok.
Guido van Rossum
2013-10-20
1
-0
/
+1
*
CPython issue #19305: fix sporadic test_asyncio failure on FreeBSD 10.0.
Guido van Rossum
2013-10-20
1
-0
/
+15
*
Merge
Guido van Rossum
2013-10-17
1
-1
/
+1
*
Merge
Guido van Rossum
2013-10-17
1
-2
/
+6
*
Merge
Guido van Rossum
2013-10-16
1
-0
/
+7
*
In test_utils.py, try two locations for test key/cert files.
Guido van Rossum
2013-10-15
1
-0
/
+7
*
Rename tulip package to asyncio.
Guido van Rossum
2013-10-14
1
-0
/
+228