Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 1 | -223/+0 |
| | |||||
* | Added versionchanged flag to all the methods which received | Facundo Batista | 2007-06-11 | 1 | -0/+2 |
| | | | | | a new optional timeout parameter, and a versionadded flag to the socket.create_connection function. | ||||
* | Lots of explicit class names for method and member descs. | Georg Brandl | 2007-04-01 | 1 | -19/+19 |
| | |||||
* | Added timout parameter to telnetlib.Telnet. Also created | Facundo Batista | 2007-03-29 | 1 | -2/+8 |
| | | | | | test_telnetlib.py with a basic test and timeout ones. Docs are also updated. | ||||
* | Clarify that the timeout argument to read_until() is in seconds. | Fred Drake | 2003-04-29 | 1 | -1/+2 |
| | |||||
* | Document symbolic constants for commands. | Martin v. Löwis | 2002-11-04 | 1 | -1/+7 |
| | |||||
* | Patch #630829: Don't block on IAC, process suboptions. | Martin v. Löwis | 2002-11-04 | 1 | -0/+8 |
| | |||||
* | Clean up some markup cruft. A number of the macros that take no | Fred Drake | 2001-11-28 | 1 | -1/+1 |
| | | | | | | | | parameters (like \UNIX) are commonly entered using an empty group to separate the markup from a following inter-word space; this is not needed when the next character is punctuation, or the markup is the last thing in the enclosing group. These cases were marked inconsistently; the empty group is now *only* used when needed. | ||||
* | Patch #416079: fix the debug string output when receiving telnet commands. | Martin v. Löwis | 2001-09-06 | 1 | -1/+13 |
| | | | | | | added all the telnet options known to arpa/telnet.h added all the options registered with IANA as of today added the possibility for the user to have it's own option negotiation callback | ||||
* | Fix up a few style nits -- avoid "e.g." and "i.e." -- these make | Fred Drake | 2001-07-06 | 1 | -4/+6 |
| | | | | | | | | | translation more difficult, as well as reading the English more difficult for non-native speakers. Add an index entry for the Telnet protocol. Always refer to the protocol as Telnet instead of telnet. | ||||
* | Rob W. W. Hooft's spelling fixes for the Library Reference. I hope | Thomas Wouters | 2000-07-16 | 1 | -2/+2 |
| | | | | | | | | | SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem. | ||||
* | Clarify status of connection of a new instance; it *is* connected if | Fred Drake | 2000-05-03 | 1 | -3/+5 |
| | | | | | you pass server information to the constructor. Error noted by Pedro Diaz Jimenez <diazjimenez@ctv.es>. | ||||
* | Added a "See also:" section that exhibits the \seerfc markup. | Fred Drake | 2000-04-26 | 1 | -0/+7 |
| | |||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -4/+30 |
| | | | | (Very rough.) | ||||
* | Clean up lots of mark up. | Fred Drake | 1999-04-22 | 1 | -43/+40 |
| | |||||
* | Preliminary mhlib and telnetlib documents from Skip Montanaro -- thanks, Skip! | Fred Drake | 1999-03-15 | 1 | -0/+154 |