- 27 Ock, 2003 17 kayıt (commit)
-
-
Tim Peters yazdı
-
Guido van Rossum yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
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 yazdı
this over the weekend, and it made faster & better progress than I expected -- it's already useful <wink>.
-
Tim Peters yazdı
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
that should stand out.
-
Fred Drake yazdı
between the "note" and "warning" flavors.
-
Andrew M. Kuchling yazdı
have two tuples listing the legal keywords for setup() and Extension()
-
Walter Dörwald yazdı
-
Jack Jansen yazdı
of the usual frantic editing at the last moment:-)
-
Skip Montanaro yazdı
* 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 yazdı
Remove GC code; the base type does not need GC.
-
Martin v. Löwis yazdı
-
Kurt B. Kaiser yazdı
Modified Files: INSTALL.txt NEWS.txt idlever.py
-
Kurt B. Kaiser yazdı
Modified Files: Bindings.py configHandler.py configHelpSourceEdit.py
-
- 26 Ock, 2003 22 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Kurt B. Kaiser yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Update to try UDP, if that fails, try TCP.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
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 yazdı
-
Martin v. Löwis yazdı
Correct various typos. Fixes #674700. Set newly created attribute via setNamedItem.
-
Martin v. Löwis yazdı
Update Windows command line.
-
Kurt B. Kaiser yazdı
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 yazdı
-
Neal Norwitz yazdı
Syslog uses UDP (SOCK_DGRAM)
-
Neal Norwitz yazdı
Syslog uses UDP (SOCK_DGRAM)
-
- 25 Ock, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-