summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - fix error introduced by last patchcliechti2009-08-061-5/+8
* ignore error for status lines in info displaycliechti2009-08-051-6/+11
* - initial modem state notification was missingcliechti2009-08-051-2/+5
* fix IAC data escape in servercliechti2009-08-051-1/+1
* fix when numbers are passedcliechti2009-08-051-4/+12
* - track if client agreed on RFC 2217 and only start sending events when it ha...cliechti2009-08-051-7/+22
* - new option for client: poll_modem -> poll modem state instead of relying on...cliechti2009-08-053-25/+91
* tweak info outputcliechti2009-08-051-5/+5
* include modem status lines in info displaycliechti2009-08-051-0/+6
* documentation updatescliechti2009-08-053-23/+105
* - move to_bytes from rfc2217 module to corecliechti2009-08-054-17/+56
* - rename RFC2217 server helper classcliechti2009-08-052-7/+6
* rename function -> serial_for_urlcliechti2009-08-057-13/+13
* fix wrong command line argument checkcliechti2009-08-051-1/+1
* notes on RFC-2217cliechti2009-08-041-1/+2
* update example description with RFC-2217 featurecliechti2009-08-041-2/+23
* add --rfc2217 option to run a server with these extensionscliechti2009-08-041-8/+55
* add a class managing the server side of RFC2217cliechti2009-08-041-10/+289
* doc updates, describe URLs and the new optionscliechti2009-08-041-4/+31
* - set control wait for confirmationcliechti2009-08-031-62/+159
* leading zeroscliechti2009-08-031-4/+5
* show error details (helpful for failing RFC2217 connections)cliechti2009-08-031-2/+2
* add platform specific function to control flow control statecliechti2009-08-031-0/+8
* increase delay for RTS/DTR tests to handle slower RFC2217 serverscliechti2009-08-031-4/+4
* - internal renamescliechti2009-08-031-51/+70
* - Python <= 2.5 compatibilitycliechti2009-08-031-10/+17
* doc tweakscliechti2009-08-031-6/+14
* doc updates and typos fixedcliechti2009-08-032-7/+16
* add support for connecting to RFC2217 ports (just use the URL)cliechti2009-08-031-1/+1
* agree that other party is doing ECHOcliechti2009-08-031-1/+1
* - improve subnegotiation (performance and correctness)cliechti2009-08-021-60/+140
* fix issue with unwanted keyword parametercliechti2009-08-021-3/+9
* - fix an issue w/ test setupcliechti2009-08-022-2/+4
* improve telnet option negotiationcliechti2009-08-022-23/+92
* update version infocliechti2009-08-021-1/+1
* add docs for new module function toocliechti2009-08-021-0/+19
* update docs with information about RFC2217 implementationcliechti2009-08-024-12/+61
* udpate tests so that they also work with RFC2217 backendcliechti2009-08-024-22/+33
* add helper function to automatically select native or RFC2217 implementation ...cliechti2009-08-022-2/+16
* add preliminary version of RFC2217 client implementationcliechti2009-08-011-0/+539
* shorten README.txt to avoid duplication.cliechti2009-07-301-264/+25
* ensure important links are easily found on the 1st pagecliechti2009-07-302-3/+17
* minor reformatcliechti2009-07-301-4/+7
* - move documentation so that distutils sees itcliechti2009-07-3013-15/+16
* add py3k suffix when processing with the 2to3 conversion (mainly for bdist_wi...cliechti2009-07-301-1/+5
* remove type check and instead convert to bytes (Py 3.1 memoryview is not comp...cliechti2009-07-301-3/+7
* update compatibility code for 2.6cliechti2009-07-301-0/+4
* interestingly, Windows managed to be 1.2ms early in the timeout. but that's O...cliechti2009-07-301-1/+2
* add a notice when run with old Pythoncliechti2009-07-291-0/+10
* fix compatibility checkcliechti2009-07-291-1/+2