Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
bbe8961698de3a4e3e17512b6e88e9d7fcd52d4e
/
Lib
/
SocketServer.py
132e0e8
Use False instead of 0.
by Fred Drake
· 22 years ago
f86e8ef
Patch #550765: Add daemon_threads flag.
by Martin v. Löwis
· 22 years ago
c8f8034
Replace 0 with False to match working in documentation. SF 599681.
by Raymond Hettinger
· 22 years ago
beae477
SF bug #543318 (Frank J. Tobin).
by Guido van Rossum
· 23 years ago
bc0e910
Convert a pile of obvious "yes/no" functions to return bool.
by Tim Peters
· 23 years ago
83c3281
Apply the first chunk of the second patch from SF bug #471720:
by Guido van Rossum
· 23 years ago
a5343cc
SF bug #471720: ThreadingMixIn/TCPServer forgets close
by Guido van Rossum
· 23 years ago
ae3b125
remove empty __del__ method from BaseRequestHandler to avoid cyclic garbage
by Skip Montanaro
· 23 years ago
a43c2f8
Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients.
by Martin v. Löwis
· 23 years ago
7de4d64
IMPORTANT FIX: This should definitely go into the 2.1.1 release!!!
by Guido van Rossum
· 23 years ago
285a7e5
Add a close_request method to the BaseServer so that the TCPServer class
by Ka-Ping Yee
· 24 years ago
e99d5ea
added __all__ lists to a number of Python modules
by Skip Montanaro
· 24 years ago
10b0418
Bump __version__; add authorship note for the BaseServer patch.
by Guido van Rossum
· 24 years ago
90cb906
SF Patch #102980, by Luke Kenneth Casson Leighton: BaseServer class
by Guido van Rossum
· 24 years ago
dd80220
Changing allow_reuse_address's default value, and documenting it.
by Moshe Zadka
· 24 years ago
01fed4d
In class StreamRequestHandler, make the default buffering for rfile
by Guido van Rossum
· 24 years ago
e3c7a5f
Add class variable allow_reuse_address in TCPServer -- if nonzero, the
by Guido van Rossum
· 25 years ago
7526027
update to use threading module instead of thread.
by Jeremy Hylton
· 25 years ago
2ab455a
Another patch from Andy Dustman:
by Guido van Rossum
· 25 years ago
bfadac0
In collect_children(), put a try-except around os.waitpid() because it
by Guido van Rossum
· 25 years ago
f2f0594
Laurence Tratt notes that the accept() call in get_request() can fail,
by Guido van Rossum
· 25 years ago
198e7ca
Andy Dustman notes that I patched the close() call in the wrong place.
by Guido van Rossum
· 25 years ago
1865960
Andy Dustman writes:
by Guido van Rossum
· 25 years ago
67a40e8
Patch by Jeff Bauer: a minor change to declare two new
by Guido van Rossum
· 26 years ago
fdb3d1a
Fix typo in docstring: client_request should be client_address.
by Guido van Rossum
· 26 years ago
3249082
Fixed the UDP server -- this never worked. Ray Loyzaga deserves
by Guido van Rossum
· 26 years ago
1d5102c
Explicitly close rfile and wfile in StreamRequestHandler.finish() --
by Guido van Rossum
· 27 years ago
45e2fbc
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
c90ad21
No longer need to be very careful with saving the exception state
by Guido van Rossum
· 27 years ago
db2b70c
Fix bug found by kjpylint; change doc string to avoid "(" in column 1.
by Guido van Rossum
· 27 years ago
d804bab
Make self.rfile unbuffered (self.wfile already is). This should fix
by Guido van Rossum
· 28 years ago
2bb57b8
Changed makefile() args from r/w to rb/wb, for non-unix compatability.
by Jack Jansen
· 29 years ago
5bb05da
correct retrieving return value of os.waitpid()
by Guido van Rossum
· 29 years ago
e7e578f
Initial revision
by Guido van Rossum
· 29 years ago