- 03 Dec, 2001 1 commit
-
-
Guido van Rossum authored
slot_tp_descr_set(): When deleting an attribute described by a descriptor implemented in Python, the descriptor's __del__ method is called by the slot_tp_descr_set dispatch function. This is bogus -- __del__ already has a different meaning. Renaming this use of __del__ is renamed to __delete__.
-
- 02 Dec, 2001 15 commits
-
-
Jack Jansen authored
Now sys.executable points to the executable again, in stead of to the shared library. The latter is used only for locating the python home.
-
Jack Jansen authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Fred Drake authored
-
Fred Drake authored
easier to find. Based on the comment from Steve Alexander on the zope-coders mailing list.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Fixes #485679.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Tim Peters authored
ends. Also, when there is trouble, ensure the buffer has a traiing 0 byte.
-
- 01 Dec, 2001 3 commits
-
-
Guido van Rossum authored
than the argument string size, copy as many bytes as will fit (including a terminating '\0'), rather than not copying anything. This to make it satisfy the C99 spec.
-
Tim Peters authored
-
Tim Peters authored
Bugfix candidate. int_repr(): we've never had a buffer big enough to hold the largest possible result on a 64-bit box. Now that we're using snprintf instead of sprintf, this can lead to nonsense results instead of random stack corruption.
-
- 30 Nov, 2001 13 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Use the new seealso* environment in the section pointing out other GUI toolkits.
-
Fred Drake authored
to seealso, but does not add the "See also:" header or put the content in a box in the HTML version. Updated the description of \seeurl to better indicate when it should be used; the old description was written before we had \seetitle.
-
Fred Drake authored
-
Fred Drake authored
more similar.
-
Jack Jansen authored
changes from start of branch upto r22b2 were already merged, of course).
-
Tim Peters authored
-
Fred Drake authored
This closes SF bug #458447.
-
- 29 Nov, 2001 8 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
result object changes.
-
Fred Drake authored
-
Fred Drake authored
This closes SF bug #487147.
-
Martin v. Löwis authored
-
Fred Drake authored
with some extensions and changes from me. This closes SF patch #472825.
-
Fred Drake authored
function. This closes SF bug #486657.
-