- 03 Dec, 2007 3 commits
-
-
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 7 commits
-
-
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.
-
Georg Brandl authored
From GHOP by Josip Dzolonga.
-
Amaury Forgeot d'Arc authored
it becomes the default startup project when opening the file for the first time.
-
Georg Brandl authored
-
Guido van Rossum authored
-
Georg Brandl authored
Credits go to Thomas Lamb, who wrote this as a task in the GHOP contest.
-
Georg Brandl authored
-
- 28 Nov, 2007 1 commit
-
-
Christian Heimes authored
-
- 27 Nov, 2007 7 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
Also added a warning.warnpy3k() as convenient method for Python 3.x related deprecation warnings.
-
Guido van Rossum authored
the imaginary part (as long as it's not complex). Backport candidate?
-
Christian Heimes authored
-
Christian Heimes authored
Replaced import of the 'new' module with 'types' module and added a deprecation warning to the 'new' module.
-
Christian Heimes authored
-
Facundo Batista authored
module level. Fixes issue 1755179.
-