- 11 Haz, 2007 10 kayıt (commit)
-
-
Neal Norwitz yazdı
Will backport
-
Neal Norwitz yazdı
to disable it and only import msvccompiler on Windows since that's the only place it can work anyways.
-
Neal Norwitz yazdı
Will backport.
-
Neal Norwitz yazdı
Move an import in mworkscompiler so that this module can be imported on any platform. Hopefully this works on all platforms.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
This also catches another condition that can overflow. Will backport.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 10 Haz, 2007 4 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
modules in the ReleaseAMD64 configuration because they do not compile.
-
Thomas Heller yazdı
components are built yet, and 'kill_python' is disabled).
-
- 09 Haz, 2007 5 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Will backport to 2.5.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
a large width is passed on 32-bit platforms. Found by Google. It would be good for people to review this especially carefully and verify I don't have an off by one error and there is no other way to cause overflow.
-
- 08 Haz, 2007 6 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
Closes [1700455].
-
Thomas Heller yazdı
-
Thomas Heller yazdı
with small modifications.
-
Martin v. Löwis yazdı
Will backport to 2.5.
-
Thomas Heller yazdı
-
- 07 Haz, 2007 4 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Backport from py3k rev. 55708 by Guido.
-
- 06 Haz, 2007 4 kayıt (commit)
-
-
Thomas Heller yazdı
-
Facundo Batista yazdı
with tests in test_urllib2net.py (must have network resource enabled to execute them). Also modified test_urllib2.py because testing mock classes must take it into acount. Docs are also updated.
-
Facundo Batista yazdı
using the timeout received in connection time.
-
Collin Winter yazdı
Patch #1731049: make threading.py use a proper "raise" when checking internal state, rather than assert statements (which get stripped out by -O).
-
- 05 Haz, 2007 4 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Hye-Shik Chang yazdı
-
Hye-Shik Chang yazdı
reads a file that ends with incomplete sequence and sizehint argument for .read() is specified.
-
Hye-Shik Chang yazdı
from Linux's. Just fix the build for now but the code doesn't support the complete capability of HCI on FreeBSD yet.
-
- 03 Haz, 2007 2 kayıt (commit)
-
-
Brett Cannon yazdı
of ``\s*``. This prevents patterns from "stealing" bits from other patterns in order to make a match work. Closes bug #1730389. Will be backported.
-
Neal Norwitz yazdı
Different versions of Berkeley DB handle this differently. The comments and bug report should have the details. Memory is allocated in 4.4 (and presumably earlier), but not in 4.5. Thus 4.5 has the free error, but not earlier versions. Mostly update comments, plus make the free conditional. This fix was already applied to the 2.5 branch.
-
- 02 Haz, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-