- 02 Dec, 2007 3 commits
-
-
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 8 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.
-
Thomas Heller authored
implementation in C.
-
- 26 Nov, 2007 1 commit
-
-
Guido van Rossum authored
-
- 24 Nov, 2007 3 commits
-
-
Martin v. Löwis authored
-
Skip Montanaro authored
-
Georg Brandl authored
Also document a few other O_ constants that were missing from documentation.
-