- 29 Haz, 2003 39 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Jeremy Hylton yazdı
-
Barry Warsaw yazdı
after running the script so that a program could do something like: os.environ['PYTHONINSPECT'] = 1 to programmatically enter a prompt at the end. (After a patch by Skip Montanaro w/ proposal by Troy Melhase
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Tim Peters yazdı
-
Fred Drake yazdı
-
Tim Peters yazdı
Jeremy can check in the real things.
-
Tim Peters yazdı
-
Skip Montanaro yazdı
-
Raymond Hettinger yazdı
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 yazdı
-
Raymond Hettinger yazdı
* Added unittest that fails before, but not after Neil's fix to ceval.c.
-
Neal Norwitz yazdı
Will backport.
-
Tim Peters yazdı
-
Tim Peters yazdı
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 yazdı
Minor improvement to previous bugfix. Eating the remaining characters would lead to an endless loop without a termination test.
-
Raymond Hettinger yazdı
(Contributed by Bob Halley) Add documentation for the new socket.timeout exception.
-
Raymond Hettinger yazdı
-
Neal Norwitz yazdı
to PyXML, I'm not sure of the procedure.
-
Raymond Hettinger yazdı
(Contributed by Bob Halley) Add unittests for the new socket.timeout exception.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Should all the commented out code be removed?
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Tim Peters yazdı
passed on.
-
Raymond Hettinger yazdı
(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 yazdı
-
Fred Drake yazdı
-
Tim Peters yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
cannot be found.
-
-
- 28 Haz, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
-