Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/utils_tests/test_lazyobject.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25389 -- Fixed pickling a SimpleLazyObject wrappin...Ben Kraft2015-10-031-0/+92
* Fixed #23838 -- added missing `__iter__` to LazyObjectRik2015-03-081-5/+16
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-6/+6
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-1/+1
* Fixed a deprecation warning on Python 3.Tim Graham2014-03-271-1/+1
* Fixed #21840 -- Moved dunder methods from SimpleLazyObjec...Baptiste Mispelon2014-03-131-0/+275