- 25 Kas, 2002 5 kayıt (commit)
-
-
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 19 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ı
-
Tim Peters yazdı
+ 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.
-
- 22 Kas, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
reason getting at saveFileName doesn't work, so it currently only really works for opening files for reading.
-