- 02 Mar, 2001 34 commits
-
-
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
-
Ka-Ping Yee authored
When possible, display strings containing backslashes using r'' notation.
-
- 01 Mar, 2001 6 commits
-
-
Jack Jansen authored
- Imaging and Numeric are now also available under Carbon. - Started working on the active installer.
-
Jack Jansen authored
- Imaging and Numeric are now also available under Carbon.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-