- 08 Mar, 2001 6 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Fred Drake authored
(Based on reader comment!)
-
Fred Drake authored
some NT/IE5.5 users to see only boxes for these characters. This might be specific to NT Service Pack 6.
-
Jack Jansen authored
-
- 07 Mar, 2001 3 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 06 Mar, 2001 22 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
PythonInterpreterClassic and PythonInterpreterCarbon now have filetype "Atmp". The ConfigurePythonXXX scripts will set this to APPL when copying either of those to PythonInterpreter.
-
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 4 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]
-