- 15 Mar, 2001 3 commits
-
-
Jack Jansen authored
Don't do sys.prefix==os.getcwd() check unless we're an applet.
-
Jack Jansen authored
-
Ka-Ping Yee authored
-
- 14 Mar, 2001 4 commits
-
-
Fred Drake authored
-
Jeremy Hylton authored
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 authored
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 authored
-
- 13 Mar, 2001 6 commits
-
-
Skip Montanaro authored
-
Fred Drake authored
trashed.
-
Martin v. Löwis authored
- 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 authored
-
Jeremy Hylton authored
cause the free variables to leak.
-
Jeremy Hylton authored
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 commits
-
-
Fred Drake authored
a Py_complex C value. Patch by Walter Dörwald. This closes SF patch #407148.
-
Fred Drake authored
a Py_complex C value. Patch by Walter Dörwald. This partially closes SF patch #407148.
-
Fred Drake authored
This closes SF bug #407777.
-
- 11 Mar, 2001 6 commits
-
-
Tim Peters authored
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 authored
apparently forgot to play along. Make complex act like float.
-
Tim Peters authored
-
Tim Peters authored
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 authored
to be used in Windows. They got out of synch. Repaired that, and added comments to each one pointing at the other.
-
Fred Drake authored
them; this closes SF bug #407504.
-
- 10 Mar, 2001 7 commits
-
-
Tim Peters authored
IDLE, and it likely changes across releases anyway).
-
Andrew M. Kuchling authored
-
Jack Jansen authored
-
Ka-Ping Yee authored
-
Ka-Ping Yee authored
-
Fred Drake authored
to avoid segfaults when more than one feature is named in the future statement. This tests for regression of SF bug #407394.
-
Fred Drake authored
commas in the concrete syntax; checking those causes a segfault. This fixes SF bug #407394.
-
- 09 Mar, 2001 1 commit
-
-
Jack Jansen authored
-
- 08 Mar, 2001 7 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Fred Drake authored
(Based on reader comment!)
-
Fred Drake authored
some NT/IE5.5 users to see only boxes for these characters. This might be specific to NT Service Pack 6.
-
Jack Jansen authored
-
- 07 Mar, 2001 3 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-