- 19 Tem, 2000 4 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Thomas Wouters yazdı
-
Thomas Wouters yazdı
-
Skip Montanaro yazdı
-
- 18 Tem, 2000 5 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
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 yazdı
-
Greg Stein yazdı
use "cvs diff -b" to verify.
-
- 17 Tem, 2000 6 kayıt (commit)
-
-
Marc-André Lemburg yazdı
-
Marc-André Lemburg yazdı
New code will see the macros and therefore use the PyXXX_Size() APIs instead. By Thomas Wouters.
-
Greg Stein yazdı
clean out some other warnings
-
Skip Montanaro yazdı
* case insensitive comparison
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
* case insensitive
-
- 16 Tem, 2000 11 kayıt (commit)
-
-
Paul Prescod yazdı
-
Greg Stein yazdı
-
Paul Prescod yazdı
environments.
-
Thomas Wouters yazdı
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 yazdı
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 yazdı
(patch #100912)
-
Tim Peters yazdı
unicodeobject.c(735) : error C2143: syntax error : missing ';' before '}'
-
Skip Montanaro yazdı
-
Marc-André Lemburg yazdı
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 yazdı
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 yazdı
genuine bug, so I checked it in separately.
-
- 15 Tem, 2000 9 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
stead of defining lots of function prototypes in each module.
-
Jack Jansen yazdı
new comment patterns get included.
-
Thomas Wouters yazdı
posixmodule.
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
you edit the file.
-
Fredrik Lundh yazdı
the default via site.py...
-
Vladimir Marangozov yazdı
free() the GC pointer, not the object pointer.
-
Vladimir Marangozov yazdı
-
- 14 Tem, 2000 5 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
functions. Include it in stead of duplicating the declarations everywhere. Also cleaned up toolbox module exports, and got rid of resNotFound error.
-
Jack Jansen yazdı
-