- 29 Ock, 1999 4 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 28 Ock, 1999 25 kayıt (commit)
-
-
Fred Drake yazdı
Lots of changes to get the paragraph marking to work, and not go into an infinite recursion. Start to rationalize markup of method signatures; not complete. find_all_elements(): similar to getElementsByTagName(), but operates on the not-quite-legal fragments we deal with here. Simplifies several individual transforms. fixup_sectionauthors(): Convert \sectionauthor items to <author> just after the <section>'s <title>.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
with changed APIs -- it makes much more sense there. Also add a new feature: if the first character of a menu label is a '!', it gets a checkbox. Checkboxes are bound to Boolean Tcl variables that can be accessed through the new getvar/setvar/getrawvar API; the variable is named after the event to which the menu is bound.
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
With -s only a single test is run. The next test run is chosen sequentially from the list of all tests.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
more severe ones.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
PyList_Append steals a reference even if it fails). builtin_filter(): Had the same leak problem as builtin_map().
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
Marc-Andre Lemburg.
-
Guido van Rossum yazdı
Marc-Andre Lemburg.
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
-
Just van Rossum yazdı
-
Jack Jansen yazdı
-
Barry Warsaw yazdı
raise an ImportError if not running verbose. This signals to the regression framework that this test isn't applicable.
-
Barry Warsaw yazdı
reference, so you have to DECREF the appended value. This was a fun one!
-
- 27 Ock, 1999 11 kayıt (commit)
-
-
Barry Warsaw yazdı
test for classes with a __complex__() method. The attribute is pulled out of the instance with PyObject_GetAttr() but this transfers ownership and the function object was never DECREF'd.
-
Guido van Rossum yazdı
(It was left in accidentally after a long and arduous 3-way patch session.)
-
Barry Warsaw yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
doesn't do well.
-
Barry Warsaw yazdı
put into the module dict, but is never DECREF'd in this function, so it and all its contents leak.
-
Barry Warsaw yazdı
else-clause of the subname test, the parentname object was never DECREF'd.
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
test, we forgot that z is still pointing to a real live object. DECREF() it before returning.
-