- 25 Kas, 2002 7 kayıt (commit)
-
-
Jack Jansen yazdı
get PEP-252 style objects in stead of old-fashioned objects. In stead of defining a GetattrHook you declare a class variable getsetlist, which contains tuples (name, getcode, setcode, docstring). Only lightly tested: the code still works if you don't inherit PEP252Mixin and the code works if you inherit it but don't define any getters or setters. Also, this will not work together with the "poor mans inheritance" offered by method chains, so the CF module will remain with old-style objects until PEP253 is supported too.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Michael W. Hudson yazdı
-
Andrew M. Kuchling yazdı
(suggested by Jack Jansen)
-
Jack Jansen yazdı
externally visible difference is that the factory defaults are now in a plist file in the bundle, in stead of being hard-coded in the application.
-
Martin v. Löwis yazdı
-
- 24 Kas, 2002 15 kayıt (commit)
-
-
Just van Rossum yazdı
whether they crash or not is not a matter of using a framework or not, but whether the code is run from an app bundle or not. And that it _can_ crash (instead of tracing back) is Apple's bug anyway, not ours.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Include all First/Last blocks.
-
Tim Peters yazdı
guarantee abs(x%y) < abs(y) in all cases when a float is involved. math.fmod() should, though, so noted that too. Bugfix candidate. Someone should check the LaTeX here first, though.
-
Tim Peters yazdı
file directly (instead of sucking it all into a list of lines first).
-
Tim Peters yazdı
and only if the test input file doesn't exist.
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
data it needs doesn't exist in the project. If it's a huge file, maybe the test should be changed to be one of the -u thingies.
-
Tim Peters yazdı
XXX If NormalizationTest.txt is required to run this test, why isn't it checked into the project?
-
Tim Peters yazdı
-
Neil Schemenauer yazdı
dereference rather than the caller.
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Neil Schemenauer yazdı
both have a nb_remainer slot.
-
Just van Rossum yazdı
-
- 23 Kas, 2002 18 kayıt (commit)
-
-
Just van Rossum yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
whether this is a correct thing to do: + There are linker warnings (see PCbuild\readme.txt). + test_bsddb passes, in both release and debug builds now. + test_bsddb3 has several failures, but it did before too. Also made pythoncore a dependency of the _bsddb project, updated build instructions, added database conversion XXX to NEWS, and fiddled the Windows installer accordingly.
-
Martin v. Löwis yazdı
Verify that the lookup for an existing name succeeds.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
arguments.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Just van Rossum yazdı
dict() constructor. Example: >>> dict(a=1, b=2) {'a': 1, 'b': 2} >>>
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-