- 05 Nis, 2007 2 kayıt (commit)
-
-
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 6 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)
-
Georg Brandl yazdı
masked by a generic one with the message "unpack non-sequence". (backport from rev. 54480)
-
- 20 Mar, 2007 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
Extend work on rev 52962 and 53830 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability.
-
Raymond Hettinger yazdı
-
- 18 Mar, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 17 Mar, 2007 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
- 16 Mar, 2007 2 kayıt (commit)
-
-
Georg Brandl yazdı
(backport from rev. 54409)
-
Collin Winter yazdı
Backported from r54404.
-
- 15 Mar, 2007 4 kayıt (commit)
-
-
Žiga Seilnacht yazdı
the implementation for __reduce__ and __reduce_ex__ into two separate functions. Fixes bug #931877. (backport from rev. 54397)
-
Georg Brandl yazdı
-
Georg Brandl yazdı
initialization failed. (backport from rev. 54394)
-
Georg Brandl yazdı
thread lib doc. (backport from rev. 54392)
-
- 14 Mar, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-