- 31 Jul, 1998 15 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
choice(range(start, stop, step)) but faster. This addresses the problem that randint() was accidentally defined as taking an inclusive range (how unpythonic). The code is longish because Tim Peters insisted that it reject non-integral arguments while I insisted that it be not much slower than randint(); the compromise satisfies both but is somewhat convoluted. Also changed randint() to be implemented through randrange(). This is a semantic change because old randint() didn't test its arguments for validity. (It also makes randrange() win any contest with randint() :-)
-
Jack Jansen authored
Build BuildApplication applet too.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
Removed a debug print.
-
Jack Jansen authored
rebinhexed again.
-
Jack Jansen authored
-
Jack Jansen authored
same as the application file (Just).
-
Jack Jansen authored
PLstrcmp() fixed. (Just)
-
Jack Jansen authored
fragment name and one for the cfm68k fragment name (Just). Also, some unused variables removed.
-
Jack Jansen authored
-
- 29 Jul, 1998 5 commits
-
-
Guido van Rossum authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
- 28 Jul, 1998 9 commits
-
-
Fred Drake authored
-
Fred Drake authored
comments.
-
Fred Drake authored
-
Fred Drake authored
stuff. \ifhtml ...\fi for HTML only.
-
Fred Drake authored
Fixed up some comments. Removed info-related targets from the really big combined targets.
-
Fred Drake authored
semantic file names in the HTML. No more node#.html files!
-
Fred Drake authored
semantic file names in the HTML version; no more node#.html files. Fix one section heading.
-
Guido van Rossum authored
in the GNU readline history buffer which is not such a great idea.
-
Jeremy Hylton authored
using "%d" % errno to print out IOError exceptions -- but urllib.py raises exceptions where the errno slot in the exception tuple is a string.
-
- 27 Jul, 1998 11 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Change one \code{} to \samp{}.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
there's a local module list.
-
Fred Drake authored
do_cmd_versionchanged(): Support for new macros.
-