- 13 May, 2002 5 commits
-
-
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 8 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Updates for 2.2 Remove references to Makefile.pre.in build method
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Jack Jansen authored
Bugfix candidate (I'll move it over myself).
-
- 06 May, 2002 2 commits
-
-
Andrew M. Kuchling authored
-
Fred Drake authored
xreadlines.xreadlines(). This closes SF patch #552804.
-