- 03 Ara, 2007 6 kayıt (commit)
-
-
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.
-
- 30 Kas, 2007 7 kayıt (commit)
-
-
Christian Heimes yazdı
Fixed problem with regrtest caused by the additional of objects to _abcoll.
-
Georg Brandl yazdı
-
Christian Heimes yazdı
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 yazdı
The t# and w# formats were not correctly handled. Will backport.
-
Amaury Forgeot d'Arc yazdı
-
Christian Heimes yazdı
Moved the _DEBUG and NDEBUG macros to two new property files. Fixed #1527 Problem with static libs on Windows Updated README.txt
-
Facundo Batista yazdı
used types. Thanks Mark Dickinson.
-
- 29 Kas, 2007 7 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
(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 yazdı
From GHOP by Josip Dzolonga.
-
Amaury Forgeot d'Arc yazdı
it becomes the default startup project when opening the file for the first time.
-
Georg Brandl yazdı
-
Guido van Rossum yazdı
-
Georg Brandl yazdı
Credits go to Thomas Lamb, who wrote this as a task in the GHOP contest.
-
Georg Brandl yazdı
-
- 28 Kas, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 27 Kas, 2007 4 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
Also added a warning.warnpy3k() as convenient method for Python 3.x related deprecation warnings.
-
Guido van Rossum yazdı
the imaginary part (as long as it's not complex). Backport candidate?
-
Christian Heimes yazdı
-