- 06 Agu, 2002 4 kayıt (commit)
-
-
Jack Jansen yazdı
if we are running in an OSX framework enabled build directory, test that the framework infrastructure exists. This catches the very common error of doing "make install" in stead of "make frameworkinstall".
-
Jack Jansen yazdı
at compile time: use PBGetCatInfoSync() to get FInfo data in stead of GetFInfo. The latter doesn't work for folders. The former does, at least on OSX, and insofar the info makes sense for a folder.
-
Jack Jansen yazdı
-
Andrew M. Kuchling yazdı
Document heapq module Add PEP263 section (not sure I really understand the PEP's effect on 8-bit strings, though -- will have to experiment with it)
-
- 05 Agu, 2002 30 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Fred Drake yazdı
-
Jack Jansen yazdı
check whether it contains a .nib, and do the Cocoa song and dance if it does.
-
Jack Jansen yazdı
exists. Partial fix for #585923.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Handle the two modules with non-standard scanner module names.
-
Jack Jansen yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
xxxPyCObject_Import() seems to be a copy of PyCObject_Import().
-
Fred Drake yazdı
setup.py (indirectly) script to build the standard dynamically loaded modules, the errno module is being made static so it will always be available. Closes SF bug #591205 (needed on trunk only).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
1) Do not attempt to exec a file which does not exist just to find out what error the operating system returns. This is an exploitable race on all platforms that support symbolic links. 2) Immediately re-raise the exception if we get an error other than errno.ENOENT or errno.ENOTDIR. This may need to be adapted for other platforms. (As a security issue, this should be considered for 2.1 and 2.2 as well as 2.3.)
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
to search on the command line in that case.
-
Jack Jansen yazdı
possibly being missing.
-
Fred Drake yazdı
-
Martin v. Löwis yazdı
-
Jack Jansen yazdı
where it was: it is really a configuration file, not a normal module. By moving it into Mac/Lib we can now also store the location of bgen itself in there, which is needed because bgen isn't installed.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Guido van Rossum yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Renamed Py_Main to PyMac_Main as it has a different signature than the "normal" Py_Main, and that signature has appeared in a .h file.
-
Jack Jansen yazdı
-
Raymond Hettinger yazdı
will trigger splitting on any whitespace.
-
Raymond Hettinger yazdı
-
Kurt B. Kaiser yazdı
M PyShell.py M rpc.py M run.py
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 04 Agu, 2002 6 kayıt (commit)
-
-
Tim Peters yazdı
having it there causes the line to wrap.
-
Tim Peters yazdı
-
Tim Peters yazdı
on Windows. The test_sequence() ERROR is easily repaired if we're willing to add an os.unlink() line to mhlib's updateline(). The test_listfolders FAIL I gave up on -- I don't remember enough about Unix link esoterica to recall why a link count of 2 is something a well- written program should be keenly interested in <wink>.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-