- 06 Aug, 2002 3 commits
-
-
Jack Jansen authored
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 authored
-
Andrew M. Kuchling authored
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 Aug, 2002 30 commits
-
-
Neal Norwitz authored
-
Fred Drake authored
-
Jack Jansen authored
check whether it contains a .nib, and do the Cocoa song and dance if it does.
-
Jack Jansen authored
exists. Partial fix for #585923.
-
Jack Jansen authored
-
Jack Jansen authored
Handle the two modules with non-standard scanner module names.
-
Jack Jansen authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
xxxPyCObject_Import() seems to be a copy of PyCObject_Import().
-
Fred Drake authored
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 authored
-
Guido van Rossum authored
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 authored
-
Jack Jansen authored
-
Jack Jansen authored
to search on the command line in that case.
-
Jack Jansen authored
possibly being missing.
-
Fred Drake authored
-
Martin v. Löwis authored
-
Jack Jansen authored
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 authored
-
Martin v. Löwis authored
-
Guido van Rossum authored
-
Jack Jansen authored
-
Jack Jansen authored
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 authored
-
Raymond Hettinger authored
will trigger splitting on any whitespace.
-
Raymond Hettinger authored
-
Kurt B. Kaiser authored
M PyShell.py M rpc.py M run.py
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 04 Aug, 2002 7 commits
-
-
Tim Peters authored
having it there causes the line to wrap.
-
Tim Peters authored
-
Tim Peters authored
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 authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
You'll still have to manually edit it, though...
-