- 19 Feb, 2003 4 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Mark Hammond authored
-
- 18 Feb, 2003 33 commits
-
-
Jack Jansen authored
applets. PackageManager is still built with bundlebuilder itself.
-
Jack Jansen authored
-
Jack Jansen authored
Fixed a bug for applets with their own plist files.
-
Jack Jansen authored
creates the sys.argv emulation wrapper for droplets. Also updates the plist, if needed, and the includedModules (but this last is untested).
-
Jack Jansen authored
-
Guido van Rossum authored
_reconstructor (whose import here is a mystery to me).
-
Guido van Rossum authored
checks in his changes to support this in cPickle.c.
-
Tim Peters authored
-
Fred Drake authored
-
Guido van Rossum authored
if it exists in preference over __reduce__. Now Tim can go implement this in cPickle.c.
-
Tim Peters authored
-
Tim Peters authored
-
Andrew M. Kuchling authored
-
Tim Peters authored
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 authored
-
Guido van Rossum authored
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 authored
-
Jeremy Hylton authored
-
Tim Peters authored
the AIX problem with this test.
-
Guido van Rossum authored
tp_as_number directly.
-
Guido van Rossum authored
now have tp_as_number. Check for nb_int or nb_float.
-
Guido van Rossum authored
Change fatal errors during module initialization into RuntimeErrors.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Jeremy Hylton authored
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 authored
Mostly rename WARN -> WARNING Other misc tweaks Update tests (not in original patch)
-
Jack Jansen authored
arguments, and also does the right thing for the no argument case.
-
Jack Jansen authored
wouldn't serve a useful purpose anyway.
-
Neal Norwitz authored
Use "l" as that *probably* makes more sense (at least to me it does :-) And the test passes on the alpha.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
porting section
-
- 17 Feb, 2003 3 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Tim Peters authored
import from test.test_support instead of directly from test_support.
-