- 05 Ara, 2007 1 kayıt (commit)
-
-
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.
-
- 01 Ara, 2007 10 kayıt (commit)
-
-
Georg Brandl yazdı
Written for GHOP.
-
Georg Brandl yazdı
Written by h4wk.cz for GHOP.
-
Georg Brandl yazdı
Written by Michael Schneider for GHOP.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Credits to Michael Sloan from GHOP.
-
Lars Gustäbel yazdı
the start. (will backport to 2.5)
-
Christian Heimes yazdı
-
Georg Brandl yazdı
-
Christian Heimes yazdı
Added PyFloat_GetMax(), PyFloat_GetMin() and PyFloat_GetInfo() to the float API. Added a dictionary sys.float_info with information about the internal floating point type to the sys module.
-
Christian Heimes yazdı
Although pyconfig.h claims that WIN32 is obsolete it is still required for the locale module. locale.getdefaultlocale() fails silently w/o the WIN32 macro.
-