- 21 Apr, 1999 1 commit
-
-
Just van Rossum authored
-
- 20 Apr, 1999 7 commits
-
-
Fred Drake authored
omission repoorted by Glyn Webster <glyn@ninz.org.nz>.
-
Guido van Rossum authored
foo_bar_event(). Therefore, fix the references to zoom_height() in the example.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
unsuccessful search wraps around and re-searches that part of the file between the start of the search and the end of the file - only really an issue for very large files, but... (also removes a redundant m.span() call).
-
Fred Drake authored
parameter. Lack of clarity reported by Matthew Gallagher <hew@hons.cs.usyd.edu.au>.
-
Guido van Rossum authored
terminated; this makes the final assert in the self-test code fail if the parent runs faster than the children. Fix this by calling wait() on the remaining children instead.
-
- 19 Apr, 1999 13 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
(Idea by Jeff Bauer, code by Jeremy, renamed and "Date:" constant stripped from return value by GvR.)
-
Fred Drake authored
-
Guido van Rossum authored
I have attached a new cPickle that adds a new control attribute to unpicklers: Added new Unpickler attribute, find_global. If set to None, then global and instance pickles are disabled. Otherwise, it should be set to a callable object that takes two arguments, a module name and an object name, and returns an object. If the attribute is unset, then the default mechanism is used. This feature provides an additional mechanism for controlling which classes can be used for unpickling.
-
Guido van Rossum authored
by a line when Python is run with -x.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
join \-terminated lines.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
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 Apr, 1999 4 commits
-
-
Fred Drake authored
appropriate since popen() is only documented in os.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
by Mirko Liss <n89553@hrz.uni-paderborn.de>.
-
- 15 Apr, 1999 4 commits
-
-
Greg Ward authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
- 14 Apr, 1999 6 commits
-
-
Fred Drake authored
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 authored
-
Fred Drake authored
library reference now that it's sufficiently capable.
-
Fred Drake authored
well as the other "manual" documents.
-
Fred Drake authored
<joakim.sernbrant@front.se>). Misc. small fixes to the logical markup.
-
Fred Drake authored
the .aux file for any of the "manual" class documents.
-
- 13 Apr, 1999 5 commits
-
-
Fred Drake authored
doesn't really work with this.
-
Fred Drake authored
-
Fred Drake authored
beginning of chapters. Known problem reported by Barry Scott <barry@scottb.demon.co.uk>.
-
Fred Drake authored
<barry@scottb.demon.co.uk>.
-
Fred Drake authored
-