- 05 Ara, 2007 11 kayıt (commit)
-
-
Christian Heimes yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
Written by Ross for GHOP.
-
Andrew M. Kuchling yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
merge -r59315:59316 from py3k: Fix issue #1553: An errornous __length_hint__ can make list() raise a SystemError
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Georg Brandl yazdı
-
- 04 Ara, 2007 10 kayıt (commit)
-
-
Christian Heimes yazdı
These optimizations create smaller and a bit faster code on my machine. I've also disabled an optimization that may be dangerous. Intrinsic functions conflict with errno.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Christian Heimes yazdı
Added warning that make install may overwrite or masquerade the default python binary. Use make altinstall instead. A native English speaker may want to rephrase the paragraph. ;)
-
Facundo Batista yazdı
-
Georg Brandl yazdı
by Shriphani Palakodety.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
Readded a missing line.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 03 Ara, 2007 14 kayıt (commit)
-
-
Martin v. Löwis yazdı
os.access now returns True on Windows for any existing directory.
-
Guido van Rossum yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
Written for GHOP by Josip Dzolonga.
-
Christian Heimes yazdı
Change GeneratorExit's base class from Exception to BaseException (This time I'm applying the patch to the correct sandbox.)
-
Georg Brandl yazdı
-
Facundo Batista yazdı
-
Martin v. Löwis yazdı
on 32-bit systems on 64-bit systems, and vice versa. As a consequence of the change, Random pickles created by Python 2.6 cannot be loaded in Python 2.5.
-
Facundo Batista yazdı
coding. Thanks Mark Dickinson.
-
Facundo Batista yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
The new msvc9compiler module supports VS 2005 and VS 2008. I've also fixed build_ext to support PCbuild8 and PCbuild9 and backported my fix for xxmodule.c from py3k. The old code msvccompiler is still in place in case somebody likes to build an extension with VS 2003 or earlier. I've also updated the cygwin compiler module for VS 2005 and VS 2008. It works with VS 2005 but I'm unable to test it with VS 2008. We have to wait for a new version of cygwin.
-
Nick Coghlan yazdı
-
- 02 Ara, 2007 5 kayıt (commit)
-
-
Georg Brandl yazdı
Written by Charlie Shepherd for GHOP. Also fixes #1245.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Written by Jeff Wheeler for GHOP.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Written for GHOP by Rafal Rawicki.
-