summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* fix syntaxcliechti2013-10-131-1/+5
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@476 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [Bug pyserial:130] setup.py should not append py3k to package namecliechti2013-10-111-3/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@466 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* improve 2to3 check, add 3.2 to compatibility listcliechti2011-08-221-7/+8
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@427 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* get version by regexp as import can not work w/ py 3k before 2to3 was runcliechti2011-08-221-2/+11
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@422 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* automatically set versioncliechti2011-03-181-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@391 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix location of minitermcliechti2011-03-091-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@387 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* update setup so that urlhandler and tools are includedcliechti2011-03-091-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@386 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* also run 2to3 on installed scriptscliechti2010-10-231-4/+12
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@381 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - documentation updatescliechti2010-05-211-1/+2
| | | | | | | - preparations for next release git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@362 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - update list of changescliechti2010-01-021-1/+1
| | | | | | - prepare for 2.5-rc2 git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@356 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - move documentation so that distutils sees itcliechti2009-07-301-2/+2
| | | | | | | | - update CHANGES.txt - install miniterm.py as script - version 2.5-rc1 git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@263 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* add py3k suffix when processing with the 2to3 conversion (mainly for ↵cliechti2009-07-301-1/+5
| | | | | | bdist_wininst) git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@262 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - doc updatescliechti2009-07-281-1/+1
| | | | | | | - rename test_rawio -> test_iolib git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@256 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - 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()) git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@249 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* adjust some detailscliechti2009-07-251-6/+9
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@248 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - 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 git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@246 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* remove print and replace with stdio writescliechti2009-07-231-3/+4
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@234 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix syntax errorcliechti2009-07-231-1/+0
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@233 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* minor changescliechti2009-07-211-9/+12
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@214 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* prepare release of 2.4cliechti2008-07-061-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@194 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* doc updatecliechti2008-06-181-1/+7
| | | | | | | setuptools support git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@167 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - add iterator interfacecliechti2005-12-201-1/+1
| | | | | | | - readme extended, partialy converted to reStructuredText git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@145 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* release 2.2cliechti2005-08-121-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@140 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* release 2.1cliechti2004-07-281-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@122 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* 2.0 releasecliechti2003-11-061-2/+10
| | | | | | | changed the setup.py version hack to the recomended code in the distutils docs git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@101 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* 2.0b2 releasecliechti2003-10-041-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@96 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* 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). git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@91 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* updated for release 1.21cliechti2003-09-301-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@89 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* updated clasifiers for PyPicliechti2003-09-101-1/+14
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@87 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* updates for 1.20 releasecliechti2003-08-281-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@86 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* updates for 1.19cliechti2003-03-191-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@74 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* prepare for release 1.18cliechti2002-12-061-2/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@65 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* 1.17 changescliechti2002-07-031-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@47 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* changes for release 1.16cliechti2002-07-021-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@44 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* for version 1.15cliechti2002-06-041-1/+4
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@36 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* updated for 1.13cliechti2002-04-081-1/+3
| | | | | | | added long description and licese info git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@28 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* updated for 1.12cliechti2002-02-181-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@17 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* update for 1.1cliechti2002-02-141-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@16 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* adapt for release 1.1cliechti2002-02-141-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@11 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* 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. git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@4 f19166aa-fa4f-0410-85c2-fa1106f25c8a