- 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 22 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
-
Jack Jansen authored
-
Jack Jansen authored
release23-maint branch: - Remember the scroll position when rebuilding the browser (as we do far too often). Fixes #824430. - Allow for the documentation to be inside PythonIDE as well as in the Python.app inside the framework (the original location for 2.3). - Updated version numbers - In PythonIDE, add the Tools/IDE directory as the second entry in sys.path in stead of as the first, leaving PythonIDE.app/Contents/Resources as the first one. - The code for setting the working directory to $HOME was both incorrect and in the wrong place, fixed. - On OSX the default location for IDE scripts is now $HOME/Library/Python/IDE-Scripts.
-
Jack Jansen authored
-