- 03 Mar, 2001 4 commits
-
-
Fred Drake authored
Added information on using non-Microsoft compilers on Windows. [Minor edits for markup consistency. --FLD]
-
Fred Drake authored
some fairly recent versions have an anaemic selection of terminal-control symbols. This closes SF bug #405567.
-
Barry Warsaw authored
test_dl, test___all__, test_fork1, and test_longexp. All these either take way too long with Insure or crash it.
-
Andrew M. Kuchling authored
Update nested scope section.
-
- 02 Mar, 2001 36 commits
-
-
Ka-Ping Yee authored
-
Andrew M. Kuchling authored
-
Fred Drake authored
site. These now seem (slightly) more reliable, and easier to work with since update-docs.sh no longer needs to be installed ahead of time on my account at SF.
-
Fred Drake authored
documentation. Fix a few small markup nits.
-
cvs2svn authored
-
Fred Drake authored
(There are too many initspam() functions; they need to be renamed post-beta.)
-
Fred Drake authored
*desc environments).
-
Fred Drake authored
on how PyErr_NewException() behaves in that case. Clarify why an owned reference is kept in an extension module's variable that refers to the result of PyErr_NewException(); one reader thought that was a leak. Clean up some tabs and simplify some markup.
-
Barry Warsaw authored
file instead of using inputfilename.mo
-
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
-