- 06 Ara, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 05 Ara, 2007 16 kayıt (commit)
-
-
Christian Heimes yazdı
The macros _WIN32, _WIN64 and _M_X64 are defined by the compiler. The VS 2008 IDE doesn't know about (some) of the macros and can display wrong information. In my case a section #ifdef _WIN64 was grayed out although the platform was x64. I've added the macros to pyproject.vsprops and x64.vsprops. I've also added a paragraph about the property files to the readme and fixed the order of pyupdate > pyinstrument.
-
Georg Brandl yazdı
-
Christian Heimes yazdı
-
Ronald Oussoren yazdı
by purging bindings to OSA's debug API's. Those APIs we're completely unsupported on OSX 10.4 and are no longer available on OSX 10.5. Note that this patches a generated file. This is somewhat acceptable because regenerating the file is non-trivial and wouldn't use system headers anyway.
-
Georg Brandl yazdı
-
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 13 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.
-