- 16 Mar, 2001 5 kayıt (commit)
-
-
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 6 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.
-
Jeremy Hylton yazdı
with free variables. Thanks to Martin v. Loewis for finding two of the problems. This fixes SF buf 405583. There is also a C API change: PyFrame_New() is reverting to its pre-2.1 signature. The change introduced by nested scopes was a mistake. XXX Is this okay between beta releases? cell_clear(), the GC helper, must decref its reference to break cycles. frame_dealloc() must dealloc all cell vars and free vars in addition to locals. eval_code2() setup code must INCREF cells it copies out of the closure. The STORE_DEREF opcode implementation must DECREF the object it passes to PyCell_Set().
-
- 12 Mar, 2001 3 kayıt (commit)
-
-
Fred Drake yazdı
a Py_complex C value. Patch by Walter Dörwald. This closes SF patch #407148.
-
Fred Drake yazdı
a Py_complex C value. Patch by Walter Dörwald. This partially closes SF patch #407148.
-
Fred Drake yazdı
This closes SF bug #407777.
-
- 11 Mar, 2001 6 kayıt (commit)
-
-
Tim Peters yazdı
May or may not be related to bug 407680 (obmalloc.c - looks like it's corrupted). This repairs the illegal vrbl names, but leaves a pile of illegal macro names (_THIS_xxx, _SYSTEM_xxx, _SET_HOOKS, _FETCH_HOOKS).
-
Tim Peters yazdı
apparently forgot to play along. Make complex act like float.
-
Tim Peters yazdı
-
Tim Peters yazdı
As the bug report notes, the Windows installer creates a useless pydoc file in the base directory. Changed the installer to rename it pydoc.pyw instead.
-
Tim Peters yazdı
to be used in Windows. They got out of synch. Repaired that, and added comments to each one pointing at the other.
-
Fred Drake yazdı
them; this closes SF bug #407504.
-
- 10 Mar, 2001 7 kayıt (commit)
-
-
Tim Peters yazdı
IDLE, and it likely changes across releases anyway).
-
Andrew M. Kuchling yazdı
-
Jack Jansen yazdı
-
Ka-Ping Yee yazdı
-
Ka-Ping Yee yazdı
-
Fred Drake yazdı
to avoid segfaults when more than one feature is named in the future statement. This tests for regression of SF bug #407394.
-
Fred Drake yazdı
commas in the concrete syntax; checking those causes a segfault. This fixes SF bug #407394.
-