- 07 Aug, 1998 27 commits
-
-
Fred Drake authored
-
Guido van Rossum authored
implementation wins.
-
Fred Drake authored
-
Guido van Rossum authored
PyInterpreterState_New() and PyThreadState_New() -- but that you may use it to serialize calls to them.
-
Guido van Rossum authored
-
Fred Drake authored
Added some dependencies to some of the HTML generation targets.
-
Guido van Rossum authored
how to exit (in a platform dependent way!). We use os.sep to determine which platform we're on, since I expect that this will work better for minority platforms.
-
Guido van Rossum authored
with examples and workaround. This keeps coming up, and I believe that this section in the tutorial may have been (in part) the source of the confusion. While it didn't show examples with [] for a default, it also didn't emphasize enough why that would be a bad idea, and while it did say that defaults are evaluated at the point of function definition, the example was not relevant for this issue.
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
-
Fred Drake authored
-
Fred Drake authored
-
Barry Warsaw authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
chapters.
-
Fred Drake authored
which replace the existing internet chapter.
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Don't use CL module since all constants are now in cl.
-
Guido van Rossum authored
Fixed infinite loop when a message ends prematurely in some circumstances.
-
Guido van Rossum authored
Date: Fri, 7 Aug 1998 13:37:12 +0100 the "initialcolor" code is broken in several places in the current version of tkColorChooser. I've attached an up- dated version for 1.5.2.
-
- 06 Aug, 1998 13 commits
-
-
Guido van Rossum authored
(The alternative would be to call self.checker.note() but since self.checker might be None that's not quite right.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
This ensures that the text version uses latex2html's -split 1 option, without affecting HTML produced in the same run, and also minimizes the number of l2h runs needed if --split 1 was used for an HTML run.
-
Barry Warsaw authored
present) that refers to the section name. Also added a (slightly) better InterpolationError error message, which includes the raw string.
-
Guido van Rossum authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
Also added two XXX comments about lingering thread unsafeness.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-