Commit Graph

1246 Commits

Author SHA1 Message Date
Roman Mogylatov
69602dc3de Bump version to 3.14.4 2019-01-05 21:38:07 -05:00
Roman Mogylatov
673796b4b7 Add Vlad Ghita to the list of contributors 2019-01-05 21:37:50 -05:00
Vlad Ghita
9ef616a148 Fix typo. (#214) 2019-01-05 17:07:23 -05:00
Vlad Ghita
5bb49b9af5 Fix typo. (#214) 2019-01-04 08:11:55 -05:00
Roman Mogylatov
5cf5bdda24 Merge branch 'release/3.14.3' into master 2018-12-22 21:07:52 +02:00
Roman Mogylatov
5d94fa96b3 Bump version to 3.14.3 2018-12-22 21:02:00 +02:00
Roman Mogylatov
7c47c67808
Update Cython to 0.29.2 (#213)
* Update Cython to 0.29.2

* Regenerate C sources

* Update changelog
2018-12-22 21:00:30 +02:00
Roman Mogylatov
2792d02455
Add support of six 1.12 (#212)
* Increase range of six versions to 1.12

* Update changelog
2018-12-22 20:50:25 +02:00
Roman Mogylatov
f4f773be5a
Copying providers with sys stream injections (#211)
* Add fix + tests

* Update changelog
2018-12-22 20:37:53 +02:00
Roman Mogylatov
2d0a91efbf Merge branch 'release/3.14.2' into master 2018-11-08 23:13:11 +02:00
Roman Mogylatov
dc85b2e981 Set Cython language_level=2 2018-11-08 23:12:50 +02:00
Roman Mogylatov
15a3031da6 Merge branch 'release/3.14.1' into master 2018-11-08 22:59:42 +02:00
Roman Mogylatov
1f2c626b03 Bump version to 3.14.1 2018-11-08 22:59:21 +02:00
Roman Mogylatov
ce3ea6c9c1 Upgrade to Cython 0.29 2018-11-08 22:58:17 +02:00
Roman Mogylatov
3e73555869 Remove assertEquals from tests 2018-11-08 22:55:01 +02:00
Roman Mogylatov
b1e166dcd5 Fix issue #208 2018-11-08 22:49:41 +02:00
Roman Mogylatov
62b0f914b9 Merge branch 'release/3.14.0' into master 2018-10-19 13:01:54 +03:00
Roman Mogylatov
84e2fd717f Bump version to 3.14.0 2018-10-19 13:00:55 +03:00
Roman Mogylatov
ea0f9d8306 Update doc blocks with *args and **kwargs 2018-10-19 12:56:41 +03:00
Roman Mogylatov
9a785de4b5
Coroutine provider (#206)
* Add coroutine provider examples

* Add coroutine provier

* Update changelog

* Update static analysis travis jobs to python 3.7

* Update coroutine provider implementation for python 3.4

* Update static analysis travis jobs to python 3.6

* Make pycode style happy

* Add tests for coroutine providers

* Make coroutine tests python 2 syntax friendly

* Split tests to python2 and python3

* Refactor coroutine provider tests

* Modify pypy tests running command

* Update coroutine provider docs
2018-10-18 19:39:19 +03:00
Roman Mogylatov
ac0e5eb26a Regenerate C sources using Cython 0.28.5 2018-10-15 07:46:27 +03:00
Roman Mogylatov
829eed2222 Merge branch 'release/3.13.2' into master 2018-09-02 21:02:16 +03:00
Roman Mogylatov
b3a6aeae41 Bump version to 3.13.2 2018-09-02 21:01:19 +03:00
Tobias Happ
bd855ace58 Adds tests in MANIFEST.in (#204) 2018-09-02 20:54:06 +03:00
Roman Mogylatov
b2b69b34bb Add benchmark of Factory provider 2018-08-20 22:14:52 +03:00
Roman Mogylatov
1cd3bd18e8 Merge branch 'release/3.13.1' into master 2018-08-17 00:28:18 +03:00
Roman Mogylatov
883fc951a3 Bump version to 3.13.1 2018-08-17 00:27:49 +03:00
Roman Mogylatov
1c0f2e7bf1 Merge branch 'release/3.13.0' into master 2018-08-17 00:19:01 +03:00
Roman Mogylatov
bd43d62f98 Bump version to 3.13.0 2018-08-17 00:18:35 +03:00
Roman Mogylatov
0757f492a5 Update changelog 2018-08-17 00:17:57 +03:00
Roman Mogylatov
7daf23eb2b Add python 3.7 to the list of classifiers 2018-08-17 00:17:47 +03:00
Roman Mogylatov
d90b794568 Add python 3.7 support 2018-08-17 00:13:41 +03:00
Roman Mogylatov
4cdc5bce56 Drop python 2.6 and 3.3 support 2018-08-17 00:06:20 +03:00
Roman Mogylatov
e13d3b4271 Try remove py3 - virtualenv16 incompatibility fix 2018-08-17 00:01:26 +03:00
Roman Mogylatov
7aa07449b2 Bump version to 3.12.5 2018-08-16 23:53:22 +03:00
Roman Mogylatov
2a051ffd70 Add factory patterns to docs 2018-08-16 23:52:56 +03:00
Roman Mogylatov
50af2508e8 Add factory patterns 2018-08-16 23:52:29 +03:00
Roman Mogylatov
8cc00dee83 Merge branch 'release/3.12.4' into master 2018-07-26 10:33:35 +03:00
Roman Mogylatov
875dcbf8f2 Update changelog for 3.12.4 2018-07-26 10:23:27 +03:00
Roman Mogylatov
49d74cb66a Bump version to 3.12.4 2018-07-26 10:23:16 +03:00
Roman Mogylatov
18393eb9ed Apply refactoring #199 2018-07-26 10:22:43 +03:00
Roman Mogylatov
461c546d31 Fix bug #200 2018-07-26 10:16:02 +03:00
Roman Mogylatov
4bfaf92099 Refactor tests 2018-07-26 10:08:46 +03:00
Roman Mogylatov
0f35208650 Merge branch 'release/3.12.3' into master 2018-07-24 23:27:45 +03:00
Roman Mogylatov
cc35e1fdb2 Regenerate C sources using Cython 0.28.4 2018-07-24 23:21:59 +03:00
Roman Mogylatov
f77e91cdac Bump version to 3.12.3 2018-07-24 23:14:08 +03:00
Roman Mogylatov
48ac3824cb Fix bug #198 2018-07-24 23:09:56 +03:00
Roman Mogylatov
699eb74a66 Merge branch 'release/3.12.2' into master 2018-07-03 19:34:03 +03:00
Roman Mogylatov
d47f47ea14 Bump version to 3.12.2 2018-07-03 19:31:51 +03:00
Roman Mogylatov
b243afa748 Apply code style fixes for services_v2 example miniapp 2018-07-03 12:39:43 +03:00