Roman Mogylatov
cc1043eb82
Fix disqus.js
2020-06-16 21:38:54 -04:00
Roman Mogylatov
efd6e3e7e5
Merge branch 'release/3.16.0' into master
2020-06-14 17:50:28 -04:00
Roman Mogylatov
dd7c951ea6
Bump version to 3.16.0
2020-06-14 17:49:57 -04:00
Roman Mogylatov
8f2c397413
Add support of six 1.15.0
2020-06-14 17:43:06 -04:00
Roman Mogylatov
af7297ce71
Update Cython version
2020-06-14 17:38:24 -04:00
Roman Mogylatov
b6f6f63764
Add docs-live command to makefile
2020-06-14 17:35:25 -04:00
Roman Mogylatov
2beafb9a51
List provider ( #251 )
...
* Add List provider
* Add List provider example
* Add List provider unit tests
* Add docs
* Upstream changes from develop
* Update API docs
* Update unit tests
* Add support of positional context argument injections
* Update changelog
2020-06-14 17:32:12 -04:00
Roman Mogylatov
d8ecd28b22
Add Bruno P. Kinoshita to the list of contributors
2020-06-13 23:28:40 -04:00
Bruno P. Kinoshita
910dec38a4
Fix a few typos ( #250 )
...
* Fix a few typos
* Spell, grammar checkers on docs
2020-06-13 22:24:32 -04:00
Roman Mogylatov
ebd98bebe9
Merge branch 'release/3.15.6' into master
2020-02-18 17:53:10 -05:00
Roman Mogylatov
fac768496e
Bump version to 3.15.6
2020-02-18 17:52:46 -05:00
Roman Mogylatov
b3eb05f705
Merge branch 'release/3.15.5' into master
2020-02-18 17:51:36 -05:00
Roman Mogylatov
6c81568888
Bump version to 3.15.5
2020-02-18 17:50:56 -05:00
Roman Mogylatov
a0349305db
Update downloads link
2020-02-18 17:49:37 -05:00
Roman Mogylatov
68a0f4b5f0
Add downloads badge
2020-02-18 17:48:20 -05:00
Roman Mogylatov
5e6a4ce1ec
Merge branch 'release/3.15.4' into master
2020-01-26 20:37:43 -05:00
Roman Mogylatov
b00edad1b9
Bump version to 3.15.4
2020-01-26 20:37:13 -05:00
Roman Mogylatov
92e91a3fdf
Merge branch 'release/3.15.3' into master
2020-01-26 20:33:13 -05:00
Roman Mogylatov
78dd3ec744
Add more docs fixes for 3.15.3
2020-01-26 20:32:16 -05:00
Roman Mogylatov
f8ddf1b19b
Bump version to 3.15.3
2020-01-26 19:53:06 -05:00
Roman Mogylatov
0dae54df18
Merge branch 'release/3.15.2' into master
2020-01-26 19:34:04 -05:00
Roman Mogylatov
7ce170a1d9
Bump version to 3.15.2
2020-01-26 19:33:28 -05:00
Roman Mogylatov
363b87fd74
Merge branch 'release/3.15.1' into master
2020-01-26 19:17:46 -05:00
Roman Mogylatov
b09868233c
Bump version to 3.15.1
2020-01-26 19:17:03 -05:00
Roman Mogylatov
febae1b64c
Update engines-cars example
2020-01-26 19:13:57 -05:00
Roman Mogylatov
b9f68d18a9
Fix README typos
2020-01-26 19:04:23 -05:00
Roman Mogylatov
a58e300707
Merge branch 'release/3.15.0' into master
2020-01-26 18:56:37 -05:00
Roman Mogylatov
4d9d12a2ed
Bump version to 3.15.0
2020-01-26 18:55:33 -05:00
Roman Mogylatov
c20202a23d
Refactor passlib password hasing example
2020-01-26 18:55:04 -05:00
Roman Mogylatov
cf44e5815d
Refactor example modules in Python3-ish way
2020-01-26 18:41:36 -05:00
Roman Mogylatov
06ff4bbbe4
Clean up tox.ini file
2020-01-26 15:15:50 -05:00
Roman Mogylatov
5c1174fad6
PyPy 3 support ( #242 )
...
* Add PyPy 3 to travis file
* Add record to changelog
2020-01-26 15:10:51 -05:00
Roman Mogylatov
953f93631b
Python 3.8 support ( #241 )
...
* Add Python 3.8 test environment
* Add Python 3.8 classifier
* Update max compatible version of six to 1.13.0
* Update max compatible version of six to 1.14.0
* Add record to the changelog
2020-01-26 15:00:21 -05:00
Roman Mogylatov
ed8053fce1
Refactor changelog
2020-01-26 14:28:15 -05:00
Roman Mogylatov
b876d001df
Regenerate C sources using Cython 0.29.14
2020-01-26 14:27:23 -05:00
Roman Mogylatov
23642e49f4
Fix PEP257 doc block errors in example modules.
2020-01-26 14:22:43 -05:00
Roman Mogylatov
2c7b082301
Merge branch 'release/3.14.12' into master
2019-10-09 10:46:26 -04:00
Roman Mogylatov
d58a10a2c5
Bump version to 3.14.12
2019-10-09 10:46:08 -04:00
Roman Mogylatov
08de710b2f
235 Fix Delegate cannot be used in overridden container ( #236 )
...
* Add test for bug #235
* Fix issue + refactoring
* Update changelog
2019-10-09 10:45:14 -04:00
Roman Mogylatov
8026e106a5
Merge branch 'release/3.14.11' into master
2019-10-08 14:46:50 -04:00
Roman Mogylatov
fb264a8379
Bump version to 3.14.11
2019-10-08 14:46:26 -04:00
Roman Mogylatov
7e61412b8a
231 Fix object provider copies provided object issue ( #233 )
...
* Add test that reproduces the issue
* Fix the issue
* Add a note about fix in changelog
2019-10-08 14:45:12 -04:00
Roman Mogylatov
2684b79103
Merge branch 'release/3.14.10' into master
2019-08-17 21:24:42 -04:00
Roman Mogylatov
e48af3212e
Make 3.14.10 micro release
2019-08-17 21:24:26 -04:00
Roman Mogylatov
75ffa8dd93
Merge branch 'release/3.14.9' into master
2019-08-17 21:09:31 -04:00
Roman Mogylatov
31642f4eca
Update changelog
2019-08-17 21:08:53 -04:00
Roman Mogylatov
642fd7397e
Bump version to 3.14.9
2019-08-17 21:08:42 -04:00
Roman Mogylatov
2b51a6e5f2
Add supakeen to the list of contributors
2019-08-17 21:07:19 -04:00
supakeen
3069910606
Minor English nitpicking. ( #227 )
2019-08-17 20:57:10 -04:00
Roman Mogylatov
0568e402a1
Merge branch 'release/3.14.8' into master
2019-07-29 15:25:16 -04:00