- 24 Ock, 2008 21 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Thomas Heller yazdı
to not accept float types; the result was that integer-like objects were not accepted. Ported from release25-maint.
-
Raymond Hettinger yazdı
-
Thomas Heller yazdı
Also add a missing DECREF.
-
Thomas Heller yazdı
from the WeakValueDictionary was slower by nearly a factor of 3. To avoid leaks, weakref proxies for the array types are put into the cache dict, with weakref callbacks that removes the entries when the type goes away.
-
Guido van Rossum yazdı
- A few crashers fixed: weakref_in_del.py (issue #1377858); loosing_dict_ref.py (issue #1303614, test67.py); borrowed_ref_[34].py (not in tracker).
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Clean-up and speed-up code by accessing numerator/denominator directly. There's no reason to enforce readonliness
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Gregory P. Smith yazdı
(also remove an unneeded import struct from test_largefile)
-
Neal Norwitz yazdı
I'm not sure this is the correct fix, but at least the test passes now and should be closer to correct.
-
Neal Norwitz yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Add first-cut at an approximation function (still needs rounding tweaks). Add continued fraction conversions.
-
- 23 Ock, 2008 11 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Kurt B. Kaiser yazdı
-
Guido van Rossum yazdı
-
Kurt B. Kaiser yazdı
Issue 1743, Issue 1862.
-
Guido van Rossum yazdı
-
Christian Heimes yazdı
The "can't load dll" message box on Windows is suppressed while an extension is loaded by calling SetErrorMode in dynload_win.c. The error is still reported properly.
-
Christian Heimes yazdı
Fixed bug #1915: Python compiles with --enable-unicode=no again. However several extension methods and modules do not work without unicode support.
-
Armin Rigo yazdı
improve portability of address length calculation for AF_UNIX sockets
-
Christian Heimes yazdı
-
Guido van Rossum yazdı
users and groups in LDAP/NIS. So I'm limiting the extra-heavy part of the tests to passwd/group files with at most 1000 entries.
-
Raymond Hettinger yazdı
-
- 22 Ock, 2008 8 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
Christian Heimes yazdı
Added the macros PyModule_AddIntMacro and PyModule_AddStringMacro. They shorten PyModule_AddIntConstant(m, "AF_INET", AF_INET) to PyModule_AddIntMacro(m, AF_INET)
-
Christian Heimes yazdı
-
Georg Brandl yazdı
-