pyqtgraph/pyqtgraph/util
lidstrom83 6519734932
Deprecate unused/unnecessary modules (#1576)
* Deprecate ordereddict module

* Import OrderedDict from collections module instead of pgcollections

* Deprecate pgcollections module

* Deprecate lru_cache module

A simpler recipe exists from the standard library using OrderedDict.

* Deprecate pil_fix module

* Python 3.7 compatibility fix

* Avoid or suppress deprecation warnings in tests
2021-02-15 09:52:06 -08:00
..
colorama Added Travis CI support 2014-03-30 02:51:32 -04:00
tests Deprecate unused/unnecessary modules (#1576) 2021-02-15 09:52:06 -08:00
__init__.py Moved lru_cache to util, test to util/tests 2014-03-05 09:16:53 -05:00
cprint.py Import from python2_3 for all uses of basestring, cmp, and xrange 2015-05-19 09:29:55 -04:00
cupy_helper.py change imports in cupy module to be local (#1548) 2021-02-06 09:21:24 -08:00
garbage_collector.py MNT: Print function -> Print statement 2015-07-11 11:17:48 -05:00
get_resolution.py fix get_resolution.py to use QScreen 2021-01-16 14:33:47 +08:00
lru_cache.py Deprecate unused/unnecessary modules (#1576) 2021-02-15 09:52:06 -08:00
mutex.py Allow Mutex to be used as drop-in replacement for python's Lock 2017-09-13 22:14:29 -07:00
pil_fix.py Deprecate unused/unnecessary modules (#1576) 2021-02-15 09:52:06 -08:00