- 13 Mar, 2001 1 kayıt (commit)
-
-
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.
-
- 09 Mar, 2001 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 08 Mar, 2001 7 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Fred Drake yazdı
(Based on reader comment!)
-
Fred Drake yazdı
some NT/IE5.5 users to see only boxes for these characters. This might be specific to NT Service Pack 6.
-
Jack Jansen yazdı
-
- 07 Mar, 2001 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 06 Mar, 2001 12 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
PythonInterpreterClassic and PythonInterpreterCarbon now have filetype "Atmp". The ConfigurePythonXXX scripts will set this to APPL when copying either of those to PythonInterpreter.
-
Jack Jansen yazdı
macostools.copy() now has an optional forcetype flag, which sets the filetype. This is used by various tools to set the type to APPL when copying interpreter template files (Atmp filetype).
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Re-try the file copy once if it fails. This works around an obscure and non-reproducibe bug in GUSI.
-
Jack Jansen yazdı
-
Skip Montanaro 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ı
-