- 05 Dec, 2007 10 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Georg Brandl authored
Written by Ross for GHOP.
-
Andrew M. Kuchling authored
-
Christian Heimes authored
-
Christian Heimes authored
merge -r59315:59316 from py3k: Fix issue #1553: An errornous __length_hint__ can make list() raise a SystemError
-
Christian Heimes authored
-
Christian Heimes authored
-
Georg Brandl authored
-
- 04 Dec, 2007 10 commits
-
-
Christian Heimes authored
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 authored
-
Georg Brandl authored
-
Christian Heimes authored
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 authored
-
Georg Brandl authored
by Shriphani Palakodety.
-
Christian Heimes authored
-
Christian Heimes authored
Readded a missing line.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 03 Dec, 2007 14 commits
-
-
Martin v. Löwis authored
os.access now returns True on Windows for any existing directory.
-
Guido van Rossum authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
Written for GHOP by Josip Dzolonga.
-
Christian Heimes authored
Change GeneratorExit's base class from Exception to BaseException (This time I'm applying the patch to the correct sandbox.)
-
Georg Brandl authored
-
Facundo Batista authored
-
Martin v. Löwis authored
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 authored
coding. Thanks Mark Dickinson.
-
Facundo Batista authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
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 authored
-
- 02 Dec, 2007 5 commits
-
-
Georg Brandl authored
Written by Charlie Shepherd for GHOP. Also fixes #1245.
-
Georg Brandl authored
-
Georg Brandl authored
Written by Jeff Wheeler for GHOP.
-
Georg Brandl authored
-
Georg Brandl authored
Written for GHOP by Rafal Rawicki.
-
- 01 Dec, 2007 1 commit
-
-
Georg Brandl authored
Written for GHOP.
-