index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
SocketServer.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #2302: Fix a race condition in SocketServer.BaseServer.shutdown,
Antoine Pitrou
2010-04-25
1
-12/+14
*
http://bugs.python.org/issue6382
Kristján Valur Jónsson
2009-07-07
1
-9/+23
*
http://bugs.python.org/issue6382
Kristján Valur Jónsson
2009-07-05
1
-1/+3
*
http://bugs.python.org/issue6381
Kristján Valur Jónsson
2009-07-03
1
-1/+6
*
http://bugs.python.org/issue6267
Kristján Valur Jónsson
2009-06-28
1
-3/+8
*
http://bugs.python.org/issue6192
Kristján Valur Jónsson
2009-06-24
1
-7/+8
*
http://bugs.python.org/issue6192
Kristján Valur Jónsson
2009-06-07
1
-1/+7
*
Fix call to os.waitpid, it does not take keyword args.
Neil Schemenauer
2009-02-24
1
-1/+1
*
socketserver renaming reversal part 3: move the module into the right
Georg Brandl
2008-05-24
1
-0/+681
*
Renamed SocketServer to 'socketserver'.
Alexandre Vassalotti
2008-05-12
1
-681/+0
*
Progress on issue #1193577 by adding a polling .shutdown() method to
Jeffrey Yasskin
2008-03-07
1
-27/+66
*
Prevent SocketServer.ForkingMixIn from waiting on child processes that it
Jeffrey Yasskin
2008-02-28
1
-9/+21
*
Add diagnostic message to help figure-out why SocketServer tests occasionally...
Raymond Hettinger
2008-02-14
1
-1/+5
*
Patch #742598 from Michael Pomraning: add .timeout attribute to SocketServer ...
Andrew M. Kuchling
2008-01-19
1
-4/+41
*
Whitespace normalization.
Tim Peters
2007-03-12
1
-2/+2
*
Patch #1599845: Add an option to disable the implicit calls to server_bind() ...
Collin Winter
2007-03-10
1
-4/+5
*
Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to...
Collin Winter
2007-03-10
1
-0/+1
*
bug [ 957505 ] SocketServer module documentation misleading
Georg Brandl
2005-07-18
1
-2/+2
*
Fixed a typo in docstring I happened upon.
Guido van Rossum
2005-04-30
1
-1/+1
*
Use cStringIO where available.
Raymond Hettinger
2004-12-31
1
-3/+6
*
TCPServer: Fixed typo in class docstring.
Barry Warsaw
2003-10-09
1
-1/+1
*
TCPServer: Fixed typo in class docstring.
Barry Warsaw
2003-10-09
1
-1/+1
*
Clearing out old patch queue. Patch #558547, make SocketServer more
Anthony Baxter
2003-01-02
1
-1/+2
*
Use False instead of 0.
Fred Drake
2002-11-22
1
-1/+1
*
Patch #550765: Add daemon_threads flag.
Martin v. Löwis
2002-11-22
1
-1/+8
*
Replace 0 with False to match working in documentation. SF 599681.
Raymond Hettinger
2002-08-25
1
-2/+2
*
SF bug #543318 (Frank J. Tobin).
Guido van Rossum
2002-04-15
1
-1/+1
*
Convert a pile of obvious "yes/no" functions to return bool.
Tim Peters
2002-04-04
1
-2/+2
*
Apply the first chunk of the second patch from SF bug #471720:
Guido van Rossum
2001-10-23
1
-3/+11
*
SF bug #471720: ThreadingMixIn/TCPServer forgets close
Guido van Rossum
2001-10-18
1
-1/+6
*
remove empty __del__ method from BaseRequestHandler to avoid cyclic garbage
Skip Montanaro
2001-10-03
1
-3/+0
*
Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients.
Martin v. Löwis
2001-07-24
1
-1/+1
*
IMPORTANT FIX: This should definitely go into the 2.1.1 release!!!
Guido van Rossum
2001-07-10
1
-6/+15
*
Add a close_request method to the BaseServer so that the TCPServer class
Ka-Ping Yee
2001-04-11
1
-0/+14
*
added __all__ lists to a number of Python modules
Skip Montanaro
2001-01-20
1
-0/+7
*
Bump __version__; add authorship note for the BaseServer patch.
Guido van Rossum
2001-01-19
1
-1/+2
*
SF Patch #102980, by Luke Kenneth Casson Leighton: BaseServer class
Guido van Rossum
2001-01-19
1
-51/+139
*
Changing allow_reuse_address's default value, and documenting it.
Moshe Zadka
2000-12-13
1
-1/+1
*
In class StreamRequestHandler, make the default buffering for rfile
Guido van Rossum
2000-09-01
1
-2/+12
*
Add class variable allow_reuse_address in TCPServer -- if nonzero, the
Guido van Rossum
2000-05-09
1
-0/+5
*
update to use threading module instead of thread.
Jeremy Hylton
1999-10-12
1
-4/+4
*
Another patch from Andy Dustman:
Guido van Rossum
1999-07-28
1
-1/+8
*
In collect_children(), put a try-except around os.waitpid() because it
Guido van Rossum
1999-06-17
1
-1/+4
*
Laurence Tratt notes that the accept() call in get_request() can fail,
Guido van Rossum
1999-06-15
1
-1/+4
*
Andy Dustman notes that I patched the close() call in the wrong place.
Guido van Rossum
1999-06-01
1
-1/+1
*
Andy Dustman writes:
Guido van Rossum
1999-05-21
1
-0/+1
*
Patch by Jeff Bauer: a minor change to declare two new
Guido van Rossum
1998-11-30
1
-12/+11
*
Fix typo in docstring: client_request should be client_address.
Guido van Rossum
1998-11-16
1
-1/+1
*
Fixed the UDP server -- this never worked. Ray Loyzaga deserves
Guido van Rossum
1998-06-16
1
-2/+7
*
Explicitly close rfile and wfile in StreamRequestHandler.finish() --
Guido van Rossum
1998-04-03
1
-0/+2
[next]