- 25 Nov, 2002 6 commits
-
-
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 19 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
-
Tim Peters authored
+ News blurb, but as much XXX as news. + Updated installer (install the new bsddb package, and the Berkeley DLL; still don't know how to fold that into _bsddb.pyd). + Fleshed out build instructions. + Debug Python still blows up.
-