Brett Cannon
f9addb676d
Change from a threading.Condition object to a threading.Event object for
...
signalling when the TCP server is done. Should hopefully solve hanging
issues for Solaris 8 & 9. Solves the apparent hanging issue with OS X.
Closes patch #729988 .
2003-04-30 05:32:32 +00:00
Guido van Rossum
ecf0f02518
Merge back from r23b1-branch
2003-04-26 00:21:31 +00:00
Guido van Rossum
376e636f18
New version from Vinaj, should solve the threading problems (hopefully).
2003-04-25 14:22:00 +00:00
Neal Norwitz
6fa635df7a
SF patch #687683 , Patches to logging (updates from Vinay)
...
Mostly rename WARN -> WARNING
Other misc tweaks
Update tests (not in original patch)
2003-02-18 14:20:07 +00:00
Guido van Rossum
2a1d51602b
Fix from Vinaj for the "writing to closed file" errors. SF 670390.
2003-01-21 21:05:22 +00:00
Jack Jansen
8834009338
On Mac OS X calling setlocale will raise locale.Error. This isn't fatal,
...
so just continue testing. Fixes #668787 .
2003-01-15 23:43:02 +00:00
Neal Norwitz
502b9e1fbb
At least one Solaris box in the snake farm only supports "C" locale.
...
Adding try/except allows the test to pass
2003-01-05 18:15:23 +00:00
Neal Norwitz
b4a2df0c8d
SF #660795
...
Add a test for logging from Vinay Sajip (module author)
2003-01-02 14:56:39 +00:00