- 04 Ara, 2001 25 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
This is the Unix portion of the fix for SF bug #489052.
-
Guido van Rossum yazdı
reserved words. No longer need to import string.
-
Guido van Rossum yazdı
didn't use reswords.py, as the comment clearly states. :-(
-
Tim Peters yazdı
extensions that #include Python.h. See (rejected) patch 487634 for more detail. I'll open a new bug report for the rest needed here.
-
Fred Drake yazdı
modules, or the module cannot be properly imported. (Based on a suggestion sent to python-docs.) Update the displayed dir() of the sys and __builtin__ module with Python 2.2.
-
Fred Drake yazdı
give examples for which str() and repr() yield different results. This closes SF bug #485446.
-
Ka-Ping Yee yazdı
By default, save sys.stdout in self.file when a Hook instance is created (e.g. when cgitb.enable() is called).
-
Guido van Rossum yazdı
$BROWSER should be split on os.pathsep, not on ":".
-
Guido van Rossum yazdı
There's now a new structmember code, T_OBJECT_EX, which is used for all __slot__ variables (except __weakref__, which has special behavior anyway). This new code raises AttributeError when the variable is NULL rather than converting NULL to None.
-
Fred Drake yazdı
insertion work. This fix makes things at least somewhat more explicit, and adds a little sanity checking (and verbosity!) to add_bbl_and_idx_dummy_commands().
-
Fred Drake yazdı
by a question to webmaster). Re-wrapped a long line.
-
Guido van Rossum yazdı
result would overflow an int. Check for this. (SF bug #488482, Armin Rigo.)
-
Fred Drake yazdı
-
Guido van Rossum yazdı
There's now a new structmember code, T_OBJECT_EX, which is used for all __slot__ variables (except __weakref__, which has special behavior anyway). This new code raises AttributeError when the variable is NULL rather than converting NULL to None.
-
Guido van Rossum yazdı
string object (or a Unicode that's trivially converted to ASCII). PyObject_GetAttr(): add an 'else' to the Unicode test like PyObject_SetAttr() already has.
-
Guido van Rossum yazdı
(Not sure if this is legal according to the Google terms of service. :-)
-
Jack Jansen yazdı
Patch by Jason Harper to allow IDE to work again under MacOS 8.1. Plus appearance support for Wlist frames and focussing. Plus commented-out appearance support for the same for Wtext, which still needs some work.
-
Guido van Rossum yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
own interfered with including Python.h. Remove Python's assert.h.
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
The error for assignment to __debug__ used ste->ste_opt_lineno instead of n->n_lineno. The latter was at best incorrect; often the slot was uninitialized. Two fixes here: Use the correct lineno for the error. Initialize ste_opt_lineno in PySymtable_New(); while there are no current cases where it is referenced unless it has already been assigned to, there is no harm in initializing it.
-
Tim Peters yazdı
-
- 03 Ara, 2001 15 kayıt (commit)
-
-
Fred Drake yazdı
from Skip Montanaro. There is one weirdness in the final index for HTML, but that is low priority.
-
Fred Drake yazdı
Andrew Koenig.
-
Fred Drake yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
Reflow paragraph
-
Tim Peters yazdı
sprintf -> PyOS_snprintf. This is the last of this stuff I intend to do.
-
Guido van Rossum yazdı
and assign_slice() weren't properly DECREF'ing the temporary slice object they created. (Shame on me. :-)
-
Guido van Rossum yazdı
Armin Rigo (SF bug #488477). Added a testcase to test_unpack_iter() in test_iter.py.
-
Just van Rossum yazdı
-
Barry Warsaw yazdı
#486375, but not the rest of it, since that changes the documented semantics of encode().
-
Guido van Rossum yazdı
Py_DECREF(arg) after the PyErr_NoMemory() call. (Armin Rigo, SF bug #488477.)
-
Fred Drake yazdı
sent to python-docs.
-
Barry Warsaw yazdı
pass. Closes SF # 485080
-
Fred Drake yazdı
python-docs.
-
Fred Drake yazdı
can vary by platform and installation. Based on suggestion to python-docs.
-