- 04 Dec, 2000 5 commits
-
-
Fred Drake authored
-
Fred Drake authored
SAX1 code to SAX2, based on bug #123695.
-
Fred Drake authored
coverage to ensure bug #124324 does not re-surface.
-
Fred Drake authored
This closes bug #124324.
-
Neil Schemenauer authored
accepts. Clarify exception messages for isinstance() and issubclass(). Closes bug #124106.
-
- 03 Dec, 2000 10 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
Added an extraexportsymbols option, to allow (you guessed it:-) extra export symbols to be specified.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Moshe Zadka authored
Fixed definition of _cmp.
-
Martin v. Löwis authored
protocols. Closes bug #119822.
-
- 01 Dec, 2000 4 commits
-
-
Fred Drake authored
-
Guido van Rossum authored
getsockaddrarg when the address is not a tuple.
-
Guido van Rossum authored
buffer" replaced by "string or read-only character buffer".
-
Tim Peters authored
I suggested to Guido that %u be deprecated (it seems useless in Python to me).
-
- 30 Nov, 2000 10 commits
-
-
Moshe Zadka authored
Improved version coming soon to a Source Forge near you!
-
Andrew M. Kuchling authored
-
Moshe Zadka authored
Complete with docos and tests. OKed by Guido.
-
Fred Drake authored
notification message.
-
Fred Drake authored
-
Fred Drake authored
this is slightly easier to read than the list environment that had been used.
-
Fred Drake authored
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 authored
-
Tim Peters authored
-
Andrew M. Kuchling authored
-
- 29 Nov, 2000 9 commits
-
-
Fred Drake authored
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 authored
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 authored
-
Fred Drake authored
and the implementation docs for xml.dom.minidom.
-
Fred Drake authored
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 authored
This closes bug #123730.
-
Tim Peters authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 28 Nov, 2000 2 commits
-
-
Fred Drake authored
-
Fred Drake authored
modules, otherwise the behavior is just plain confusing.
-