- 02 Mar, 2001 40 commits
-
-
Fred Drake authored
implied.
-
Jack Jansen authored
Enable FSpResourceFileAlreadyOpen only for Carbon. This is not strictly correct: OS9 InterfaceLib has it, but enabling it will make Python refuse to run on 8.6 and earlier.
-
Fred Drake authored
not doing the \label{foo} --> foo.html transformation (--numeric was specified on the command line), still look to see if there is an "About this document..." node and copy that to "about.html", since the page footers use that as the target.
-
Guido van Rossum authored
-
Guido van Rossum authored
warnings.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
slightly more brief, and more like the message that an extension will not be built because the built copy is up to date.
-
Guido van Rossum authored
It should use the normal CC referenced compiler as ObjC is integrated directly into gcc and enabled through the use of the -ObjC flag.
-
Guido van Rossum authored
UNIX style fork/execve/wait are not fully compatible with thread support on BeOS. For Python, that means neither fork() from import nor import from a fork work reliably. os._execvpe() does the latter, importing tempfile to set up a tantalizing target for hackers. This patch replaces both the tempfile name generation and the exec that uses it, in case we're on BeOS. Need this for setup:distutils:execvp(); symptoms are random crashes and internal BeOS error messages about th name, in case we're on BeOS. It's an issue because setup.py + distutils calls os.execvp(); symptoms are random crashes during setup.py, and internal BeOS error messages about thread IDs.
-
Guido van Rossum authored
-
Fred Drake authored
these can be missing on some (all?) Irix and Tru64 versions. Protect the CRTSCTS value with a cast; this can be a larger value on Solaris/SPARC. This should fix SF tracker items #405092, #405350, and #405355.
-
Guido van Rossum authored
-
Guido van Rossum authored
order.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Andrew M. Kuchling authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Ka-Ping Yee authored
-
Guido van Rossum authored
-
Ka-Ping Yee authored
-
Guido van Rossum authored
SF patch #404564, Gregor Hoffleit.
-
Ka-Ping Yee authored
as long as the filename also doesn't end in a suffix that indicates a binary file (according to the flags in imp.get_suffixes()). Shrink try...except clauses and replace some of them with explicit checks.
-
Ka-Ping Yee authored
-
Guido van Rossum authored
-
Guido van Rossum authored
This brings up Ping's pydoc server. (XXX The icons for this and for IDLE seem screwed. Oh well.)
-
Guido van Rossum authored
than "more file". Since tempfilepager() is only used on Windows, it seems, do this unconditionally -- on Unix, it always invokes something else.
-
Guido van Rossum authored
Made sure that the warnings issued by symtable_check_unoptimized() (about import * and exec) contain the proper filename and line number, and are transformed into SyntaxError exceptions with -Werror.
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
Suggested on c.l.py by William Tanksley, and I like it.
-
Ka-Ping Yee authored
Remove __main__ from the index of built-in modules. Miscellaneous compatibility fixes.
-
Ka-Ping Yee authored
Add getabsfile() for getting a most-normalized path.
-
Ka-Ping Yee authored
Remove -no-about-splash option (not understood by all Netscapes).
-
Tim Peters authored
-
Ka-Ping Yee authored
-