- 06 Mar, 2001 20 commits
-
-
Jack Jansen authored
macostools.copy() now has an optional forcetype flag, which sets the filetype. This is used by various tools to set the type to APPL when copying interpreter template files (Atmp filetype).
-
Jack Jansen authored
-
Jack Jansen authored
Re-try the file copy once if it fails. This works around an obscure and non-reproducibe bug in GUSI.
-
Jack Jansen authored
-
Skip Montanaro authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
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 8 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.
-