- 18 Nis, 2007 2 kayıt (commit)
-
-
Anthony Baxter yazdı
-
Raymond Hettinger yazdı
-
- 16 Nis, 2007 5 kayıt (commit)
-
-
Neal Norwitz yazdı
keys() if subclassed. This is to remain consistent with 2.5. See discussion here: http://mail.python.org/pipermail/python-dev/2007-April/072565.html
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Revert bogus asserts (added to the wrong place) from rev 52501. Approved by Anthony.
-
- 13 Nis, 2007 3 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
-
Kristján Valur Jónsson yazdı
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 yazdı
(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 Nis, 2007 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 05 Nis, 2007 3 kayıt (commit)
-
-
Anthony Baxter yazdı
-
Neal Norwitz yazdı
-
Anthony Baxter yazdı
-
- 04 Nis, 2007 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Martin v. Löwis yazdı
-
- 03 Nis, 2007 3 kayıt (commit)
-
-
Matthias Klose yazdı
Patch taken from http://bugs.debian.org/416934.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 02 Nis, 2007 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 01 Nis, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
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 kayıt (commit)
-
-
Marc-André Lemburg yazdı
since the 2.5.0 release. Backport of r54615.
-
Georg Brandl yazdı
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 yazdı
Fix SF #1688393, sock.recvfrom(-24) crashes Also fix some method names that were copied incorrectly (trunk fixed).
-
- 30 Mar, 2007 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 29 Mar, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
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 kayıt (commit)
-
-
Žiga Seilnacht yazdı
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 kayıt (commit)
-
-
Thomas Heller yazdı
overflows the valid Py_ssize_t range. Check return values of PyMem_Malloc. Backported from trunk.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 22 Mar, 2007 3 kayıt (commit)
-
-
Thomas Heller yazdı
question (well, two months too late).
-
Thomas Heller yazdı
The code in this patch leaves no way to give up the ownership of a BSTR instance.
-
Georg Brandl yazdı
(backport from rev. 54524)
-
- 21 Mar, 2007 5 kayıt (commit)
-
-
Žiga Seilnacht yazdı
now be unpickled. (backport form rev. 54492)
-
Raymond Hettinger yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
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 yazdı
(backport from rev. 54483)
-