- 19 Kas, 2003 18 kayıt (commit)
-
-
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ı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
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 yazdı
-
Walter Dörwald yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Kurt B. Kaiser yazdı
Raphael suggested correcting this so pdb's postmortem pm() would work. IDLEfork Patch 844675 Modified: NEWS.txt run.py
-
Barry Warsaw yazdı
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 yazdı
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 Kas, 2003 11 kayıt (commit)
-
-
Jack Jansen yazdı
after some minor mods. Fixes #803498, but should NOT be backported because the original problem seems to be unreproducable.
-
Just van Rossum yazdı
statically linked zlib module, but since the problem it tests can't exist on these systems, simply skip it then. Will backport.
-
Just van Rossum yazdı
instead of os.linesep.
-
Jack Jansen yazdı
-
Martin v. Löwis yazdı
_XOPEN_SOURCE on AIX 4.
-
Martin v. Löwis yazdı
in altbininstall. Backported to 2.3.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Guido van Rossum yazdı
variable, add extra braces).
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 17 Kas, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 16 Kas, 2003 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* Install the unittests, docs, newsitem, include file, and makefile update. * Exercise the new functions whereever sets.py was being used. Includes the docs for libfuncs.tex. Separate docs for the types are forthcoming.
-
Raymond Hettinger yazdı
-
- 15 Kas, 2003 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 14 Kas, 2003 3 kayıt (commit)
-
-
Thomas Heller yazdı
Backported to release-maint23
-
Thomas Heller yazdı
The find_all_submodules() method in modulefinder only looks for *.py, *.pyc, and *.pyo files. Python extension modules are only found if they are referenced in import statements somewhere. This patch uses the actual list from imp.get_suffixes(). Backported myself.
-
Tim Peters yazdı
for this function has always claimed that was true, but it wasn't verified before. For the latest batch of "double deallocation" bugs (stemming from weakref callbacks invoked by way of subtype_dealloc), this assert would have triggered (instead of waiting for _Py_ForgetReference to die with a segfault later).
-
- 13 Kas, 2003 2 kayıt (commit)
-
-
Tim Peters yazdı
this change, I think subtype_dealloc is actually a smidgen less obscure than it was in 2.3 -- we got rid of a negation in an "if" <wink>.
-
Tim Peters yazdı
expanded the test case with a piece that needs the more-complete fix. I'll backport this to 2.3 maint.
-