- 14 May, 2002 5 commits
-
-
Fred Drake authored
-
Guido van Rossum authored
Raymond Hettinger, beware! This caused the Unix install to fail!
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Barry Warsaw authored
Scot Stevenson. Could be a bug fix candidate, but probably doesn't matter much unless a certain blue-nosed cat suddenly becomes corporeal and starts emailing some stmp.py (sic) fronted mailer.
-
- 13 May, 2002 15 commits
-
-
Raymond Hettinger authored
which fixes the unnecessarily restricted method domain.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Partial solution to SF bug 527139.
-
Jack Jansen authored
Added typechecking to the individual python->CF converters, so we can use them in the CF object initializers safely.
-
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 5 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
-