- 24 Kas, 2003 5 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
which use the Space key. Limit unmodified user keybindings to the function keys. Python Bug 775353, IDLEfork Bugs 755647, 761557 Improve error handling during startup if there's no Tkinter. M NEWS.txt M PyShell.py M config-keys.def M configHandler.py M keybindingDialog.py Backport candidate.
-
Guido van Rossum yazdı
unsigned int (on a 32-bit machine), by adding an explicit 'u' to the literal (a prime used to improve the hash function for frozenset).
-
Guido van Rossum yazdı
-
Kurt B. Kaiser yazdı
IDLE version to 1.1a0. Modified Files: NEWS.txt idlever.py
-
Raymond Hettinger yazdı
* 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 Kas, 2003 2 kayıt (commit)
-
-
Barry Warsaw yazdı
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 yazdı
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 Kas, 2003 2 kayıt (commit)
-
-
Guido van Rossum yazdı
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 yazdı
Brings the functionality back in line with sets.py.
-
- 21 Kas, 2003 4 kayıt (commit)
-
-
Tim Peters yazdı
dangers of trying to iterate over weak dicts.
-
Barry Warsaw yazdı
-
Raymond Hettinger yazdı
(Requested by Alex Martelli.)
-
Raymond Hettinger yazdı
-
- 20 Kas, 2003 12 kayıt (commit)
-
-
Raymond Hettinger yazdı
* 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 yazdı
-
Guido van Rossum yazdı
-
Tim Peters yazdı
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 yazdı
-
Jack Jansen yazdı
from the OS9 readme that is still relevant. Got rid of Distributions/readme.txt.
-
Walter Dörwald yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Cleaned up various things in the toolbox modules.
-
Jack Jansen yazdı
to pymactoolbox.h (where it should have been in the first place).
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 19 Kas, 2003 15 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Martin v. Löwis yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
MacOS9isms.
-
Jack Jansen yazdı
later.
-
Raymond Hettinger yazdı
-
Jack Jansen yazdı
pre-carbon MacOS9 support.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
and the biggest in size, but probably the easiest. Hunting through the source code comes next.
-
Jack Jansen yazdı
-