- 13 May, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
feature request 426539.
-
- 12 May, 2002 6 kayıt (commit)
-
-
Jack Jansen yazdı
- Manually generate a routine with funny error semantics.
-
Barry Warsaw yazdı
save-excursion so that when the function is complete, point is preserved.
-
Tim Peters yazdı
NOT a bugfix candidate: this is a fix to an optimization introduced in 2.3.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
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 yazdı
Type class unification invalidated the statement: x.__getitem__[i] is not equivalent to x[i].
-
- 11 May, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
Closes SF bug #554644.
-
- 10 May, 2002 7 kayıt (commit)
-
-
Jack Jansen yazdı
- Started on supporting CFPropertyLists.
-
Jeremy Hylton yazdı
-
Andrew M. Kuchling yazdı
Add some credits Fill in a link
-
Greg Ward yazdı
Start fleshing out the "Examples" section.
-
Greg Ward yazdı
The zipfile module has been in the standard library for some time now.
-
Greg Ward yazdı
Clarify explanations of header file search directories.
-
Fred Drake yazdı
Closes SF bug #554257. Not relevant to older releases.
-
- 09 May, 2002 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 08 May, 2002 10 kayıt (commit)
-
-
Jack Jansen yazdı
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 yazdı
-
Neil Schemenauer yazdı
pymalloc?
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Avoid checks for negative indices and duplicate checks for support of the sequence protocol.
-
Martin v. Löwis yazdı
-
- 07 May, 2002 8 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
Updates for 2.2 Remove references to Makefile.pre.in build method
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Jack Jansen yazdı
Bugfix candidate (I'll move it over myself).
-
- 06 May, 2002 3 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
xreadlines.xreadlines(). This closes SF patch #552804.
-
Andrew M. Kuchling yazdı
-
- 05 May, 2002 2 kayıt (commit)
-
-
Jack Jansen yazdı
hierarchies to CoreFoundation object hierarchies and vice versa.
-
Tim Peters yazdı
and the .seed() and .whseed() methods failed to reset it. In other words, setting the seed didn't completely determine the sequence of results produced by random.gauss(). It does now. Programs repeatedly mixing calls to a seed method with calls to gauss() may see different results now. Bugfix candidate (random.gauss() has always been broken in this way), despite that it may change results.
-
- 04 May, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
add it to the posix_methods.
-