- 24 Nov, 2003 1 commit
-
-
Raymond Hettinger authored
* Add more tests * Refactor and neaten the code a bit. * Rename union_update() to update(). * Improve the algorithms (making them a closer to sets.py).
-
- 23 Nov, 2003 2 commits
-
-
Barry Warsaw authored
guess_all_extensions() returns (at least) what we expect. As Jeff Epler suggests in http://mail.python.org/pipermail/python-dev/2003-September/038264.html We use a set to test the results. This fixes the test when test_urllib2 is run before test_mimetypes.
-
Raymond Hettinger authored
function. * Add a better test for deepcopying. * Add tests to show the __init__() function works like it does for list and tuple. Add related test. * Have shallow copies of frozensets return self. Add related test. * Have frozenset(f) return f if f is already a frozenset. Add related test. * Beefed-up some existing tests.
-
- 22 Nov, 2003 2 commits
-
-
Guido van Rossum authored
by the function object or by the method object, the function object's attribute usually wins. Christian Tismer pointed out that that this is really a mistake, because this only happens for special methods (like __reduce__) where the method object's version is really more appropriate than the function's attribute. So from now on, all method attributes will have precedence over function attributes with the same name.
-
Raymond Hettinger authored
Brings the functionality back in line with sets.py.
-
- 21 Nov, 2003 4 commits
-
-
Tim Peters authored
dangers of trying to iterate over weak dicts.
-
Barry Warsaw authored
-
Raymond Hettinger authored
(Requested by Alex Martelli.)
-
Raymond Hettinger authored
-
- 20 Nov, 2003 12 commits
-
-
Raymond Hettinger authored
* Improve the hash function to increase the chance that distinct sets will have distinct xor'd hash totals. * Use PyDict_Merge where possible (it is faster than an equivalent iter/set pair). * Don't rebuild dictionaries where the input already has one.
-
Andrew M. Kuchling authored
-
Guido van Rossum authored
-
Tim Peters authored
Also SF patch 843455. This is a critical bugfix. I'll backport to 2.3 maint, but not beyond that. The bugs this fixes have been there since weakrefs were introduced.
-
Raymond Hettinger authored
-
Jack Jansen authored
from the OS9 readme that is still relevant. Got rid of Distributions/readme.txt.
-
Walter Dörwald authored
-
Jack Jansen authored
-
Jack Jansen authored
Cleaned up various things in the toolbox modules.
-
Jack Jansen authored
to pymactoolbox.h (where it should have been in the first place).
-
Jack Jansen authored
-
Jack Jansen authored
-
- 19 Nov, 2003 19 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Martin v. Löwis authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
MacOS9isms.
-
Jack Jansen authored
later.
-
Raymond Hettinger authored
-
Jack Jansen authored
pre-carbon MacOS9 support.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
and the biggest in size, but probably the easiest. Hunting through the source code comes next.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-