- 11 Ara, 2000 11 kayıt (commit)
-
-
Thomas Wouters yazdı
#102169.
-
Fred Drake yazdı
from right to left! Closes bug #125391.
-
Fred Drake yazdı
Add a Node class that defines the NodeType constants, based on discussion in the XML-SIG.
-
Fred Drake yazdı
roundtrip(): Show the offending syntax tree when things break; this makes it a little easier to debug the module by adding test cases. (Still need better tests for this module, but there's not enough time today.)
-
Fred Drake yazdı
it when *args and/or **kw are used, and one when they are not. This closes bug #125375: "parser.tuple2ast() failure on valid parse tree".
-
Fred Drake yazdı
This closes bug #124943.
-
Guido van Rossum yazdı
dumbdbm archive created on Windows can be read on Unix.
-
Guido van Rossum yazdı
socket in httplib.py. The bug reports that on Windows, you must pass sock._sock to the socket.ssl() call. But on Unix, you must pass sock itself. (sock is a wrapper on Windows but not on Unix; the ssl() call wants the real socket object, not the wrapper.) So we see if sock has an _sock attribute and if so, extract it. Unfortunately, the submitter of the bug didn't confirm that this patch works, so I'll just have to believe it (can't test it myself since I don't have OpenSSL on Windows set up, and that's a nontrivial thing I believe).
-
Barry Warsaw yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
using *only* empty lists may not be acceptable on all platforms, with the specific caveat that it does not work on Windows. Also clarified list of acceptable objects that may be in the lists, to let the user know that file objects are not usable here on Windows.
-
- 10 Ara, 2000 2 kayıt (commit)
-
-
Jack Jansen yazdı
-
Andrew M. Kuchling yazdı
StreamReader ignores the 'errors' parameter passed to its constructor
-
- 09 Ara, 2000 1 kayıt (commit)
-
-
Tim Peters yazdı
after implementing it I liked Gregor's two-"?" line idea a lot.
-
- 08 Ara, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 07 Ara, 2000 6 kayıt (commit)
-
-
Fred Drake yazdı
sequence repitition works just fine with long integers now, so we should not say that only plain integers are allowed.
-
Fred Drake yazdı
implement as many of the relevant methods as make sense for the particular information being modelled.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
objects can be modified at any point with the expected results.
-
- 06 Ara, 2000 7 kayıt (commit)
-
-
Guido van Rossum yazdı
This fixes SF Bug #124478.
-
Barry Warsaw yazdı
interpreter. Update and reword the credits for CPython. Closes SF patch #102665.
-
Barry Warsaw yazdı
Implements and closes SF patch #102106, with Guido's suggested documentation changes.
-
Fred Drake yazdı
getlogin() -- it is not clear that a NULL is always an error.
-
Fred Drake yazdı
NULL without setting errno; observed on Linux Mandrake 7.2 by an anonymous user. This closes bug #124758.
-
Fred Drake yazdı
Fix type of the self parameter to some string object methods. This closes patch #102670.
-
Sjoerd Mullender yazdı
- Use new Error class (subclass of RuntimeError so is backward compatible) which is raised when RuntimeError used to be raised. - Report original attribute name in error messages instead of name mangled with namespace URL.
-
- 04 Ara, 2000 5 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
SAX1 code to SAX2, based on bug #123695.
-
Fred Drake yazdı
coverage to ensure bug #124324 does not re-surface.
-
Fred Drake yazdı
This closes bug #124324.
-
Neil Schemenauer yazdı
accepts. Clarify exception messages for isinstance() and issubclass(). Closes bug #124106.
-
- 03 Ara, 2000 7 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Added an extraexportsymbols option, to allow (you guessed it:-) extra export symbols to be specified.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-