- 12 Kas, 2002 7 kayıt (commit)
-
-
Fred Drake yazdı
Closes SF bug #635656.
-
Andrew M. Kuchling yazdı
Remove an XXX item: I'm not going to write a section on the email package at this point
-
Andrew M. Kuchling yazdı
-
Raymond Hettinger yazdı
Used for random sampling without replacement.
-
Skip Montanaro yazdı
-
Walter Dörwald yazdı
PyNumber_Int, because now PyNumber_Int might return a long, and PyInt_AsLong can handle that, whereas PyInt_AS_LONG can't. This closes SF bug #629989.
-
Martin v. Löwis yazdı
-
- 11 Kas, 2002 10 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
This changes sys.version under Microsoft builds to include the MS compiler version number (_MSC_VER). Since VC 6 and VC 7 are apparently incompatible, and both can be installed on a single box, distutils needs some way to figure out which version of MSVC a given Python was compiled under. As also suggested by MvL, got rid of #ifdef'ery for the defunct _M_ALPHA target. Bugfix candidate? Hard to say. As far as I'm concerned, VC 7 wasn't a supported platform in the 2.2 line. If somebody thinks it should be, they can do the work.
-
Martin v. Löwis yazdı
Fixes #636431.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Jack Jansen yazdı
to it. - Allow for symlinks in the applet template.
-
Jack Jansen yazdı
IDLE (it was a fatal error before) - Shuffled a few things around to facilitate the experimental building of MacPython for Jaguar's pre-installed python.
-
- 10 Kas, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 09 Kas, 2002 22 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Michael W. Hudson yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
binary-vs-text-mode screwups.
-
Tim Peters yazdı
idea what. Added liberal XXX explanations for the next guy.
-
Tim Peters yazdı
figure out what the code was doing. The fixes were a combination of closing open files before deletion, opening files in binary mode, and plain skipping things that can't work on Windows (BaseTest.decompress uses a process gimmick that doesn't exist on Windows, and, even if it did, assumes a "bunzip2" executable is on PATH).
-
Tim Peters yazdı
-
Tim Peters yazdı
failing.
-
Tim Peters yazdı
-
Tim Peters yazdı
CAUTION: The Python test still has many failures, but I'm out of time for this now (already took much longer than hoped to get this far). The base bz2 library does pass its own tests (see next). CAUTION: People building on Windows have to download and build tne bz2 compression libraries now. See PCbuild\readme.txt for complete instructions.
-
Tim Peters yazdı
bz2 tests to pass on Windows; most are still failing.
-
Tim Peters yazdı
_PyString_Resize calls.
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
_PyString_Resize to int.
-
Tim Peters yazdı
solely used to hold LONG_LONG values, and the compiler rightfully warns about potential data loss otherwise.
-
Tim Peters yazdı
-