- 26 Jul, 2006 8 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
[Bug #1471938] Fix build problem on Solaris 8 by conditionalizing the use of mvwgetnstr(); it was conditionalized a few lines below. Fix from Paul Eggert. I also tried out the STRICT_SYSV_CURSES case and am therefore removing the 'untested' comment.
-
Martin v. Löwis authored
Fix httplib.HTTPConnection.getresponse to not close the socket if it is still needed for the response.
-
Georg Brandl authored
Also add a guard against NULL in converttuple and add a test case (that previously would have crashed).
-
Georg Brandl authored
-
Georg Brandl authored
-
Barry Warsaw authored
it into email 4.0. Specifically, in Message.get_content_charset(), handle RFC 2231 headers that contain an encoding not known to Python, or a character in the data that isn't in the charset encoding. Also forward port the appropriate unit tests.
-
Neal Norwitz authored
-
- 25 Jul, 2006 15 commits
-
-
Tim Peters authored
-
Ronald Oussoren authored
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 authored
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 authored
of 'ln -s', this avoid problems when reinstalling python.
-
Armin Rigo authored
and explain why.
-
Armin Rigo authored
writing such code, of course, but it took some gdb time to figure out what my bug was).
-
Armin Rigo authored
-
Brett Cannon authored
were being converted in the format.
-
Brett Cannon authored
-
Georg Brandl authored
of pkg.walk_packages. Also improve the docstrings.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Will backport to 2.4.
-
Martin v. Löwis authored
-
Tim Peters authored
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 authored
Delete cruft.
-
- 24 Jul, 2006 11 commits
-
-
Tim Peters authored
-
Georg Brandl authored
-
Kurt B. Kaiser authored
M EditorWindow.py M ScriptBinding.py M NEWS.txt
-
Kurt B. Kaiser authored
Bug 1010370 Dave Florek M EditorWindow.py M PyShell.py M NEWS.txt
-
Georg Brandl authored
value in the traceback module.
-
Georg Brandl authored
-
Georg Brandl authored
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 authored
Will backport to 2.4.
-
Martin v. Löwis authored
so that the current directory does not get added to sys.path. Also fixes #1526785.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 23 Jul, 2006 6 commits
-
-
Greg Ward authored
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
will backport.
-
Andrew MacIntyre authored
-
Ronald Oussoren authored
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 authored
part of bug #1517990.
-