- 29 Jun, 2003 34 commits
-
-
Jeremy Hylton authored
-
Tim Peters authored
-
Fred Drake authored
-
Tim Peters authored
Jeremy can check in the real things.
-
Tim Peters authored
-
Skip Montanaro authored
-
Raymond Hettinger authored
Analysis by Bob Halley: The test seems to expect that if time.daylight is true, then the is_dst field of the tm structure will be 1 too. But this isn't the case, since daylight is true if the timezone does DST, *not* if DST is in effect.
-
Andrew MacIntyre authored
-
Raymond Hettinger authored
* Added unittest that fails before, but not after Neil's fix to ceval.c.
-
Neal Norwitz authored
Will backport.
-
Tim Peters authored
-
Tim Peters authored
I won't have time to write real docs, but spent a lot of time adding comments to his code and fleshing out the exported functions' docstrings. There's probably opportunity to consolidate how docstrings get extracted too, and the new code for that is probably better than the old code for that (which strained mightily to recover from 2.2's new class/type gimmicks).
-
Raymond Hettinger authored
Minor improvement to previous bugfix. Eating the remaining characters would lead to an endless loop without a termination test.
-
Raymond Hettinger authored
(Contributed by Bob Halley) Add documentation for the new socket.timeout exception.
-
Raymond Hettinger authored
-
Neal Norwitz authored
to PyXML, I'm not sure of the procedure.
-
Raymond Hettinger authored
(Contributed by Bob Halley) Add unittests for the new socket.timeout exception.
-
Neal Norwitz authored
-
Neal Norwitz authored
Should all the commented out code be removed?
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Tim Peters authored
passed on.
-
Raymond Hettinger authored
(Contributed by Bob Halley) Added a new exception, socket.timeout so that timeouts can be differentiated from other socket exceptions. Docs, more tests, and newsitem to follow.
-
Fred Drake authored
-
Fred Drake authored
-
Tim Peters authored
-
Jack Jansen authored
-
Jack Jansen authored
cannot be found.
-
-
- 28 Jun, 2003 6 commits
-
-
Jack Jansen authored
-
Guido van Rossum authored
A new API (only accessible from C) to interrupt a thread by sending it an exception. This is not always effective, but might help some people. Requested by Just van Rossum and Alex Martelli. It is intentional that you have to write your own C extension to call it from Python. Docs will have to wait.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Submitted By: Christopher A. Craig Fillin some missing decrefs.
-
Barry Warsaw authored
-
Jim Fulton authored
the new way that once writes types. Deleted the old section and sample code and added a new section building on the Noddy example.
-