- 13 May, 2002 11 commits
-
-
Jack Jansen authored
-
Guido van Rossum authored
returned a proxy for __class__ whose __bases__ was also a proxy. The merge_class_dict() helper for dir() assumed incorrectly that __bases__ would always be a tuple and used the in-line tuple API on the proxy. I will backport this to 2.2 as well.
-
Guido van Rossum authored
-
Guido van Rossum authored
following IAC. Bugfix candidate if anyone cares.
-
Michael W. Hudson authored
I have a patch to make the test work too, but it's not pretty so I'll submit it to sf.
-
Michael W. Hudson authored
-
Walter Dörwald authored
stringobject.c compiles again with --disable-unicode. Fixes SF bug http://www.python.org/sf/554912
-
Raymond Hettinger authored
-
Raymond Hettinger authored
feature request 426539.
-
Raymond Hettinger authored
Closes patch 552452 and feature request 426539.
-
Raymond Hettinger authored
feature request 426539.
-
- 12 May, 2002 6 commits
-
-
Jack Jansen authored
- Manually generate a routine with funny error semantics.
-
Barry Warsaw authored
save-excursion so that when the function is complete, point is preserved.
-
Tim Peters authored
NOT a bugfix candidate: this is a fix to an optimization introduced in 2.3.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
test if 'callable' has not been supplied is to test for None instead of False. The previous correction to 'if callable()' was wrong because an unusable callback would be ignored rather than raising an exception.
-
Raymond Hettinger authored
Type class unification invalidated the statement: x.__getitem__[i] is not equivalent to x[i].
-
- 11 May, 2002 1 commit
-
-
Fred Drake authored
Closes SF bug #554644.
-
- 10 May, 2002 7 commits
-
-
Jack Jansen authored
- Started on supporting CFPropertyLists.
-
Jeremy Hylton authored
-
Andrew M. Kuchling authored
Add some credits Fill in a link
-
Greg Ward authored
Start fleshing out the "Examples" section.
-
Greg Ward authored
The zipfile module has been in the standard library for some time now.
-
Greg Ward authored
Clarify explanations of header file search directories.
-
Fred Drake authored
Closes SF bug #554257. Not relevant to older releases.
-
- 09 May, 2002 1 commit
-
-
Andrew M. Kuchling authored
-
- 08 May, 2002 10 commits
-
-
Jack Jansen authored
Fixed string and dict conversion, and implemented booleans and numbers (int and float). I think we now have enough CFType support to start on plists and CFpreferences! Transparent handling of unknown CFType objects still TBD.
-
Jack Jansen authored
-
Neil Schemenauer authored
pymalloc?
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Avoid checks for negative indices and duplicate checks for support of the sequence protocol.
-
Martin v. Löwis authored
-
- 07 May, 2002 4 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Andrew M. Kuchling authored
-