- 25 Nov, 2002 7 commits
-
-
Jack Jansen authored
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 authored
-
Andrew M. Kuchling authored
-
Michael W. Hudson authored
-
Andrew M. Kuchling authored
(suggested by Jack Jansen)
-
Jack Jansen authored
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 authored
-
- 24 Nov, 2002 15 commits
-
-
Just van Rossum authored
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 authored
-
Martin v. Löwis authored
Include all First/Last blocks.
-
Tim Peters authored
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 authored
file directly (instead of sucking it all into a list of lines first).
-
Tim Peters authored
and only if the test input file doesn't exist.
-
Martin v. Löwis authored
-
Tim Peters authored
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 authored
XXX If NormalizationTest.txt is required to run this test, why isn't it checked into the project?
-
Tim Peters authored
-
Neil Schemenauer authored
dereference rather than the caller.
-
Just van Rossum authored
-
Just van Rossum authored
-
Neil Schemenauer authored
both have a nb_remainer slot.
-
Just van Rossum authored
-
- 23 Nov, 2002 18 commits
-
-
Just van Rossum authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Tim Peters authored
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 authored
Verify that the lookup for an existing name succeeds.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Neal Norwitz authored
-
Guido van Rossum authored
-
Fred Drake authored
arguments.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Just van Rossum authored
dict() constructor. Example: >>> dict(a=1, b=2) {'a': 1, 'b': 2} >>>
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-