- 16 Apr, 2007 4 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
Revert bogus asserts (added to the wrong place) from rev 52501. Approved by Anthony.
-
- 13 Apr, 2007 3 commits
-
-
Kristján Valur Jónsson authored
-
Kristján Valur Jónsson authored
Fix a bug when using the __lltrace__ opcode tracer, and a problem sith signed chars in frameobject.c which can occur with opcodes > 127
-
Barry Warsaw authored
(EIO can occur on Linux) or there's no more data to read. Without this, test_pty.py can hang on the waitpid() because the child is blocking on the stdout write. This will definitely happen on Mac OS X and could potentially happen on other platforms. See the comment for details.
-
- 11 Apr, 2007 1 commit
-
-
Andrew M. Kuchling authored
-
- 05 Apr, 2007 3 commits
-
-
Anthony Baxter authored
-
Neal Norwitz authored
-
Anthony Baxter authored
-
- 04 Apr, 2007 3 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Martin v. Löwis authored
-
- 03 Apr, 2007 3 commits
-
-
Matthias Klose authored
Patch taken from http://bugs.debian.org/416934.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 02 Apr, 2007 2 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 01 Apr, 2007 1 commit
-
-
Neal Norwitz authored
SF #1685563, MSVCCompiler creates redundant and long PATH strings If MSVCCompiler.initialize() was called multiple times, the path would get duplicated. On Windows, this is a problem because the path is limited to 4k. There's no benefit in adding a path multiple times, so prevent that from occuring. We also normalize the path before checking for duplicates so things like /a and /a/ won't both be stored.
-
- 31 Mar, 2007 3 commits
-
-
Marc-André Lemburg authored
since the 2.5.0 release. Backport of r54615.
-
Georg Brandl authored
returned by python-config if Python was built with --enable-shared because that prevented the shared library from being used. (backport from rev. 54634)
-
Neal Norwitz authored
Fix SF #1688393, sock.recvfrom(-24) crashes Also fix some method names that were copied incorrectly (trunk fixed).
-
- 30 Mar, 2007 1 commit
-
-
Andrew M. Kuchling authored
-
- 29 Mar, 2007 1 commit
-
-
Georg Brandl authored
the C lib's clock() is used, but it must be divided by CLOCKS_PER_SEC as for the POSIX implementation (thanks to #pypy). (backport from rev. 54606)
-
- 24 Mar, 2007 1 commit
-
-
Žiga Seilnacht authored
Python 2.5 added support for explicit relative import statements and yield expressions, which were missing in the manual. Also fix grammar productions that used the names from the Grammar file, markup that broke the generated grammar.txt, and wrap some lines that broke the pdf output. (backport from rev. 54559)
-
- 23 Mar, 2007 3 commits
-
-
Thomas Heller authored
overflows the valid Py_ssize_t range. Check return values of PyMem_Malloc. Backported from trunk.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 22 Mar, 2007 3 commits
-
-
Thomas Heller authored
question (well, two months too late).
-
Thomas Heller authored
The code in this patch leaves no way to give up the ownership of a BSTR instance.
-
Georg Brandl authored
(backport from rev. 54524)
-
- 21 Mar, 2007 6 commits
-
-
Žiga Seilnacht authored
now be unpickled. (backport form rev. 54492)
-
Raymond Hettinger authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
given to get(). It also detects when you use '&' as the last argument and creates a BackgroundBrowser then. (backport -- this is a regression from 2.4 and therefore backported)
-
Georg Brandl authored
(backport from rev. 54483)
-
Georg Brandl authored
masked by a generic one with the message "unpack non-sequence". (backport from rev. 54480)
-
- 20 Mar, 2007 2 commits
-
-
Raymond Hettinger authored
Extend work on rev 52962 and 53830 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability.
-
Raymond Hettinger authored
-