- 26 Tem, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 25 Tem, 2006 15 kayıt (commit)
-
-
Tim Peters yazdı
-
Ronald Oussoren yazdı
This adds a new key definition for OSX, which is slightly different from the classic mac definition. Also add NEWS item for a couple of bugfixes I added recently.
-
Ronald Oussoren yazdı
without causing problems for anyone that is on a case-insensitive filesystem). Setup.py tries to compile the MacOS extension from MacOSmodule.c, while the actual file is named macosmodule.c. This is no problem on the (default) case-insensitive filesystem, but doesn't work on case-sensitive filesystems.
-
Ronald Oussoren yazdı
of 'ln -s', this avoid problems when reinstalling python.
-
Armin Rigo yazdı
and explain why.
-
Armin Rigo yazdı
writing such code, of course, but it took some gdb time to figure out what my bug was).
-
Armin Rigo yazdı
-
Brett Cannon yazdı
were being converted in the format.
-
Brett Cannon yazdı
-
Georg Brandl yazdı
of pkg.walk_packages. Also improve the docstrings.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Will backport to 2.4.
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
to guess /which/ line the spawned thread is in at the time sys._current_frames() is called: we know it finished enter_g.set(), but can't know whether the instruction counter has advanced to the following leave_g.wait(). The latter is overwhelming most likely, but not guaranteed, and I see that the "x86 Ubuntu dapper (icc) trunk" buildbot found it on the other line once. Changed the test so it passes in either case.
-
Greg Ward yazdı
Delete cruft.
-
- 24 Tem, 2006 11 kayıt (commit)
-
-
Tim Peters yazdı
-
Georg Brandl yazdı
-
Kurt B. Kaiser yazdı
M EditorWindow.py M ScriptBinding.py M NEWS.txt
-
Kurt B. Kaiser yazdı
Bug 1010370 Dave Florek M EditorWindow.py M PyShell.py M NEWS.txt
-
Georg Brandl yazdı
value in the traceback module.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Also don't install "python-config" when doing altinstall, but always install "python-config2.x" and make a link to it like with the main executable.
-
Martin v. Löwis yazdı
Will backport to 2.4.
-
Martin v. Löwis yazdı
so that the current directory does not get added to sys.path. Also fixes #1526785.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 23 Tem, 2006 13 kayıt (commit)
-
-
Greg Ward yazdı
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
will backport.
-
Andrew MacIntyre yazdı
-
Ronald Oussoren yazdı
This patch replaces the menubar that is used by AquaTk for windows without a menubar of their own by one that is more appropriate for IDLE.
-
Ronald Oussoren yazdı
part of bug #1517990.
-
Neal Norwitz yazdı
it definitely could use some review to ensure I'm not off by one and there's no possible overflow/wrap-around of bytes_left. Reported by Klocwork #1. Fix a problem if there is a failure allocating self->db. Found with failmalloc.
-
Neal Norwitz yazdı
Ensure that dataobj is never NULL. Reported by Klocwork #102
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Also fix a few memory leaks in other failure scenarios. It seems that if b_objects == Py_None, we will have an extra ref to b_objects. Add XXX comment so hopefully someone documents why the else isn't necessary or adds it in. Reported by Klocwork #20
-
Neal Norwitz yazdı
Reported by Klocwork #106
-
Neal Norwitz yazdı
to stackdepth_walk it will be dereffed. Not sure if I found with failmalloc or Klockwork #55.
-
Neal Norwitz yazdı
-