Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e22905a06c0632cb1c5fefcbbb51c0675ae21bba
/
Lib
/
telnetlib.py
d8faa36
Merged revisions 53952-54987 via svnmerge from
by Guido van Rossum
· 18 years ago
7131f84
Fix a bunch of doctests with the -d option of refactor.py.
by Guido van Rossum
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 18 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 18 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
e029da0
Quote docstring with r"" to keep '\r\n' in example code.
by Hye-Shik Chang
· 19 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
68468eb
Get rid of many apply() calls.
by Guido van Rossum
· 22 years ago
230a60c
Whitespace normalization.
by Tim Peters
· 22 years ago
574deae
Patch #625823: Add symbolic constants for more commands.
by Martin v. Löwis
· 22 years ago
1da9c57
Patch #630829: Don't block on IAC, process suboptions.
by Martin v. Löwis
· 22 years ago
10ff706
Replaced boolean tests with is None.
by Raymond Hettinger
· 22 years ago
6a1bd39
SF 554073. Fix typo in error reporting of unrecognized character
by Guido van Rossum
· 22 years ago
e12454f
The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715.
by Martin v. Löwis
· 23 years ago
322c0d1
Only close sockets if they have been created. Reported by Blake Winton.
by Martin v. Löwis
· 23 years ago
b0162f9
Patch #416079: fix the debug string output when receiving telnet commands.
by Martin v. Löwis
· 23 years ago
2ad2569
Initialize msg to avoid unbound locals.
by Martin v. Löwis
· 23 years ago
4eb5940
Untabify IPv6 changes.
by Martin v. Löwis
· 23 years ago
a43c2f8
Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients.
by Martin v. Löwis
· 23 years ago
40fc160
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
by Skip Montanaro
· 24 years ago
6b8c528
String method conversion.
by Eric S. Raymond
· 24 years ago
b90f89a
Whitespace normalization.
by Tim Peters
· 24 years ago
823eb4b
Caolan McNamara:
by Guido van Rossum
· 25 years ago
82eae9e
Added mt_interact() -- multithreaded version of interact().
by Guido van Rossum
· 26 years ago
45e2fbc
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
2fc4d58
Added debug statements to report data actually sent and received on the socket.
by Guido van Rossum
· 27 years ago
5baf4bc
Moved things around a bit in interact(), so outout is processed before
by Guido van Rossum
· 27 years ago
ccb5ec6
Added expect() method which takes a list of regular expressions and an
by Guido van Rossum
· 27 years ago
00f9fea
Use string.replace instead of regsub.[g]sub.
by Guido van Rossum
· 27 years ago
b9b50eb
Decided to add the telnet library that I wrote long ago (it's still in
by Guido van Rossum
· 27 years ago