summaryrefslogtreecommitdiff
path: root/pyserial/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* remove pyparallel and move pyserial files to toplevelChris Liechti2015-08-031-88/+0
|
* fix syntaxcliechti2013-10-131-1/+5
|
* [Bug pyserial:130] setup.py should not append py3k to package namecliechti2013-10-111-3/+1
|
* improve 2to3 check, add 3.2 to compatibility listcliechti2011-08-221-7/+8
|
* get version by regexp as import can not work w/ py 3k before 2to3 was runcliechti2011-08-221-2/+11
|
* automatically set versioncliechti2011-03-181-1/+3
|
* fix location of minitermcliechti2011-03-091-1/+1
|
* update setup so that urlhandler and tools are includedcliechti2011-03-091-2/+2
|
* also run 2to3 on installed scriptscliechti2010-10-231-4/+12
|
* - documentation updatescliechti2010-05-211-1/+2
| | | | - preparations for next release
* - update list of changescliechti2010-01-021-1/+1
| | | - prepare for 2.5-rc2
* - move documentation so that distutils sees itcliechti2009-07-301-2/+2
| | | | | - update CHANGES.txt - install miniterm.py as script - version 2.5-rc1
* add py3k suffix when processing with the 2to3 conversion (mainly for ↵cliechti2009-07-301-1/+5
| | | | bdist_wininst)
* - doc updatescliechti2009-07-281-1/+1
| | | | - rename test_rawio -> test_iolib
* - add more methods for file-like compatibilitycliechti2009-07-251-3/+3
| | | | | | | | | | | - provide RawSerial when io library is present (not yet finished) -> changes internal class hierarchy -> renamed internal read/write -> _read/_write (FileLike resp. RawSerialBase provides read/write) -> add test_rawio.py - _write returns number of byte written - set minimal python version to 2.3 due to basestring - add "name" attribute - documentation updates (new io stuff and VERSION, device())
* adjust some detailscliechti2009-07-251-6/+9
|
* - use 2to3 on the fly when installing for Python 3.x (bdist/install)cliechti2009-07-251-11/+22
| | | | | - update categories - drop support for older Python than 2.2.3
* remove print and replace with stdio writescliechti2009-07-231-3/+4
|
* fix syntax errorcliechti2009-07-231-1/+0
|
* minor changescliechti2009-07-211-9/+12
|
* prepare release of 2.4cliechti2008-07-061-1/+1
|
* doc updatecliechti2008-06-181-1/+7
| | | | setuptools support
* - add iterator interfacecliechti2005-12-201-1/+1
| | | | - readme extended, partialy converted to reStructuredText
* release 2.2cliechti2005-08-121-1/+1
|
* release 2.1cliechti2004-07-281-1/+1
|
* 2.0 releasecliechti2003-11-061-2/+10
| | | | changed the setup.py version hack to the recomended code in the distutils docs
* 2.0b2 releasecliechti2003-10-041-1/+1
|
* Transition to the 2.0 series:cliechti2003-10-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - New implementation only supports Python 2.2+, backwards compatibility should be maintained almost everywhere. The OS handles (like the hComPort or fd attribute) were prefixed with an underscore. The different names stay, as anyone that uses one of these has to write platform specific code anyway. - Common base class serialutil.SerialBase for all implementations. - PARITY_NONE, PARITY_EVEN, PARITY_ODD constants changed and all these constants moved to serialutil.py (still available as serial.PARITY_NONE etc. and they should be used that way) - Added serial.PARITY_NAMES (implemented in serialutil.PARITY_NAMES). This dictionary can be used to convert parity constants to meaningful strings. - Each Serial class and instance has a list of supported values: BAUDRATES, BYTESIZES, PARITIES, STOPBITS (i.e. serial.Serial.BAUDRATES or s = serial.Serial; s.BAUDRATES) these values can be used to fill in value sin GUI dialogs etc. - Creating a Serial() object without port spec returns an unconfigured, closed port. Useful if a GUI dialog should take a port and configure it. - New methods for serial.Serial instances: open(), isOpen() - A port can be opened and closed as many times as desired. - Instances of serial.Serial have baudrate, bytesize, timeout etc. attributes implemented as properties, all can be set while the port is opened. It will then be reconfigured. - Improved __doc__'s. - New test_advanced.py for the property setting/getting testing. - Small bugfix on posix with get* methods (return value should be true a boolean). - added a __repr__ that returns a meaningful string will all the serial setting, easy for debugging. - The serialposix module does not throw an exception on unsupported platforms, the message is still printed. The idea that it may still work even if the platform itself s not known, it simply tries to do the posix stuff anyway (It's likely that opening ports by number fails, but by name it should work).
* updated for release 1.21cliechti2003-09-301-1/+1
|
* updated clasifiers for PyPicliechti2003-09-101-1/+14
|
* updates for 1.20 releasecliechti2003-08-281-1/+1
|
* updates for 1.19cliechti2003-03-191-1/+1
|
* prepare for release 1.18cliechti2002-12-061-2/+1
|
* 1.17 changescliechti2002-07-031-1/+1
|
* changes for release 1.16cliechti2002-07-021-1/+1
|
* for version 1.15cliechti2002-06-041-1/+4
|
* updated for 1.13cliechti2002-04-081-1/+3
| | | | added long description and licese info
* updated for 1.12cliechti2002-02-181-1/+1
|
* update for 1.1cliechti2002-02-141-1/+1
|
* adapt for release 1.1cliechti2002-02-141-1/+1
|
* This commit was generated by cvs2svn to compensate for changes in r3,cliechti2002-02-121-0/+13
which included commits to RCS files with non-trunk default branches.