- 26 Nov, 2003 2 commits
-
-
Neal Norwitz authored
-
Raymond Hettinger authored
-
- 25 Nov, 2003 4 commits
-
-
Raymond Hettinger authored
intern() to a separate region in the docs.
-
Raymond Hettinger authored
than PySequence_Contains() and more clearly applicable to dicts. Apply the new function in setobject.c where __contains__ checking is ubiquitous.
-
Fred Drake authored
-
Kurt B. Kaiser authored
M IOBinding.py Backported to 23-maint
-
- 24 Nov, 2003 7 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Kurt B. Kaiser authored
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 authored
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 authored
-
Kurt B. Kaiser authored
IDLE version to 1.1a0. Modified Files: NEWS.txt idlever.py
-
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 7 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.
-