Commit Graph

1287 Commits

Author SHA1 Message Date
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
Roman Mogylatov
e5f437ff8d Add changelog for 3.14.8 2019-07-29 15:24:55 -04:00
Roman Mogylatov
0ac1a10336
Regenerate C sources using Cython 0.29.13 (#226) 2019-07-29 15:24:00 -04:00
Roman Mogylatov
e1b9303797 Merge branch 'release/3.14.7' into master 2019-06-07 10:03:40 -04:00
Roman Mogylatov
ecae4c2296 Bump version to 3.14.7 2019-06-07 10:03:11 -04:00
Dmitry
bcbdc7d6ad Fix typo (#221)
* Fix typo. (#214)

* Fix typo

* Update the title tildas
2019-06-07 09:55:30 -04:00
Roman Mogylatov
35cb351e72 Merge branch 'release/3.14.6' into master 2019-05-09 15:02:28 -04:00
Roman Mogylatov
3ced0ed37a Bump version to 3.14.6 2019-05-09 14:58:54 -04:00
Roman Mogylatov
215b45b442
FactoryAggregate copying issue fix (#220)
* Add test

* Implement deepcopy handler for FactoryAggregate provider

* Add more granularity for the test

* Update changelog

* Refactor test
2019-05-09 14:58:04 -04:00
Roman Mogylatov
cae4d8cdf2
Update Cython to 0.29.7 (#219) 2019-05-09 14:35:27 -04:00
Roman Mogylatov
d04fe41eb1 Merge branch 'release/3.14.5' into master 2019-03-21 22:23:23 -04:00
Roman Mogylatov
b2a3404007 Bump version to 3.14.5 2019-03-21 22:22:57 -04:00
Roman Mogylatov
efdae17b57 Regenerate C sources using Cython 0.29.6 2019-03-21 22:22:09 -04:00
Roman Mogylatov
a39f873693 Add Jeroen Rietveld to the list of contributors 2019-03-21 22:11:13 -04:00
Roman Mogylatov
87011a7280 Update changelog 2019-03-21 22:10:53 -04:00
Jeroen Rietveld
72d5741ece Bugfix thread local singleton reset (#218)
* Fix issue causing ThreadLocalSingleton provider to return None after reset

* Add test for ThreadLocalSingleton provider reset functionality
2019-03-21 22:04:20 -04:00
Roman Mogylatov
6c9bff116a Merge branch 'release/3.14.4' into master 2019-01-05 21:39:00 -05:00
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