- 04 Aug, 1998 11 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
DOS (as well as OS/2). I presume that making a call to putenv() with a lowercase key will actually do the right thing. I know this is so on Windows/DOS, and I expect it is so OS/2 -- but the old OS/2 code didn't assume this. (I don't know if the person who provided the OS/2 patch was clueless or just didn't care about DOS and Windows.) Also ripped out the support for pickling -- as of 1.5, this is no longer needed to make pickling work.
-
Fred Drake authored
-
Guido van Rossum authored
I did some bugfixes, and fixed a major problem with the esmtp suport (I think the person who did that part misunderstood RFC1869) Some of the interface fer esmtp-related things has changed as a result. I also added some documentation to the SMTP class' docstring.
-
Guido van Rossum authored
get rid of redundant error check.
-
Guido van Rossum authored
status inspection" macros as functions: WEXITSTATUS(), WIFEXITED(), WIFSIGNALED(), WIFSTOPPED(), WSTOPSIG(), WTERMSIG().
-
Guido van Rossum authored
previous version of this code would not show the offending input, even though there was code that attempted this.)
-
Guido van Rossum authored
for loop with z==NULL but continue to reference z later.
-
Guido van Rossum authored
literals. (The previous version of this code would not show the offending input, even though there was code that attempted this.)
-
Guido van Rossum authored
freed.
-
- 03 Aug, 1998 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
readlines() to behave like it should (return lines with "\n" appended).
-
- 01 Aug, 1998 1 commit
-
-
Guido van Rossum authored
Kuchling @ CNRI.
-
- 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 6 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!
-