- 29 Haz, 2003 24 kayıt (commit)
-
-
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 16 kayıt (commit)
-
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
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 yazdı
-
Raymond Hettinger yazdı
Submitted By: Christopher A. Craig Fillin some missing decrefs.
-
Barry Warsaw yazdı
-
Jim Fulton yazdı
the new way that once writes types. Deleted the old section and sample code and added a new section building on the Noddy example.
-
Jim Fulton yazdı
building new types.
-
Jim Fulton yazdı
-
Jim Fulton yazdı
-
Jim Fulton yazdı
function, not a PyObject *.
-
Jim Fulton yazdı
this in module initialization before calling PyType_Ready. (Sorry Tim.) This is necessary to compile on cygwin. AFAIK, we support cygwin. If so, then we need to write extentions this way.
-
Jim Fulton yazdı
this in module initialization before calling PyType_Ready. (Sorry Tim.) This is necessary to compile on cygwin. AFAIK, we support cygwin. If so, then we need to write extentions this way. Fixed bug in implementation of tp_init function. It should be an int function, not a PyObject *.
-
Fred Drake yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-