Commit Graph

  • c1fd323d25 OpenDev Migration Patch debian/newton OpenDev Sysadmins 2019-04-19 19:31:46 +00:00
  • 0ce9dcbc0e Merge pull request #11 from adamchainz/readthedocs.io trollius Victor Stinner 2016-12-05 14:27:18 +01:00
  • a72d9fe183 Merge pull request #9 from pavan123k/patch-1 Victor Stinner 2016-12-05 14:26:53 +01:00
  • 2bc0de88be Uploading to unstable Thomas Goirand 2016-10-04 15:12:16 +02:00
  • d09ea0cb2f Mass changes Ondřej Nový 2016-09-26 19:16:04 +02:00
  • 1763a4152a Add a .gitreview file Thomas Goirand 2016-08-24 11:51:39 +02:00
  • b64b2d966b Fixed debian/gbp.conf to use debian/newton as packaging branch. Thomas Goirand 2016-08-11 21:12:28 +02:00
  • 20544a6167 Convert readthedocs link for their .org -> .io migration for hosted projects Adam Chainz 2016-06-02 22:02:32 +01:00
  • a31c56049a d/rules: Changed UPSTREAM_GIT protocol to https Ondřej Nový 2016-05-19 21:36:53 +02:00
  • 907fac43a5 From(proc.wait()) instead of form proc.wait() pavan123k 2016-02-23 17:05:45 -08:00
  • dc11b97a0f post-release: set version to 2.2 Victor Stinner 2016-02-19 14:44:53 +01:00
  • 957ae236e6 Update the homepage field (Closes: #814979). debian/2.1_b1-3 Thomas Goirand 2016-02-17 17:52:43 +00:00
  • 746c9ccbb7 Added openstack-pkg-tools as build-depends (Closes: #814986). debian/2.1_b1-2 Thomas Goirand 2016-02-17 12:45:20 +00:00
  • 98ba7f8569 Deprecate Trollius trollius-2.1 Victor Stinner 2016-02-05 15:42:16 +01:00
  • 1370725706 Fixed debian/copyright years and order. debian/2.1_b1-1 Thomas Goirand 2016-02-05 12:28:38 +00:00
  • 2c7f6ac0a0 set version to 2.1 Victor Stinner 2016-02-05 13:26:19 +01:00
  • 785d687de2 VCS urls using https. Thomas Goirand 2016-02-05 12:27:14 +00:00
  • bafbfdea32 Standards-Version is now 3.9.6 (no change). Thomas Goirand 2016-02-05 12:26:20 +00:00
  • 5641f314fb document the win32 fix Victor Stinner 2016-02-05 13:25:27 +01:00
  • 78f68b9f52 Removed patches. Thomas Goirand 2016-02-05 12:24:23 +00:00
  • bb4ed1f2b0 Now packaging 2.1~b1 Thomas Goirand 2016-02-05 12:23:42 +00:00
  • 20cb43c734 Merge tag '2.1_b1' into debian/unstable Thomas Goirand 2016-02-05 12:23:30 +00:00
  • 985e789b4c Merge pull request #6 from mindw/fix_win32_test Victor Stinner 2016-02-05 13:23:04 +01:00
  • f7a315a225 Fix CoroWrapper.throw() 2.1_b1 Victor Stinner 2016-02-05 13:15:50 +01:00
  • 9fb2a3d010 Ugly hack to support Python 3.5 with the PEP 479 Victor Stinner 2016-02-05 12:22:48 +01:00
  • a8b8ad449c Drop support of Python 2.6 and 3.2 Victor Stinner 2016-02-05 12:59:42 +01:00
  • e1a4ed96d6 document change on exception Victor Stinner 2016-02-05 12:28:08 +01:00
  • e22a30b026 Fix Future on Python 3.5 Victor Stinner 2016-02-05 11:55:55 +01:00
  • 210897fd95 Added fix-py35-compat.patch. before-merge Thomas Goirand 2016-02-05 09:36:47 +00:00
  • e41613ecfd Fixed unit tests running. Thomas Goirand 2016-02-05 09:10:16 +00:00
  • 1bf7b6980e Fixed gbp.conf Thomas Goirand 2016-02-05 09:08:14 +00:00
  • a60774ac5b Remove diff with upstream (happened after the switch from hg to git). Thomas Goirand 2016-02-05 17:04:38 +08:00
  • 9426364de0 * Move some build-depends into build-depends-indep. * Remove Pre-Depends on dpkg. Thomas Goirand 2016-02-05 17:02:34 +08:00
  • 0b2096d57a Testing with all versions of Python(3). Thomas Goirand 2016-02-05 17:00:59 +08:00
  • cba1382ea7 Closes: #812309 Thomas Goirand 2016-02-05 16:59:06 +08:00
  • 49fea566c7 Removed non-active maintainers from uploaders. Thomas Goirand 2016-02-05 16:58:40 +08:00
  • 63b1dc70f8 Now packaging 2.0 Thomas Goirand 2016-02-05 16:57:44 +08:00
  • 46a833b141 Merge tag '2.0' into debian/unstable Thomas Goirand 2016-02-05 16:57:18 +08:00
  • 0a37b6da3a Fixed new upstream VCS URLs in debian/rules. Thomas Goirand 2016-02-05 16:54:25 +08:00
  • b335213a8e ignore inline built extensions Gabi Davar 2015-11-13 13:32:13 +02:00
  • 056a39469a fix test on py2 win32 Gabi Davar 2015-11-13 13:31:14 +02:00
  • 5388ec1ac1 Merge pull request #5 from imkin/trollius Victor Stinner 2015-11-13 09:07:22 +01:00
  • f285592a71 better exception traceback Dhawal Yogesh Bhanushali 2015-11-12 18:37:25 -08:00
  • 0727ad2b6d Merge asyncio into trollius Victor Stinner 2015-09-08 22:55:49 +02:00
  • 8d79c57726 Fix Task.get_stask() for 'async def' coroutines master Yury Selivanov 2015-08-14 15:29:28 -04:00
  • f3ed6c3e8a Fix asyncio tests on windows Yury Selivanov 2015-08-09 18:19:30 -04:00
  • f411181296 queues: Fix getter-cancellation with many pending getters code path Yury Selivanov 2015-08-06 13:59:28 -04:00
  • f57cfc623a Make sure BaseException is re-raised in SSLProtocol Yury Selivanov 2015-08-05 12:01:51 -04:00
  • 1dd213ee66 Merge PR #256: fix issue23812 of queues loosing items on cancellation Yury Selivanov 2015-08-05 13:47:44 -04:00
  • 5d71b68fdb Run asyncio with python nightly builds too on travis Yury Selivanov 2015-08-05 12:06:19 -04:00
  • 27f3499f96 Use '==' operator instead of 'is' Yury Selivanov 2015-08-04 15:35:46 -04:00
  • 51a3206600 Revert "tasks: Fix code style" Yury Selivanov 2015-08-02 16:47:28 -04:00
  • 4851618b6b tasks: Fix code style Yury Selivanov 2015-08-02 10:23:11 -04:00
  • 4f45ac71aa Use compat.PY34 Victor Stinner 2015-07-31 17:59:13 +02:00
  • 5eac181ac5 Fix ResourceWarning in BaseSubprocessTransport Victor Stinner 2015-07-31 17:44:49 +02:00
  • ce41fba64d Fix ResourceWarning warnings in test_streams Victor Stinner 2015-07-24 22:03:00 +02:00
  • 13b71a16ee Add closing read-only property to transports closing Victor Stinner 2015-07-20 17:18:59 +02:00
  • 9bb67431ad remove unused imports Victor Stinner 2015-07-19 01:16:46 +02:00
  • f25cb291d8 fix windows_utils: add missing "import six" Victor Stinner 2015-07-19 01:14:28 +02:00
  • b13b14a88f fix test_utils: add missing "import six" Victor Stinner 2015-07-19 01:13:18 +02:00
  • d1630dc71a doc: add libraries Victor Stinner 2015-07-18 23:32:44 +02:00
  • d9d88818ab setup.py: don't use bdist_wheel Victor Stinner 2015-07-17 18:46:08 +02:00
  • ce3ad816a2 Return True from StreamReader.eof_received() to fix http://bugs.python.org/issue24539 (but still needs a unittest). Add StreamReader.__repr__() for easy debugging. Guido van Rossum 2015-07-14 13:06:47 +02:00
  • d444158a05 Use the six module Victor Stinner 2015-07-13 18:54:45 +02:00
  • a0bad4611a update TODO list Victor Stinner 2015-07-13 18:49:46 +02:00
  • 9414da199d test_utils.py: remove assertRaisesRegex Victor Stinner 2015-07-13 18:31:35 +02:00
  • 306b7b20a5 post-release: set version to 2.0.1 Victor Stinner 2015-07-13 18:29:52 +02:00
  • 5e9854d7b7 update release procedure trollius-2.0 2.0 Victor Stinner 2015-07-13 18:20:03 +02:00
  • 5d4fcb54a4 prepare release 2.0 Victor Stinner 2015-07-13 18:19:12 +02:00
  • 4a3cad7b7a Fix TestCase.tearDown() for skipped tests Victor Stinner 2015-07-13 17:54:46 +02:00
  • 242222face Fix sslproto when ssl is not available Victor Stinner 2015-07-13 17:33:39 +02:00
  • 14bdbc05ee changelog: summary Victor Stinner 2015-07-13 16:55:13 +02:00
  • b4f24c2843 cleanup changelog Victor Stinner 2015-07-12 00:25:50 +02:00
  • 05ecc3ccf7 update doc Victor Stinner 2015-07-11 16:01:12 +02:00
  • b5e33de48e Enable warnings to see ResourceWarning on Python 3 Victor Stinner 2015-07-11 16:38:21 +02:00
  • 1ade79951d Test without ssl or without concurrent Victor Stinner 2015-07-11 16:11:26 +02:00
  • e82d8c676a Fix Python 3.2 compat Victor Stinner 2015-07-11 12:21:51 +02:00
  • 2173eee4d2 fix 2.6 compat Victor Stinner 2015-07-11 12:14:18 +02:00
  • 53bf283c29 don't commit in update-asyncio-step3.sh Victor Stinner 2015-07-11 12:03:16 +02:00
  • 16b46b383c Merge asyncio into trollius Victor Stinner 2015-07-11 12:01:55 +02:00
  • 61199a49a0 enhance git merge Victor Stinner 2015-07-11 11:48:22 +02:00
  • fe8894a6ab rename compat.py to be able to merge asyncio Victor Stinner 2015-07-11 11:41:44 +02:00
  • cfcc3c0f51 update scripts to git Victor Stinner 2015-07-11 11:38:14 +02:00
  • 05e99d691b rename update-tulip...sh scripts to update-asyncio-...sh Victor Stinner 2015-07-11 11:37:07 +02:00
  • 53a8e99b50 port update-tulip-step1.sh to git+github Victor Stinner 2015-07-11 11:35:40 +02:00
  • 1f85dc7d6b Issue #234: Drop JoinableQueue on Python 3.5+ Victor Stinner 2015-07-10 22:51:13 +02:00
  • a3bce3b5c2 Merge pull request #254 from haypo/compat Victor Stinner 2015-07-10 22:03:30 +02:00
  • 3b6a64a9fb Add asyncio.compat module Victor Stinner 2015-07-09 22:52:48 +02:00
  • 3acc9d0317 fix test_events on python 3.4.0 and 3.4.1 Victor Stinner 2015-07-09 12:05:47 +02:00
  • f751a25ebf Fix PipeHandle.__del__ on Python 2 Victor Stinner 2015-07-09 11:54:16 +02:00
  • 170c465d22 subprocess.Popen doesn't support context manager on Python 2 Victor Stinner 2015-07-09 11:47:24 +02:00
  • e752c82a05 getaddrinfo() doesn't support keywords on Python 2 Victor Stinner 2015-07-09 11:41:21 +02:00
  • d735bba971 fix import Victor Stinner 2015-07-09 11:36:36 +02:00
  • d15529ba71 get unittest from trollius.test_utils Victor Stinner 2015-07-09 11:23:14 +02:00
  • 4c6a4e1784 Fix import on windows Victor Stinner 2015-07-09 11:16:24 +02:00
  • 67bf1da756 update doc for unittest2 Victor Stinner 2015-07-09 02:52:51 +02:00
  • 30f5c84f30 Merge branch 'master' into trollius Victor Stinner 2015-07-09 02:46:26 +02:00
  • 46c187af26 replace tulip with asyncio Victor Stinner 2015-07-09 02:43:11 +02:00
  • f5ae096b69 Replace Tulip with asyncio in test comments Victor Stinner 2015-07-09 02:41:01 +02:00
  • c335bfe499 queues.py: import coroutine from .coroutines Victor Stinner 2015-07-09 02:40:44 +02:00