[Python-modules-commits] [python-async] 03/08: Merge tag 'upstream/0.6.2'
Takaki Taniguchi
takaki at moszumanska.debian.org
Wed Nov 25 12:54:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
takaki pushed a commit to branch master
in repository python-async.
commit 0c1e17b032071000450bc336a495624fb2d98fc4
Merge: 4457a05 1f57e7b
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date: Wed Nov 25 21:46:05 2015 +0900
Merge tag 'upstream/0.6.2'
Upstream version 0.6.2
# gpg: 2015年11月25日 21時46分05秒 JSTにRSA鍵ID 28A5E257で施された署名
# gpg: “TANIGUCHI Takaki <takaki at media-as.org>”からの正しい署名
# gpg: 別名“TANIGUCHI Takaki <takaki at asis.media-as.org>”
# gpg: 別名“TANIGUCHI Takaki <taniguchi.takaki at gmail.com>”
# gpg: 別名“TANIGUCHI Takaki <takaki at debian.org>”
# gpg: 別名“TANIGUCHI Takaki <takaki at debian.or.jp>”
# gpg: 別名“TANIGUCHI Takaki <takaki at takaki.media-as.org>”
# gpg: 別名“TANIGUCHI Takaki <takaki at nagoya-u.jp>”
LICENSE | 30 +
MANIFEST.in | 13 +
PKG-INFO | 19 +-
README | 38 --
__init__.py | 42 --
async.egg-info/PKG-INFO | 25 +
async.egg-info/SOURCES.txt | 25 +
async.egg-info/dependency_links.txt | 1 +
async.egg-info/top_level.txt | 1 +
async.egg-info/zip-safe | 1 +
async/__init__.py | 10 +
async/channel.py | 388 ++++++++++++
async/graph.py | 130 +++++
async/pool.py | 514 ++++++++++++++++
async/task.py | 243 ++++++++
async/test/__init__.py | 4 +
async/test/lib.py | 20 +
async/test/task.py | 205 +++++++
async/test/test_channel.py | 110 ++++
async/test/test_example.py | 45 ++
async/test/test_graph.py | 86 +++
async/test/test_performance.py | 57 ++
async/test/test_pool.py | 427 ++++++++++++++
async/test/test_thread.py | 57 ++
async/thread.py | 218 +++++++
async/util.py | 283 +++++++++
channel.py | 381 ------------
graph.py | 126 ----
mod/__init__.py | 0
mod/zlibmodule.c | 1104 -----------------------------------
pool.py | 508 ----------------
setup.cfg | 5 +
setup.py | 135 +++--
task.py | 242 --------
test/__init__.py | 0
test/lib.py | 6 -
test/mod/__init__.py | 0
test/mod/test_zlib.py | 70 ---
test/task.py | 202 -------
test/test_channel.py | 98 ----
test/test_example.py | 44 --
test/test_graph.py | 80 ---
test/test_performance.py | 51 --
test/test_pool.py | 482 ---------------
test/test_task.py | 15 -
test/test_thread.py | 44 --
thread.py | 206 -------
util.py | 279 ---------
48 files changed, 2989 insertions(+), 4081 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-async.git
More information about the Python-modules-commits
mailing list