- 19 Nis, 1999 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
o Makes the tab key intelligently insert spaces when appropriate (see Help list banter twixt David Ascher and me; idea stolen from every other editor on earth <wink>). o newline_and_indent_event trims trailing whitespace on the old line (pymode and Codewright). o newline_and_indent_event no longer fooled by trailing whitespace or comment after ":" (pymode, PTUI). o newline_and_indent_event now reduces the new line's indentation after return, break, continue, raise and pass stmts (pymode). The last two are easy to fool in the presence of strings & continuations, but pymode requires Emacs's high-powered C parsing functions to avoid that in finite time.
-
- 16 Nis, 1999 4 kayıt (commit)
-
-
Fred Drake yazdı
appropriate since popen() is only documented in os.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
by Mirko Liss <n89553@hrz.uni-paderborn.de>.
-
- 15 Nis, 1999 4 kayıt (commit)
-
-
Greg Ward yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
- 14 Nis, 1999 6 kayıt (commit)
-
-
Fred Drake yazdı
best-effort to return 'size' bytes. Point out that this may mean multiple fread() calls. Reported by Anders Hammarquist <iko@iko.pp.se> via the Debian crew.
-
Fred Drake yazdı
-
Fred Drake yazdı
library reference now that it's sufficiently capable.
-
Fred Drake yazdı
well as the other "manual" documents.
-
Fred Drake yazdı
<joakim.sernbrant@front.se>). Misc. small fixes to the logical markup.
-
Fred Drake yazdı
the .aux file for any of the "manual" class documents.
-
- 13 Nis, 1999 22 kayıt (commit)
-
-
Fred Drake yazdı
doesn't really work with this.
-
Fred Drake yazdı
-
Fred Drake yazdı
beginning of chapters. Known problem reported by Barry Scott <barry@scottb.demon.co.uk>.
-
Fred Drake yazdı
<barry@scottb.demon.co.uk>.
-
Fred Drake yazdı
-
Fred Drake yazdı
<barry@scottb.demon.co.uk>.
-
Fred Drake yazdı
tbreak synopses be all on one line (each). Known problem, most recently reported by Barry Scott <barry@scottb.demon.co.uk>.
-
Fred Drake yazdı
-
cvs2svn yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
man pages suggest that the proper thing to do is to add THR_NEW_LWP to the flags on thr_create(), and that there really isn't a downside, so I'll do that.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
(I can't even display this on NT, maybe Win/98 can?)
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
its creation. I'm assuming these were once valid references to "Jim Roskind's profile"...
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
it was being used even without threads. This of course might be an all-platform problem so now we only use the _r variant when we are using threads.
-
- 12 Nis, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Tamito Kajiyama. (This caused a bug only on platforms where malloc(0) returns NULL.)
-