- 01 Ara, 2007 2 kayıt (commit)
-
-
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 8 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ı
-
Christian Heimes yazdı
Replaced import of the 'new' module with 'types' module and added a deprecation warning to the 'new' module.
-
Christian Heimes yazdı
-
Facundo Batista yazdı
module level. Fixes issue 1755179.
-
Thomas Heller yazdı
implementation in C.
-
- 26 Kas, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 24 Kas, 2007 12 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Skip Montanaro yazdı
-
Georg Brandl yazdı
Also document a few other O_ constants that were missing from documentation.
-
Amaury Forgeot d'Arc yazdı
attribute of an empty cell object. Now a ValueError is raised.
-
Amaury Forgeot d'Arc yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
communicate() to work as described.
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Christian Heimes yazdı
svn merge -r59131:HEAD ../../py3k/PCbuild9/ .
-
Christian Heimes yazdı
I'm wonder why I was trying to add the filename to the node all the time. The compiling struct is more obvious.
-
- 23 Kas, 2007 2 kayıt (commit)
-
-
Facundo Batista yazdı
-
Facundo Batista yazdı
number: now it does not store the mantissa as a tuple of numbers, but as a string. This avoids a lot of conversions, and achieves a speedup of 40%. The API remains intact. Thanks Mark Dickinson.
-