- 11 Jun, 2004 1 commit
-
-
Skip Montanaro authored
-
- 10 Jun, 2004 5 commits
-
-
Raymond Hettinger authored
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 authored
* 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 authored
Prevents a collision pattern that occurs with nested tuples. (Yitz Gale provided code that repeatably demonstrated the weakness.)
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 09 Jun, 2004 4 commits
-
-
Thomas Heller authored
-
Thomas Heller authored
-
Fred Drake authored
docs
-
Neal Norwitz authored
(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 Jun, 2004 8 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
Martin v. Löwis authored
-
Brett Cannon authored
had already been installed previously.
-
Fred Drake authored
- explain Python/ceval.c from what; lots of people don't use a source distro any more
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Neil Schemenauer authored
Closes SF bug #472568.
-
- 07 Jun, 2004 10 commits
-
-
Tim Peters authored
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 authored
-
Thomas Heller authored
-
Thomas Heller authored
Already backported.
-
Skip Montanaro authored
too-mechanical translation when converting html() to text() (simply stripped strong() where it appeared).
-
Neal Norwitz authored
Cleanup: use condition to be consistent with code above CookieJar is in cookielib
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Skip Montanaro authored
-
Raymond Hettinger authored
-
- 06 Jun, 2004 12 commits
-
-
Andrew M. Kuchling authored
-
Neal Norwitz authored
PyArg_ParseTuple() since the format is "et" This change should be reviewed carefully. Bugfix candidate.
-
Neal Norwitz authored
-
Neal Norwitz authored
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 authored
This is similar to test_normalization, so that many source trees can reference the same test file(s).
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Tim Peters authored
Document that it can't be done on Windows.
-
Phillip J. Eby authored
inheritance in Python when a C type is one of the bases.
-
Skip Montanaro authored
-
Kurt B. Kaiser authored
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
-