summaryrefslogtreecommitdiffstats
path: root/Lib/SocketServer.py
Commit message (Expand)AuthorAgeFilesLines
* Add class variable allow_reuse_address in TCPServer -- if nonzero, theGuido van Rossum2000-05-091-0/+5
* update to use threading module instead of thread.Jeremy Hylton1999-10-121-4/+4
* Another patch from Andy Dustman:Guido van Rossum1999-07-281-1/+8
* In collect_children(), put a try-except around os.waitpid() because itGuido van Rossum1999-06-171-1/+4
* Laurence Tratt notes that the accept() call in get_request() can fail,Guido van Rossum1999-06-151-1/+4
* Andy Dustman notes that I patched the close() call in the wrong place.Guido van Rossum1999-06-011-1/+1
* Andy Dustman writes:Guido van Rossum1999-05-211-0/+1
* Patch by Jeff Bauer: a minor change to declare two newGuido van Rossum1998-11-301-12/+11
* Fix typo in docstring: client_request should be client_address.Guido van Rossum1998-11-161-1/+1
* Fixed the UDP server -- this never worked. Ray Loyzaga deservesGuido van Rossum1998-06-161-2/+7
* Explicitly close rfile and wfile in StreamRequestHandler.finish() --Guido van Rossum1998-04-031-0/+2
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-128/+128
* No longer need to be very careful with saving the exception stateGuido van Rossum1997-09-291-2/+1
* Fix bug found by kjpylint; change doc string to avoid "(" in column 1.Guido van Rossum1997-07-161-5/+5
* Make self.rfile unbuffered (self.wfile already is). This should fixGuido van Rossum1996-10-231-1/+1
* Changed makefile() args from r/w to rb/wb, for non-unix compatability.Jack Jansen1996-02-141-2/+2
* correct retrieving return value of os.waitpid()Guido van Rossum1996-01-251-1/+1
* Initial revisionGuido van Rossum1995-08-041-0/+413
n value='bug_d4e464ae48'>bug_d4e464ae48 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* touch up ChangeLog entrymdejong2002-07-231-0/+1
|
* Man page updates from Larry Virden.jenglish2002-07-236-12/+22
|
* * unix/configure: Regen.mdejong2002-07-233-31/+66
| | | | | | * unix/tcl.m4 (SC_CONFIG_CFLAGS): Enable 64 bit compilation when using the native compiler on a 64 bit version of IRIX. [Tcl bug 219220]
* * unix/Makefile.in: Combine ranlib tests andmdejong2002-07-232-6/+10
| | | | avoid printing unless ranlib is actually run.
* * unix/tcl.m4 (SC_PATH_X): Set XINCLUDES to "" insteadmdejong2002-07-232-8/+13
| | | | | of "# no special path needed" or "# no include files found" when x headers cannot be located.
* removed load-related clientData, made filesystem staticvincentdarley2002-07-222-18/+15
|
* removed load-related clientData, made filesystem staticvincentdarley2002-07-228-45/+64
|
* Allowed parser to recognise 'Inf' as a floating-point number. [Bug 218000]dkf2002-07-224-5/+60
| | | | Also produce better error messages when this happens.
* * Silence compiler warning. [Bug 584408]dgp2002-07-212-1/+7
|
* vfs fixesvincentdarley2002-07-204-17/+45
|
* * unix/configure:mdejong2002-07-195-393/+407
| | | | | | | | | * unix/configure.in: * win/configure: * win/configure.in: Add AC_PREREQ(2.13) in an attempt to make it more clear that the configure scripts must be generated with autoconf version 2.13. [Bug 583573]
* macosx build fixvincentdarley2002-07-192-1/+9
|
* Made variable static.dkf2002-07-192-2/+8
|
* Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ↵dkf2002-07-1912-75/+93
| | | | have file-scope.
* Split off ChangeLog.2001 from ChangeLogrmax2002-07-192-3734/+3739
|
* Cleanup and simplificationdkf2002-07-192-26/+30
| | | | (file-vars are private, loops are not done when effects are unobservable)
* Added ActiveState to license.termsdkf2002-07-192-3/+7
|
* Added tests for the [time] command.dkf2002-07-19