- 27 Jan, 2003 18 commits
-
-
Tim Peters authored
expensive way to spell chr() and ord().
-
Tim Peters authored
-
Guido van Rossum authored
-
Tim Peters authored
-
Tim Peters authored
component strings by a blank instead of a period. Guido pointed out that the component strings (at least the first one) can be dotted already. find_class() is overridable too, so only God knows all the possibilities that make sense to someone.
-
Tim Peters authored
this over the weekend, and it made faster & better progress than I expected -- it's already useful <wink>.
-
Tim Peters authored
-
Andrew M. Kuchling authored
-
Fred Drake authored
that should stand out.
-
Fred Drake authored
between the "note" and "warning" flavors.
-
Andrew M. Kuchling authored
have two tuples listing the legal keywords for setup() and Extension()
-
Walter Dörwald authored
-
Jack Jansen authored
of the usual frantic editing at the last moment:-)
-
Skip Montanaro authored
* remove doc for defunct IllegalKeywordArgument exception * add note that HTTP class is for backward compatibility and refer reader to online docstrings for help
-
Martin v. Löwis authored
Remove GC code; the base type does not need GC.
-
Martin v. Löwis authored
-
Kurt B. Kaiser authored
Modified Files: INSTALL.txt NEWS.txt idlever.py
-
Kurt B. Kaiser authored
Modified Files: Bindings.py configHandler.py configHelpSourceEdit.py
-
- 26 Jan, 2003 22 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Kurt B. Kaiser authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Neal Norwitz authored
-
Neal Norwitz authored
Update to try UDP, if that fails, try TCP.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Add support for the DOM Level 3 (draft) DOMImplementationSource interface to the xml.dom and xml.dom.minidom modules. Note API issue: the draft spec says to return null when there is no suitable implementation, while the Python getDOMImplementation() function raises ImportError (minor).
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Correct various typos. Fixes #674700. Set newly created attribute via setNamedItem.
-
Martin v. Löwis authored
Update Windows command line.
-
Kurt B. Kaiser authored
M config-extensions.def M help.txt 1. Run Script --> Run Module 2. Update IDLE Help file and do more work on format.
-
Raymond Hettinger authored
-
Neal Norwitz authored
Syslog uses UDP (SOCK_DGRAM)
-
Neal Norwitz authored
Syslog uses UDP (SOCK_DGRAM)
-