- 19 Mar, 2001 4 kayıt (commit)
-
-
Jeremy Hylton yazdı
SF bugs 409230 and 407800 Also remove bogus list comp code from symtable_assign().
-
Tim Peters yazdı
on the current machine. Wise doesn't seem to know this itself, and it varies across Windows flavors.
-
Guido van Rossum yazdı
(Excluding the logging stuff, which doesn't lend itself to use via "from cgi import *" -- it manipulates globals.)
-
Fred Drake yazdı
-
- 18 Mar, 2001 7 kayıt (commit)
-
-
Tim Peters yazdı
-
Skip Montanaro yazdı
closes bug #406642
-
Moshe Zadka yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
from the last failure report.
-
Eric S. Raymond yazdı
the re package rather than the obsolete regex.
-
Tim Peters yazdı
http://sourceforge.net/tracker/?func=detail&aid=409448&group_id=5470&atid=105470 Now less braindead. Also added test_complex.py, which doesn't test much, but fails without this patch.
-
- 17 Mar, 2001 4 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
specified on the command-line or in setup.cfg. The option processing leaves them as strings, but they're supposed to be lists.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
/usr/local first and leaving /usr/include at the end. This addresses the comments in bug #232609.
-
Tim Peters yazdı
http://sourceforge.net/tracker/?func=detail&aid=233200&group_id=5470&atid=105470 Wrapped the fread/fwrite calls in thread BEGIN_ALLOW/END_ALLOW brackets Afraid I hit the "delete trailing whitespace key" too! Only two "real" sections of code changed here.
-
- 16 Mar, 2001 7 kayıt (commit)
-
-
Thomas Heller yazdı
before this get forgotten again. Should probably be set to 1.0.2 before final release of python 2.1 Does someone still release distutils separate from python?
-
Thomas Heller yazdı
has been changed to include an uninstaller. I forgot to mention in the uninstaller checkin that the logfile name (used for uninstalling) has been changed from <module>.log to <module>-wininst.log. This should prevent conflicts with a distutils logfile serving the same purpose. The short form of the --bdist-dir (-d) option has been removed because it caused conflicts with the short form of the --dist-dir option.
-
Fred Drake yazdı
-
Fred Drake yazdı
for backward compatibility. Add support for SGML declaration syntax (<!....>) to some reasonable degree. This does not support everything allowed in SGML, but should work with "real" HTML (internal subset in a DOCTYPE is not handled). The content of the declaration is passed to the .handle_decl() method, which can be overridden by subclasses.
-
Fred Drake yazdı
different enough to actually require an explanation. ;-) Fix a couple of PyDictObject* types that should be PyObject* types.
-
Neil Schemenauer yazdı
Cygwin Python to startup correctly when in ntsec mode. Cygwin operating in this mode is probably not the only system with this requirement.
-
Tim Peters yazdı
-
- 15 Mar, 2001 9 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Added kLocalDomain and friends.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Don't do sys.prefix==os.getcwd() check unless we're an applet.
-
Jack Jansen yazdı
-
Ka-Ping Yee yazdı
-
- 14 Mar, 2001 4 kayıt (commit)
-
-
Fred Drake yazdı
-
Jeremy Hylton yazdı
good doc strings.) Fix silly argument handling; was using *args but really wanted 1 optional arg. XXX Should profile.doc be merged into the documentation and removed from the Lib directory?
-
Sjoerd Mullender yazdı
can be called from a start tag handler. When the corresponding end tag is read the flag is cleared. However, it didn't get cleared when the start tag was for an empty element of the type <tag .../>. This modification fixes the problem.
-
Fred Drake yazdı
-
- 13 Mar, 2001 5 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Fred Drake yazdı
trashed.
-
Martin v. Löwis yazdı
- addition of a DocumentFragment implementation and createDocumentFragment method - proper setting of ownerDocument for all nodes - setting of namespaceURI to None in Element as a class attribute - addition of setAttributeNodeNS and removeAttributeNodeNS as aliases for setAttributeNode and removeAttributeNode - support for inheriting from DOMImplementation to extend it with additional features (to override the Document class) in pulldom: - support for nodes (comment and PI) that occur before he document element; that became necessary as pulldom now delays creation of the document until it has the document element.
-
Guido van Rossum yazdı
-
Jeremy Hylton yazdı
cause the free variables to leak.
-