- 13 Dec, 2002 25 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
Sigh: the Jaguar workaround for the prefs file broke saving it on OS9. Temporary workaround is to ignore the exception (it's only about file creator/type anyway).
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Guido van Rossum authored
PyMapping_Check() doesn't guarantee that PyMapping_Size() won't raise an exception, nor that keys and values are lists. Also folded some long lines and did a little whitespace normalization. Probably a 2.2 backport candidate.
-
Guido van Rossum authored
-
Jack Jansen authored
(unfortunately: especially the grail demo was hiarious) still missing.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Just van Rossum authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
outdated things.
-
Jack Jansen authored
is implemented.
-
Jack Jansen authored
tree. Removed them, anyone really desparate to recover them can get them from the CVS repository.
-
Jack Jansen authored
that version doesn't need these workarounds.
-
Jack Jansen authored
-
Andrew M. Kuchling authored
Fix markup errors Rewrite a sentence
-
Just van Rossum authored
-
Just van Rossum authored
-
- 12 Dec, 2002 15 commits
-
-
Chui Tey authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Thomas Heller authored
-
Kurt B. Kaiser authored
M CallTips.py Calltip fetch was erroring when an Edit window was used without a Shell. Also, fix CallTipWindow.py so test code will run and add a comment about a bug which causes the calltip window to override all others.
-
Walter Dörwald authored
containing class objects) are allowed as the second argument. This makes issubclass() more similar to isinstance() where recursive tuples are allowed too.
-
Thomas Heller authored
-
Martin v. Löwis authored
-
Thomas Heller authored
People are already using it, so these docs are certainly better than no docs at all. Markup is mostly missing and the layout is probably ugly, but this can be fixed later. Question: there are references to MS docs for the CSIDL_... constants and the IShellLink interface. Are these pointers sufficient, or should the MS docs reworded and repeated here?
-
Jason Tishler authored
test_resource calls resource.setrlimit() to change the file size limits. This fails on Cygwin, which supports setrlimit() and getrlimit(), just not changing that particular setting. (The same would apply to any other platform that has those functions but not that particular feature.) Since getrlimit() works and setrlimit() can be used for other reasons, a check for ValueError was added to that part of the test.
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
Python 2.3 will support source code encodings which rely on the builtin codecs being available to the parser. Remove struct dependency from codecs.py
-
Greg Ward authored
-
Greg Ward authored
chars. See the comment for rationale.
-