- 11 Dec, 2000 2 commits
-
-
Fred Drake authored
-
Fred Drake authored
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 Dec, 2000 2 commits
-
-
Jack Jansen authored
-
Andrew M. Kuchling authored
StreamReader ignores the 'errors' parameter passed to its constructor
-
- 09 Dec, 2000 1 commit
-
-
Tim Peters authored
after implementing it I liked Gregor's two-"?" line idea a lot.
-
- 08 Dec, 2000 1 commit
-
-
Fred Drake authored
-
- 07 Dec, 2000 6 commits
-
-
Fred Drake authored
sequence repitition works just fine with long integers now, so we should not say that only plain integers are allowed.
-
Fred Drake authored
implement as many of the relevant methods as make sense for the particular information being modelled.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
objects can be modified at any point with the expected results.
-
- 06 Dec, 2000 7 commits
-
-
Guido van Rossum authored
This fixes SF Bug #124478.
-
Barry Warsaw authored
interpreter. Update and reword the credits for CPython. Closes SF patch #102665.
-
Barry Warsaw authored
Implements and closes SF patch #102106, with Guido's suggested documentation changes.
-
Fred Drake authored
getlogin() -- it is not clear that a NULL is always an error.
-
Fred Drake authored
NULL without setting errno; observed on Linux Mandrake 7.2 by an anonymous user. This closes bug #124758.
-
Fred Drake authored
Fix type of the self parameter to some string object methods. This closes patch #102670.
-
Sjoerd Mullender authored
- 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 Dec, 2000 5 commits
-
-
Fred Drake authored
-
Fred Drake authored
SAX1 code to SAX2, based on bug #123695.
-
Fred Drake authored
coverage to ensure bug #124324 does not re-surface.
-
Fred Drake authored
This closes bug #124324.
-
Neil Schemenauer authored
accepts. Clarify exception messages for isinstance() and issubclass(). Closes bug #124106.
-
- 03 Dec, 2000 10 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
Added an extraexportsymbols option, to allow (you guessed it:-) extra export symbols to be specified.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Moshe Zadka authored
Fixed definition of _cmp.
-
Martin v. Löwis authored
protocols. Closes bug #119822.
-
- 01 Dec, 2000 4 commits
-
-
Fred Drake authored
-
Guido van Rossum authored
getsockaddrarg when the address is not a tuple.
-
Guido van Rossum authored
buffer" replaced by "string or read-only character buffer".
-
Tim Peters authored
I suggested to Guido that %u be deprecated (it seems useless in Python to me).
-
- 30 Nov, 2000 2 commits
-
-
Moshe Zadka authored
Improved version coming soon to a Source Forge near you!
-
Andrew M. Kuchling authored
-