- 14 Feb, 2007 1 commit
-
-
Martin v. Löwis authored
when considering whether to rerun libffi configure.
-
- 13 Feb, 2007 3 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 12 Feb, 2007 2 commits
-
-
Martin v. Löwis authored
Fixes #847665.
-
Lars Gustäbel authored
at position 0. (backport from rev. 53752)
-
- 11 Feb, 2007 1 commit
-
-
Skip Montanaro authored
-
- 09 Feb, 2007 4 commits
-
-
Georg Brandl authored
(backport from rev. 53697)
-
Martin v. Löwis authored
-
Martin v. Löwis authored
lib/python/config, on "linux" and "gnu" systems.
-
Martin v. Löwis authored
-
- 08 Feb, 2007 3 commits
-
-
Martin v. Löwis authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 07 Feb, 2007 6 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 06 Feb, 2007 1 commit
-
-
Peter Astrand authored
Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pipes on Windows, if GetStdHandle fails. Backport from rev 53646.
-
- 01 Feb, 2007 1 commit
-
-
Raymond Hettinger authored
-
- 31 Jan, 2007 1 commit
-
-
Georg Brandl authored
the master should close the slave fd. Added a test to test_pty.py that reads from the master_fd after doing a pty.fork(); without the fix it hangs forever instead of raising an exception. (<crossing fingers for the buildbots>) Backport from trunk rev. 53146.
-
- 30 Jan, 2007 1 commit
-
-
Georg Brandl authored
(backport from rev. 53603)
-
- 27 Jan, 2007 2 commits
-
-
Georg Brandl authored
(backport from rev. 53579)
-
Georg Brandl authored
a with statement; previously, executing code containing a with statement compiled by the compiler package crashed the interpreter. (backport from rev. 53575)
-
- 26 Jan, 2007 1 commit
-
-
Fred Drake authored
-
- 25 Jan, 2007 2 commits
-
-
Brett Cannon authored
-
Thomas Heller authored
svn+ssh://pythondev@svn.python.org/python/trunk/Modules/_ctypes ........ r53556 | thomas.heller | 2007-01-25 19:34:14 +0100 (Do, 25 Jan 2007) | 3 lines Fix for #1643874: When calling SysAllocString, create a PyCObject which will eventually call SysFreeString to free the BSTR resource. ........
-
- 24 Jan, 2007 1 commit
-
-
Andrew M. Kuchling authored
-
- 23 Jan, 2007 4 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
segfault the interpreter during weakref clean up. Now any new weakrefs created after __del__ is run are removed silently. Fixes bug #1377858 and the weakref_in_del crasher for new-style classes. Classic classes are still affected.
-
Martin v. Löwis authored
frame's thread state. Fixes #1579370.
-
Thomas Wouters authored
SF patch #1630975: Fix crash when replacing sys.stdout in sitecustomize When running the interpreter in an environment that would cause it to set stdout/stderr/stdin's encoding, having a sitecustomize that would replace them with something other than PyFile objects would crash the interpreter. Fix it by simply ignoring the encoding-setting for non-files. This could do with a test, but I can think of no maintainable and portable way to test this bug, short of adding a sitecustomize.py to the buildsystem and have it always run with it (hmmm....)
-
- 22 Jan, 2007 6 commits
-
-
Georg Brandl authored
(backport from rev. 53524)
-
Georg Brandl authored
(backport from rev. 53522)
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
[Bug #1552726] Avoid unnecessary polling at the interpreter prompt when certain versions of readline are being used
-
Andrew M. Kuchling authored
-