- 05 Agu, 1998 8 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
function had a reference to vPySys_WriteStderr(...) -- turn it back into fprintf(stder, ...).
-
Fred Drake yazdı
command line. l2hoption(): Convenience function, to write out an option to the aux. init. file only if set. Added --iconserver option to set the $ICONSERVER variable in latex2html; this requires the use of an auxillary init. file since this can't be initialized using a standard latex2html command-line option. So the aux. init. file is used for just about all the special options since it has to be written anyway when $ICONSERVER needs to be set.
-
Fred Drake yazdı
-
- 04 Agu, 1998 20 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
gethostbyaddr(). (Plain gethostbyname() returns only the IP address.) This moves the code shared by gethostbyaddr() and gethostbyname_ex() to a subroutine. Original patch by Dan Stromberg; some tweaks by GvR.
-
Fred Drake yazdı
need for each to vary independently.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
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 yazdı
-
Guido van Rossum yazdı
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 yazdı
get rid of redundant error check.
-
Guido van Rossum yazdı
status inspection" macros as functions: WEXITSTATUS(), WIFEXITED(), WIFSIGNALED(), WIFSTOPPED(), WSTOPSIG(), WTERMSIG().
-
Guido van Rossum yazdı
previous version of this code would not show the offending input, even though there was code that attempted this.)
-
Guido van Rossum yazdı
for loop with z==NULL but continue to reference z later.
-
Guido van Rossum yazdı
literals. (The previous version of this code would not show the offending input, even though there was code that attempted this.)
-
Guido van Rossum yazdı
freed.
-
- 03 Agu, 1998 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
readlines() to behave like it should (return lines with "\n" appended).
-
- 01 Agu, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Kuchling @ CNRI.
-
- 31 Tem, 1998 9 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
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 yazdı
Build BuildApplication applet too.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Removed a debug print.
-