- 21 Jul, 2000 2 commits
-
-
Thomas Wouters authored
and a couple of functions that were missed in the previous batches. Not terribly tested, but very carefully scrutinized, three times. All these were found by the little findkrc.py that I posted to python-dev, which means there might be more lurking. Cases such as this: long func(a, b) long a; long b; /* flagword */ { and other cases where the last ; in the argument list isn't followed by a newline and an opening curly bracket. Regexps to catch all are welcome, of course ;)
-
Thomas Wouters authored
-
- 19 Jul, 2000 9 commits
-
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
paths containing ..
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Thomas Wouters authored
-
Thomas Wouters authored
-
Skip Montanaro authored
-
- 18 Jul, 2000 5 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
MacPython on MacOSX DP4 gets started in the wrong directory. The workaround (ifdeffed by USE_ARGV0_CHDIR) is to do a chdir() to the folder part of our executable name.
-
Jack Jansen authored
-
Greg Stein authored
use "cvs diff -b" to verify.
-
- 17 Jul, 2000 6 commits
-
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
New code will see the macros and therefore use the PyXXX_Size() APIs instead. By Thomas Wouters.
-
Greg Stein authored
clean out some other warnings
-
Skip Montanaro authored
* case insensitive comparison
-
Skip Montanaro authored
-
Skip Montanaro authored
* case insensitive
-
- 16 Jul, 2000 11 commits
-
-
Paul Prescod authored
-
Greg Stein authored
-
Paul Prescod authored
environments.
-
Thomas Wouters authored
distutils patches, which I'll leave to the distutils maintainers. Tip: review the patch like this: grep "^[\!+-] " <patchfile> To get a quick and easy way to review the actual changes. Most of the changes are single-line ones, anyway.
-
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 7 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...
-