- 06 Mar, 2001 10 commits
-
-
Martin v. Löwis authored
-
Fred Drake authored
-
Fred Drake authored
and clarity. Add a footnote to the information on the possibility of shadowing builtins with locals & module globals.
-
Fred Drake authored
Web browsers tried to wrap lines in bad ways, so we avoid the problem by putting fewer words on the page.
-
Fred Drake authored
the right directory (which actually exists).
-
Fred Drake authored
Remove premature use of negative indexes in string operation examples; negative indexes have not been explained at that point, and the use of negative indexes are not necessary for the examples.
-
Fred Drake authored
SyntaxError.
-
Fred Drake authored
Always has the lineno and filename of the source text.
-
Fred Drake authored
-
Fred Drake authored
into Makefile.pre.in; the configure script will only determine the basename of the file. This fixes installation of a Python built using C++, reported by Greg Wilson.
-
- 05 Mar, 2001 3 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
- 04 Mar, 2001 2 commits
-
-
Neil Schemenauer authored
Makefile: LIBOBJS incorrect".
-
Tim Peters authored
-
- 03 Mar, 2001 7 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
module; do not attempt to insert the API object into the module dict if there was an error creating it.
-
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 18 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.
-