- 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 10 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).
-
Neal Norwitz yazdı
Cleanup: use condition to be consistent with code above CookieJar is in cookielib
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Skip Montanaro yazdı
-
Raymond Hettinger yazdı
-
- 06 Haz, 2004 13 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Neal Norwitz yazdı
PyArg_ParseTuple() since the format is "et" This change should be reviewed carefully. Bugfix candidate.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
This fixes the problem and the test passes. I'm not sure the test is really correct though. It seems like it would be better to raise an exception. I think that wasn't done for backwards compatability. Bugfix candidate.
-
Neal Norwitz yazdı
This is similar to test_normalization, so that many source trees can reference the same test file(s).
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Tim Peters yazdı
Document that it can't be done on Windows.
-
Phillip J. Eby yazdı
inheritance in Python when a C type is one of the bases.
-
Skip Montanaro yazdı
-
Kurt B. Kaiser yazdı
The visibility state of the code context pane is now persistent between sessions and the pane does not appear in the shell window. M CodeContext.py M EditorWindow.py M NEWS.txt M PyShell.py M config-extensions.def M configHandler.py
-
Nicholas Bastin yazdı
-