- 13 Haz, 2004 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 12 Haz, 2004 6 kayıt (commit)
-
-
Raymond Hettinger yazdı
Maxheap version of heapq.smallest() is forthcoming.
-
Michael W. Hudson yazdı
-
Raymond Hettinger yazdı
an alternate algorithm when the number of selected items is small relative to the full iterable.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* Change a XDECREF to DECREF (adding an assertion just to be sure).
-
- 11 Haz, 2004 7 kayıt (commit)
-
-
Fred Drake yazdı
This is basically the support for package data from Phillip Eby's setuptools package. I've changed it only to fit it into the core implementation rather than to live in subclasses, and added documentation.
-
Michael W. Hudson yazdı
[ 971323 ] make test_signal less annoying after some comments on IRC from a highly opinionated australian who wishes to remain anonymous.
-
Anthony Baxter yazdı
Ignore it, rather than breaking. Will backport. (and r1.1000 for Misc/NEWS!)
-
Anthony Baxter yazdı
-
Anthony Baxter yazdı
have a __module__. Test for this case. Bugfix candidate, will backport.
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
- 10 Haz, 2004 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
tests which nicely highly highlight weaknesses). * Initial value is now a large prime. * Pre-multiply by the set length to add one more basis of differentiation. * Work a bit harder inside the loop to scatter bits from sources that may have closely spaced hash values. All of this is necessary to make up for keep the hash function commutative. Fortunately, the hash value is cached so the call to frozenset_hash() will only occur once per set.
-
Raymond Hettinger yazdı
* Non-zero initial value so that hash(frozenset()) != hash(0). * Final permutation to differentiate nested sets. * Add logic to make sure that -1 is not a possible hash value.
-
Raymond Hettinger yazdı
Prevents a collision pattern that occurs with nested tuples. (Yitz Gale provided code that repeatably demonstrated the weakness.)
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 09 Haz, 2004 4 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Fred Drake yazdı
docs
-
Neal Norwitz yazdı
(reported by Thomas Heller). If have_unicode_filename is set, path looks like it will not be used, so there's no need to free it.
-
- 08 Haz, 2004 8 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Martin v. Löwis yazdı
-
Brett Cannon yazdı
had already been installed previously.
-
Fred Drake yazdı
- explain Python/ceval.c from what; lots of people don't use a source distro any more
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Neil Schemenauer yazdı
Closes SF bug #472568.
-
- 07 Haz, 2004 5 kayıt (commit)
-
-
Tim Peters yazdı
datetime.datetime and datetime.time could yield insane objects. Thanks to Jiwon Seo for the fix. Bugfix candidate. I'll backport it to 2.3.
-
Raymond Hettinger yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
Already backported.
-
Skip Montanaro yazdı
too-mechanical translation when converting html() to text() (simply stripped strong() where it appeared).
-