- 22 May, 2003 20 kayıt (commit)
-
-
cvs2svn yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Tim Peters yazdı
-
Jeremy Hylton yazdı
Add a tp_new slot to function objects that handles the case of a function requiring a closure. Put the function type in the new module, rather than having a function new.function(). Add tests.
-
Barry Warsaw yazdı
library match was found. This fixes dbm on RedHat 9 and doesn't appear (so far <wink>) to have any regressions on other *nixes.
-
Raymond Hettinger yazdı
-
Andrew M. Kuchling yazdı
-
Jeremy Hylton yazdı
-
Tim Peters yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
document" text from html/stdabout.dat, not html/about.dat.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Barry Warsaw yazdı
-
Fred Drake yazdı
-
- 21 May, 2003 1 kayıt (commit)
-
-
Tim Peters yazdı
tp_free is NULL or PyObject_Del at the end. Because it's a base type it must call tp_free in its dealloc function, and because it's gc'able it must not call PyObject_Del. inherit_slots(): Don't inherit tp_free unless the type and its base agree about whether they're gc'able. If the type is gc'able and the base is not, and the base uses the default PyObject_Del for its tp_free, give the type PyObject_GC_Del for its tp_free (the appropriate default for a gc'able type). cPickle.c: The Pickler and Unpickler types claim to be base classes and gc'able, but their dealloc functions didn't call tp_free. Repaired that. Also call PyType_Ready() on these typeobjects, so that the correct (PyObject_GC_Del) default memory-freeing function gets plugged into these types' tp_free slots.
-
- 20 May, 2003 11 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
continuation lines in .po metadata caused a crash. Also, export more symbols from __all__.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
Line numbering of examples is not used elsewhere.
-
Martin v. Löwis yazdı
unnecessary redirection limit code which is already in FancyURLopener. Backport of 1.12.
-
Martin v. Löwis yazdı
Instead of sending the real user and host, use "anonymous@" (i.e. no host name at all!) as the default anonymous FTP password. This avoids privacy violations. Backport of 1.62, 1.63.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
- 18 May, 2003 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
Fixes bug reported in comment to #728322.
-
Martin v. Löwis yazdı
-
- 17 May, 2003 2 kayıt (commit)
-
-
Samuele Pedroni yazdı
-
Samuele Pedroni yazdı
-
- 16 May, 2003 2 kayıt (commit)
-
-
Samuele Pedroni yazdı
Backport fix for compile_command("",symbol="eval") raising syntax error about "pass". Now returns None.
-
Raymond Hettinger yazdı
-
- 12 May, 2003 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
index entry. Suggested to python-docs.
-