- 28 Ock, 1999 9 kayıt (commit)
-
-
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 18 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.
-
Fred Drake yazdı
hyperlinking in the PDF version. This also allows many of the macros that do this stuff to be a good bit more readable. Takes the target name and link content as parameters. Use \py@linkToName for all internal links.
-
Fred Drake yazdı
-
Fred Drake yazdı
files, debugger etc." section from "Undocumented Modules"!
-
Barry Warsaw yazdı
v temporary variable was never decref'd. Test this by starting up the interpreter, hitting C-c, then immediately exiting. Same potential leak can occur if error is E_NOMEM, since the return is done in the case block. Added Py_XDECREF(v); to both blocks, just before the return.
-
Barry Warsaw yazdı
sys.version was missing a Py_XDECREF().
-
Fred Drake yazdı
only describe one; say "following function" instead! Merge the two one-sentence paragraphs into a single paragraph, so it doesn't look too stupid.
-
Just van Rossum yazdı
-
- 26 Ock, 1999 7 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
module myself) to accept an option keyword argument (vars) that is substituted on top of the defaults that were setup in __init__. The patch also fixes the problem where you can't have recusive references inside your configuration file.
-
Fred Drake yazdı
that used in the "normal" index. No visual difference, but more easily processed by helper scripts.
-
Fred Drake yazdı
(petrilli@amber.org).
-
Jack Jansen yazdı
-
Barry Warsaw yazdı
the SunPro C compiler to choke. Removed this redundant line.
-
- 25 Ock, 1999 6 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
I've reformatted it, added a few comments, a test for tabsize <= 0, and used the AS_STRING macro.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
of them. I.e., '<a name="foo"href="bar.html">' will now have two attributes recognized. Based on comments from newgroup.
-
Guido van Rossum yazdı
-