- 17 Haz, 2012 5 kayıt (commit)
-
-
Nick Coghlan yazdı
Issue #14814: Add first draft of PEP 3144 ipaddress module documentation (initial patch by Sandro Tosi)
-
Nick Coghlan yazdı
Improve an internal ipaddress test, add a comment explaining why treating networks as containers of interfaces rather than addresses would prove confusing
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Meador Inge yazdı
Patch by Serhiy Storchaka.
-
- 16 Haz, 2012 14 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Stefan Krah yazdı
2) _mpd_qpow_mpd(): Abort the loop for all specials, not only infinity. 3) _mpd_qpow_mpd(): Make the function more general and distinguish between zero clamping and folding down the exponent. The latter case is currently handled by setting context->clamp to 0 before calling the function. 4) _mpd_qpow_int(): Add one to the work precision in case of a negative exponent. This is to get the same relative error (0.1 * 10**-prec) for both positive and negative exponents. The previous relative error for negative exponents was (0.2 * 10**-prec). Both errors are _before_ the final rounding to the context precision.
-
Victor Stinner yazdı
And don't use assert() anymore if check_maxchar is set: return -1 on error instead.
-
Eli Bendersky yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Py_UCS4 buffer
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 15 Haz, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 16 Haz, 2012 2 kayıt (commit)
-
-
Alexander Belopolsky yazdı
or datetime objects.
-
Brett Cannon yazdı
module name into consideration when determining whether a module is a package or not. This prevents importing a module's __init__ module directly and having it considered a package, which can lead to duplicate sub-modules. Thanks to Ronan Lamy for reporting the bug.
-
- 15 Haz, 2012 18 kayıt (commit)
-
-
Brett Cannon yazdı
that they are deprecated (previous commit documented this fact in the module docs).
-
Brett Cannon yazdı
iter_modules() requires iter_modules() be defined on an importer. The importers in importlib do not define this non-standard method.
-
Brett Cannon yazdı
-
Alexander Belopolsky yazdı
-
Richard Oudkerk yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Richard Oudkerk yazdı
before resorting to terminate()
-
Richard Oudkerk yazdı
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
Richard Oudkerk yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Issue #15061: Don't oversell the capabilities of the new non-shortcircuiting comparison function in hmac
-
Eli Bendersky yazdı
Skip XincludeTest entirely instead of just ignoring failures, because it may segfault, depending on the order of running tests
-
Eli Bendersky yazdı
Removed _SimpleElementPath and its flaky test. The test monkey-patches the module, which causes other failures and fails itself depending on the order tests are run.
-