command: Fix except declaration for get_comedi_cmd_pointer
[pycomedi.git] / pycomedi /
2015-10-29 W. Trevor Kingcommand: Fix except declaration for get_comedi_cmd_pointer master
2015-01-19 W. Trevor KingBump to version 0.9 0.9
2015-01-19 W. Trevor KingMerge branch 'remove-implicit-relative-imports'
2014-07-17 W. Trevor KingBump to version 0.8 0.8
2014-07-17 W. Trevor Kingconstant: Avoid non-integer values in _Enum
2014-07-17 W. Trevor Kingconstant: Use dir(comedi.wrapped) when comedi.wrapped...
2013-06-15 W. Trevor KingUse generators, now that Cython supports them
2013-06-15 W. Trevor KingDon't use: from pycomedi cimport module as _module
2013-06-12 W. Trevor KingUse relative imports (or absolute imports for cimport)
2013-02-06 W. Trevor KingBump to version 0.7 0.7
2013-01-17 W. Trevor Kingchannel: Fix to-physical setup in AnalogChannel._get_co...
2013-01-17 W. Trevor Kingchannel: Add docstring summaries to get_{hard,soft...
2012-11-20 W. Trevor KingBump to version 0.6. 0.6
2012-10-20 W. Trevor KingFix broken dependency linearization.
2012-10-20 W. Trevor KingAllow exceptions from other cdef functions.
2012-10-20 Éric Pielsend excpetions from get_softcal_converter and get_hard...
2012-10-19 W. Trevor Kingcalibration: support to-physical-only softcal boards.
2012-10-19 W. Trevor KingUpdate to `except ... as ...` syntax for Python 3.
2012-10-19 W. Trevor KingBreak circular dependencies for Python 3 compatibility.
2012-10-18 Éric Pielcalibration: fix parameter type
2012-10-18 Éric Pielfix compilation with cython 0.15.1
2012-10-17 W. Trevor KingAdd `-*- coding: utf-8 -*-` comments where Éric Piel...
2012-10-17 W. Trevor KingRan update-copyright.py.
2012-10-17 W. Trevor Kingcalibration: fix Python-to-caldac cast in CalibrationSe...
2012-10-17 W. Trevor Kingcalibration: set .num_arefs in CalibrationSetting._aref...
2012-10-17 W. Trevor Kingcalibration: add CalibrationSetting attribute-setting...
2012-10-17 W. Trevor Kingcalibration: shift settings[0] doctest spacing.
2012-10-17 W. Trevor Kingcalibration: add Caldac.allocate() for stand-alone...
2012-10-17 W. Trevor KingMerge calibaration branch into master.
2012-10-17 W. Trevor Kingchannel: standardize indentation in AnalogChannel._get_...
2012-10-17 W. Trevor Kingchannel: add AnalogChannel.apply_calibration.
2012-10-17 W. Trevor Kingcalibration: add Caldac, CalibrationSetting, and Calibr...
2012-10-16 W. Trevor Kingdevice: remove trailing whitespace from Éric's patch.
2012-10-16 Éric Pieladd support for soft calibration
2012-10-16 W. Trevor KingStrip trailing whitespace.
2012-07-22 W. Trevor KingBump to version 0.5. 0.5
2012-05-11 W. Trevor KingRan update-copyright.py.
2012-04-26 W. Trevor KingAdd pycomedi.utility.CallbackReader for handling read...
2012-04-17 W. Trevor KingAdd `block_while_running` option to `_ReadWriteThread`.
2012-04-12 W. Trevor KingAdd positional arguments to format strings for Python...
2012-03-20 W. Trevor KingFix subdevice._device -> subdevice.device in _MMapReadW...
2012-03-19 W. Trevor KingAllow AnalogChannel.__init__ to take integers for ...
2012-03-19 W. Trevor KingDon't set log levels for pycomedi.LOG handlers.
2012-03-19 W. Trevor KingFix error condition `ret < 0` -> `ret < len(insnlist...
2012-03-19 W. Trevor KingAdd 'external' unit for RF_EXTERNAL (see previous commi...
2012-03-19 W. Trevor KingRevert "Mask range.unit with 0xff when determining...
2012-03-19 W. Trevor KingMask range.unit with 0xff when determining the unit.
2012-03-19 W. Trevor KingAdd attributes to PyComediError to make intelligent...
2012-03-19 W. Trevor KingAdd .ranges() method to Channel class.
2012-03-19 W. Trevor KingAdd .channels() method to Subdevice class.
2012-03-15 W. Trevor KingAllow keywords for Channel.get_range().
2012-03-15 W. Trevor KingAdd docstring to Channel.get_range.
2012-03-15 W. Trevor KingBump to verssion 0.4. 0.4
2012-03-15 W. Trevor KingAdd __reduce__() method to BitwiseOperator and _NamedInt.
2012-03-15 W. Trevor KingUse utility.lsample instead of numpy.uint in calibratio...
2012-03-15 W. Trevor KingYes, 2 < 3. (fix constant comparison doctest).
2012-03-15 W. Trevor KingFix rich comparison doctest prompts and add comparisons...
2012-03-15 W. Trevor KingOops, Cython uses __richcmp__() instead of __eq__(...
2012-03-15 W. Trevor KingAdd rich comparisons to BitwiseOperator (compare by...
2012-03-14 W. Trevor KingFix get_version_code parsing and split it off into...
2012-03-13 W. Trevor KingFix wrtier -> writer typo in `pycomedi.utility._MMapRea...
2012-03-08 W. Trevor KingMove function_name extraction up in pycomedi/_error...
2012-02-16 W. Trevor KingRan update-copyright.py.
2012-01-24 W. Trevor KingRun update_copyright.py.
2011-04-19 W. Trevor KingMostly-complete Cython implementation.
2011-02-09 W. Trevor KingConvert to more generic Pythonic wrapper. Not everythi... 0.3
2010-12-14 W. Trevor KingFix == -> = in __version__ definition.
2010-12-14 W. Trevor KingRename simAioError -> SimAioError and use ValueError...
2010-12-14 W. Trevor KingAlso rename sngAioError -> SngAioError and dioError...
2010-12-14 W. Trevor KingRename pycomediError to PEP-8-compliant PycomediError.
2010-12-14 W. Trevor KingMove pycomedi.common.VERSION to pycomedi.__version__...
2009-06-17 W. Trevor KingBumped version to 0.2 0.2
2009-05-07 W. Trevor KingAdded bugtracking with Bugs Everywhere.
2008-12-08 W. Trevor KingAllow two passes through test_cmd in simult_aio.
2008-12-08 W. Trevor KingExplicit cast to int to avoid lsampl type problem.
2008-12-08 W. Trevor KingAdded labels to verbose plot in single_aio.py.
2008-12-08 W. Trevor KingCast data to int in PyComediSingleIO.write_chan_index.
2008-11-11 W. Trevor KingFixed license reference in setup.py and added license...
2008-11-11 W. Trevor KingAdded subdevice flag checking ability and reworked...
2008-10-23 W. Trevor KingFairly large rewrite for more object-oriented pycomedi.
2008-10-05 W. Trevor KingBroke out common functionality into common.py
2008-10-04 W. Trevor KingNo changes?
2008-10-04 W. Trevor KingCleaned up single_dio.py 0.1
2008-10-04 W. Trevor KingRenamed modules without the now-redundant `comedi_...
2008-10-04 W. Trevor KingVersioning started. 0.0