- 19 Şub, 2003 6 kayıt (commit)
-
-
Tim Peters yazdı
-
Guido van Rossum yazdı
was still referencing it will fail. Also removed some debug cruft from _reduce_ex.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Mark Hammond yazdı
-
- 18 Şub, 2003 33 kayıt (commit)
-
-
Jack Jansen yazdı
applets. PackageManager is still built with bundlebuilder itself.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Fixed a bug for applets with their own plist files.
-
Jack Jansen yazdı
creates the sys.argv emulation wrapper for droplets. Also updates the plist, if needed, and the includedModules (but this last is untested).
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
_reconstructor (whose import here is a mystery to me).
-
Guido van Rossum yazdı
checks in his changes to support this in cPickle.c.
-
Tim Peters yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
if it exists in preference over __reduce__. Now Tim can go implement this in cPickle.c.
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Andrew M. Kuchling yazdı
-
Tim Peters yazdı
reasons: importing module can fail, or the attribute lookup module.name can fail. We were giving the same error msg for both cases, making it needlessly hard to guess what went wrong. These cases give different error msgs now.
-
Tim Peters yazdı
-
Guido van Rossum yazdı
using super() for an instance in a metaclass situation. Because the class was a metaclass, the instance was a class, and hence the PyType_Check() branch was taken. But this branch didn't apply. Make it so that if this branch doesn't apply, the other branch is still tried. All tests pass.
-
Guido van Rossum yazdı
-
Jeremy Hylton yazdı
-
Tim Peters yazdı
the AIX problem with this test.
-
Guido van Rossum yazdı
tp_as_number directly.
-
Guido van Rossum yazdı
now have tp_as_number. Check for nb_int or nb_float.
-
Guido van Rossum yazdı
Change fatal errors during module initialization into RuntimeErrors.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Jeremy Hylton yazdı
There are some problems with this module, but the tool works for simple tasks and no one else has volunteered a better code coverage tool. Should cleanup and document before the beta release.
-
Neal Norwitz yazdı
Mostly rename WARN -> WARNING Other misc tweaks Update tests (not in original patch)
-
Jack Jansen yazdı
arguments, and also does the right thing for the no argument case.
-
Jack Jansen yazdı
wouldn't serve a useful purpose anyway.
-
Neal Norwitz yazdı
Use "l" as that *probably* makes more sense (at least to me it does :-) And the test passes on the alpha.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
porting section
-
- 17 Şub, 2003 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-