- 24 Nov, 2002 12 commits
-
-
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.
-
- 22 Nov, 2002 9 commits
-
-
Jack Jansen authored
reason getting at saveFileName doesn't work, so it currently only really works for opening files for reading.
-
Neal Norwitz authored
datum.dsize can apparently be long on some systems. Ensure we pass an int* to PyArg_Parse("s#"), not &datum.dsize Will backport.
-
Thomas Heller authored
bdist_wininst.py we will see.) Removed the base64 encoded binary contents, wininst.exe must be in the same directory as this file now. wininst.exe must be recompiled and commited each time the sources in PC/bdist_wininst are changed.
-
Thomas Heller authored
-
Thomas Heller authored
-
Thomas Heller authored
Changed the MSVC project file to create the exe in the lib/distutils/command directory, bdist_wininst.py must still be changed to use it. Also changed to use the same zlib as the zlib module - this has the nice sideeffect that now the buggy 1.1.3 version is no longer used. Most of the source files now conform to PEP 7, except for the maximum line length. Windows api programming in 78 character lines =:(. README.txt is a new file, but still empty except for placeholders.
-
Fred Drake authored
- assertRaises() wasn't being called correctly - test_warning() no longer applies
-
Tim Peters authored
The bsddb subproject is gone. The _bsddb subproject is new. There are problems here, but I'm out of time to work on this now. If anyone can address an XXX comment or two in readme.txt, please do!
-
Jack Jansen authored
system headers have two declarations for wchar_t, with different guard macros. Not sure whether this is a bugfix candidate, that depends on what changed in the curses module.
-