- 05 Aug, 2002 24 commits
-
-
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 16 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...
-
Jack Jansen authored
-
Jack Jansen authored
Builder carbon NIB files from Python. As-is, I may need to twiddle a few things as he donated this long ago. Donovan is now one of the four people in the world who know how to drive bgen!
-
Jack Jansen authored
- steer people away from installing with sudo - warn that fink-installed software may cause trouble - explain why you might want a framework build and point people to Mac/OSX/README.
-
Jack Jansen authored
people may have (fink, gnu).
-
Skip Montanaro authored
see sf #506436
-
Martin v. Löwis authored
be longer than the old string.
-
Martin v. Löwis authored
-
Tim Peters authored
this was trying to assert, but the name it referenced didn't exist.
-
Tim Peters authored
-