pyqtgraph/multiprocess
Luke Campagnola e234d90f02 Bugfixes:
- GraphicsItem.pixelVectors copies cached results before returning
  - Multiprocess fixes for Windows:
      - mmap/shm uses anonymous maps rather than tempfiles
      - avoid use of getppid and setpgrp
      - work around hmac authentication bug (use os.urandom to generate key)
2013-01-12 14:31:49 -05:00
..
__init__.py Reorganized directory structure to be more standard 2012-12-25 00:43:31 -05:00
bootstrap.py Bugfixes: 2013-01-12 14:31:49 -05:00
parallelizer.py Improved performance for remote plotting: 2013-01-10 16:10:27 -05:00
processes.py Bugfixes: 2013-01-12 14:31:49 -05:00
remoteproxy.py Fixes against previous commits: 2013-01-11 20:21:11 -05:00