- 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 10 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ı
-
Jack Jansen yazdı
-
Moshe Zadka yazdı
Fixed definition of _cmp.
-
Martin v. Löwis yazdı
protocols. Closes bug #119822.
-
- 01 Ara, 2000 4 kayıt (commit)
-
-
Fred Drake yazdı
-
Guido van Rossum yazdı
getsockaddrarg when the address is not a tuple.
-
Guido van Rossum yazdı
buffer" replaced by "string or read-only character buffer".
-
Tim Peters yazdı
I suggested to Guido that %u be deprecated (it seems useless in Python to me).
-
- 30 Kas, 2000 4 kayıt (commit)
-
-
Moshe Zadka yazdı
Improved version coming soon to a Source Forge near you!
-
Andrew M. Kuchling yazdı
-
Moshe Zadka yazdı
Complete with docos and tests. OKed by Guido.
-
Fred Drake yazdı
notification message.
-