- 16 Jul, 2000 7 commits
-
-
Thomas Wouters authored
SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem.
-
Fredrik Lundh authored
(patch #100912)
-
Tim Peters authored
unicodeobject.c(735) : error C2143: syntax error : missing ';' before '}'
-
Skip Montanaro authored
-
Marc-André Lemburg authored
The UTF-8 decoder is still buggy (i.e. it doesn't pass Markus Kuhn's stress test), mainly due to the following construct: #define UTF8_ERROR(details) do { \ if (utf8_decoding_error(&s, &p, errors, details)) \ goto onError; \ continue; \ } while (0) (The "continue" statement is supposed to exit from the outer loop, but of course, it doesn't. Indeed, this is a marvelous example of the dangers of the C programming language and especially of the C preprocessor.)
-
Thomas Wouters authored
comments, docstrings or error messages. I fixed two minor things in test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't"). There is a minor style issue involved: Guido seems to have preferred English grammar (behaviour, honour) in a couple places. This patch changes that to American, which is the more prominent style in the source. I prefer English myself, so if English is preferred, I'd be happy to supply a patch myself ;)
-
Thomas Wouters authored
genuine bug, so I checked it in separately.
-
- 15 Jul, 2000 9 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
stead of defining lots of function prototypes in each module.
-
Jack Jansen authored
new comment patterns get included.
-
Thomas Wouters authored
posixmodule.
-
Fredrik Lundh authored
-
Fredrik Lundh authored
you edit the file.
-
Fredrik Lundh authored
the default via site.py...
-
Vladimir Marangozov authored
free() the GC pointer, not the object pointer.
-
Vladimir Marangozov authored
-
- 14 Jul, 2000 16 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
functions. Include it in stead of duplicating the declarations everywhere. Also cleaned up toolbox module exports, and got rid of resNotFound error.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Eric S. Raymond authored
-
Thomas Wouters authored
posix.openpty(). And conveniently also check if CVS write access really works. Closes SF patch #100722
-
Eric S. Raymond authored
-
Andrew M. Kuchling authored
-
Peter Schneider-Kamp authored
-
Vladimir Marangozov authored
-
Vladimir Marangozov authored
-
-
Peter Schneider-Kamp authored
-
- 13 Jul, 2000 8 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
or .fileno() method
-
Peter Schneider-Kamp authored
-
Jeremy Hylton authored
-
Guido van Rossum authored
automatically finding (most of) the standard PYD extensions, and to remove the hardcoded Python version.
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-