- 04 Dec, 2007 3 commits
-
-
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 10 commits
-
-
Georg Brandl authored
Written for GHOP.
-
Georg Brandl authored
Written by h4wk.cz for GHOP.
-
Georg Brandl authored
Written by Michael Schneider for GHOP.
-
Georg Brandl authored
-
Georg Brandl authored
Credits to Michael Sloan from GHOP.
-
Lars Gustäbel authored
the start. (will backport to 2.5)
-
Christian Heimes authored
-
Georg Brandl authored
-
Christian Heimes authored
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 authored
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.
-
- 30 Nov, 2007 7 commits
-
-
Christian Heimes authored
Fixed problem with regrtest caused by the additional of objects to _abcoll.
-
Georg Brandl authored
-
Christian Heimes authored
Georg Brandl has added fchmod() and fchown(). I've contributed lchown but I'm not able to test it on Linux. However it should be available on Mac and some other flavors of Unix. I've made a quick test of fchmod() and fchown() on my system. They are working as expected.
-
Amaury Forgeot d'Arc authored
The t# and w# formats were not correctly handled. Will backport.
-
Amaury Forgeot d'Arc authored
-
Christian Heimes authored
Moved the _DEBUG and NDEBUG macros to two new property files. Fixed #1527 Problem with static libs on Windows Updated README.txt
-
Facundo Batista authored
used types. Thanks Mark Dickinson.
-
- 29 Nov, 2007 1 commit
-
-
Amaury Forgeot d'Arc authored
(in deallocation of running threads, for example), so the PyGILState_Release() function must still be functional. On the other hand, _PyGILState_Fini() only frees memory, and can be called later. Backport candidate, but only after some experts comment on it.
-