- 15 May, 2002 2 kayıt (commit)
-
-
Jason Tishler yazdı
This patch removes a vestige part of the Cygwin make rules that didn't quite make it over during the flattening of the Makefiles. In its current form, it creates a def file but incorrectly calls it libpython$(VERSION).dll.a which immediately gets overwritten by the next command. Obviously, this is useless. It appears, it was useless in the old nested Makefile structure too. :,)
-
Raymond Hettinger yazdı
Closes patch 556161.
-
- 14 May, 2002 7 kayıt (commit)
-
-
Chui Tey yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
Raymond Hettinger, beware! This caused the Unix install to fail!
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Barry Warsaw yazdı
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 kayıt (commit)
-
-
Raymond Hettinger yazdı
which fixes the unnecessarily restricted method domain.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Partial solution to SF bug 527139.
-
Jack Jansen yazdı
Added typechecking to the individual python->CF converters, so we can use them in the CF object initializers safely.
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
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 yazdı
-
Guido van Rossum yazdı
following IAC. Bugfix candidate if anyone cares.
-
Michael W. Hudson yazdı
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 yazdı
-
Walter Dörwald yazdı
stringobject.c compiles again with --disable-unicode. Fixes SF bug http://www.python.org/sf/554912
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
feature request 426539.
-
Raymond Hettinger yazdı
Closes patch 552452 and feature request 426539.
-
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 1 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.
-