- 20 Nov, 2003 10 commits
-
-
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 28 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
-
Walter Dörwald authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Kurt B. Kaiser authored
Raphael suggested correcting this so pdb's postmortem pm() would work. IDLEfork Patch 844675 Modified: NEWS.txt run.py
-
Barry Warsaw authored
gets done when maxheaderlen <> 0. The header really gets wrapped via the email.Header.Header class, which has a more sophisticated algorithm than just splitting on semi-colons.
-
Barry Warsaw authored
header wrapping gets done when maxheaderlen <> 0. The header really gets wrapped via the email.Header.Header class, which has a more sophisticated algorithm than just splitting on semi-colons.
-
- 18 Nov, 2003 2 commits
-
-
Jack Jansen authored
after some minor mods. Fixes #803498, but should NOT be backported because the original problem seems to be unreproducable.
-
Just van Rossum authored
statically linked zlib module, but since the problem it tests can't exist on these systems, simply skip it then. Will backport.
-