- 03 Dec, 2000 1 commit
-
-
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 6 commits
-
-
Fred Drake authored
-
Fred Drake authored
modules, otherwise the behavior is just plain confusing.
-
Fred Drake authored
ordering fixed up (this makes sure that "xml.dom" comes before "xml.dom.minidom" in the Module Index, which was not true before because some HTML cruft crept into the data structures).
-
Guido van Rossum authored
-
Fred Drake authored
for the HTML version).
-
Fred Drake authored
-
- 27 Nov, 2000 5 commits
-
-
Guido van Rossum authored
"..." in "from M import ..." was never DECREFed. Leak reported by James Slaughter and nailed by Barry, who also provided an earlier version of this patch.
-
Guido van Rossum authored
-
Fred Drake authored
-
Guido van Rossum authored
Fixes a typo that caused "".join(u"this is a test") to dump core.
-
Tim Peters authored
-
- 26 Nov, 2000 2 commits
-
-
Jack Jansen authored
Added support for project-relative and absolute path names in the search path entries.
-
Jack Jansen authored
three modules done (and one doesn't work:-), the rest TBD.
-
- 22 Nov, 2000 3 commits
-
-
Fred Drake authored
-
Fred Drake authored
Add support for some combining characters. Remove unnecessary imports and dependencies on PyXML and esistools.
-
Fred Drake authored
Remove the SGML aspects; there's too much XML momentum to worry about the SGML flavor at this point.
-