- 06 Ara, 2000 5 kayıt (commit)
-
-
Barry Warsaw yazdı
Implements and closes SF patch #102106, with Guido's suggested documentation changes.
-
Fred Drake yazdı
getlogin() -- it is not clear that a NULL is always an error.
-
Fred Drake yazdı
NULL without setting errno; observed on Linux Mandrake 7.2 by an anonymous user. This closes bug #124758.
-
Fred Drake yazdı
Fix type of the self parameter to some string object methods. This closes patch #102670.
-
Sjoerd Mullender yazdı
- Use new Error class (subclass of RuntimeError so is backward compatible) which is raised when RuntimeError used to be raised. - Report original attribute name in error messages instead of name mangled with namespace URL.
-
- 04 Ara, 2000 5 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
SAX1 code to SAX2, based on bug #123695.
-
Fred Drake yazdı
coverage to ensure bug #124324 does not re-surface.
-
Fred Drake yazdı
This closes bug #124324.
-
Neil Schemenauer yazdı
accepts. Clarify exception messages for isinstance() and issubclass(). Closes bug #124106.
-
- 03 Ara, 2000 10 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Added an extraexportsymbols option, to allow (you guessed it:-) extra export symbols to be specified.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Moshe Zadka yazdı
Fixed definition of _cmp.
-
Martin v. Löwis yazdı
protocols. Closes bug #119822.
-
- 01 Ara, 2000 4 kayıt (commit)
-
-
Fred Drake yazdı
-
Guido van Rossum yazdı
getsockaddrarg when the address is not a tuple.
-
Guido van Rossum yazdı
buffer" replaced by "string or read-only character buffer".
-
Tim Peters yazdı
I suggested to Guido that %u be deprecated (it seems useless in Python to me).
-
- 30 Kas, 2000 10 kayıt (commit)
-
-
Moshe Zadka yazdı
Improved version coming soon to a Source Forge near you!
-
Andrew M. Kuchling yazdı
-
Moshe Zadka yazdı
Complete with docos and tests. OKed by Guido.
-
Fred Drake yazdı
notification message.
-
Fred Drake yazdı
-
Fred Drake yazdı
this is slightly easier to read than the list environment that had been used.
-
Fred Drake yazdı
of return tuples. The bare \item took advantage of an implementation detail when formatting in LaTeX, and was just wrong when generating HTML. It also broke the XML conversion scripts, since there was no enclosing list-like environment to contain them.
-
Fred Drake yazdı
-
Tim Peters yazdı
-
Andrew M. Kuchling yazdı
-
- 29 Kas, 2000 6 kayıt (commit)
-
-
Fred Drake yazdı
Python equivalent actually equivalent to the C code. Also, in the C code, place the "goto" statements on a line by themselves for better visibility of statements that affect control flow. This closes bug #123398.
-
Guido van Rossum yazdı
also test join method of 8-bit strings. Also changed the test() function to (1) compare the types of the expected and actual result, and (2) in verbose mode, print the repr() of the output.
-
Jack Jansen yazdı
-
Fred Drake yazdı
and the implementation docs for xml.dom.minidom.
-
Fred Drake yazdı
is now separated from the supplied standard implementation. Not all interfaces are documented yet, but the structure is better set up to do so. There is still a lot to do here, but the shape of the documentation is coming into line.
-
Fred Drake yazdı
This closes bug #123730.
-