- 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
-
- 21 Jan, 2007 3 commits
-
-
Peter Astrand authored
-
Georg Brandl authored
(backport from rev. 53511)
-
Georg Brandl authored
types. (backport from rev. 53509)
-
- 20 Jan, 2007 2 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 19 Jan, 2007 4 commits
-
-
Raymond Hettinger authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Neal Norwitz authored
-
- 18 Jan, 2007 1 commit
-
-
Neal Norwitz authored
be true if we didn't malloc the code? Seems like the code is wrong or could use comments. Also verify if the buildbots are working properly for the 2.5 branch.
-
- 17 Jan, 2007 6 commits
-
-
Georg Brandl authored
(backport from rev. 53477)
-
Georg Brandl authored
(backport from rev. 53475)
-
Andrew M. Kuchling authored
[Part of bug #1599254] Add suggestion to Mailbox docs to use Maildir, and warn user to lock/unlock mailboxes when modifying them
-
Thomas Heller authored
-
Thomas Heller authored
svn+ssh://pythondev@svn.python.org/python/trunk/Lib/ctypes ........ r53402 | thomas.heller | 2007-01-12 21:17:34 +0100 (Fr, 12 Jan 2007) | 6 lines patch #1610795: BSD version of ctypes.util.find_library, by Martin Kammerhofer. Backported from trunk. ........
-
Thomas Heller authored
svn+ssh://pythondev@svn.python.org/python/trunk/Modules/_ctypes ........ r53466 | thomas.heller | 2007-01-17 10:40:34 +0100 (Mi, 17 Jan 2007) | 2 lines Replace C++ comments with C comments. ........
-
- 13 Jan, 2007 1 commit
-
-
Peter Astrand authored
-
- 12 Jan, 2007 3 commits
-
-
Thomas Heller authored
........ r53361 | thomas.heller | 2007-01-10 21:51:19 +0100 (Wed, 10 Jan 2007) | 1 line Must change the version number in the _ctypes extension as well. ........
-
Thomas Heller authored
........ r52388 | martin.v.loewis | 2006-10-19 13:00:37 +0200 (Thu, 19 Oct 2006) | 3 lines Fix various minor errors in passing arguments to PyArg_ParseTuple. ........
-
Thomas Heller authored
........ r52945 | brett.cannon | 2006-12-07 00:38:48 +0100 (Thu, 07 Dec 2006) | 3 lines Fix a bad assumption that all objects assigned to '__loader__' on a module will have a '_files' attribute. ........ r53358 | thomas.heller | 2007-01-10 21:12:13 +0100 (Wed, 10 Jan 2007) | 1 line Change the ctypes version number to "1.1.0". ........
-
- 11 Jan, 2007 1 commit
-
-
Raymond Hettinger authored
-