- 12 Mar, 2017 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Based on patch by Vajrasky Kok.
-
Serhiy Storchaka yazdı
-
Zachary Ware yazdı
support.unlink waits for the files to be removed before returning
-
Nick Coghlan yazdı
-
- 11 Mar, 2017 7 kayıt (commit)
-
-
Serhiy Storchaka yazdı
* bpo-26121: Use C library implementation for math functions: tgamma(), lgamma(), erf() and erfc(). * Don't use tgamma() and lgamma() from libc on OS X.
-
Zachary Ware yazdı
-
Jelle Zijlstra yazdı
-
Serhiy Storchaka yazdı
Based on patch by Vajrasky Kok.
-
Serhiy Storchaka yazdı
-
Xiang Zhang yazdı
-
Mariatta yazdı
-
- 10 Mar, 2017 5 kayıt (commit)
-
-
Ivan Levkivskyi yazdı
-
orenmn yazdı
Some BytesIO methods now accept not just int subclasses but other int-like types.
-
Ivan Levkivskyi yazdı
-
Mariatta yazdı
-
Łukasz Langa yazdı
This is a generated file when --with-dtrace is passed. This entry is present in .hgignore.
-
- 09 Mar, 2017 6 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
bpo-29619: os.stat() and os.DirEntry.inodeo() now convert inode (st_ino) using unsigned integers.
-
Serhiy Storchaka yazdı
-
orenmn yazdı
-
Serhiy Storchaka yazdı
-
svelankar yazdı
The docstring did not properly represent the fact that the argument to int() was positional-only.
-
- 08 Mar, 2017 13 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
n.d. parker yazdı
-
Serhiy Storchaka yazdı
No need to wait passing tests after resolving Misc/NEWS conflicts.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
INADA Naoki yazdı
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
This reverts commit ace5c0fd.
-
Benjamin Peterson yazdı
If the output buffer provided to wcsxfrm is too small, errno is set to ERANGE. We should not error out in that case.
-
Benjamin Peterson yazdı
bpo-20087
-
Serhiy Storchaka yazdı
bpo-29568: Disable any characters between two percents for escaped percent "%%" in the format string for classic string formatting. (GH-513)
-
Xiang Zhang yazdı
-
Xiang Zhang yazdı
bpo-26915: Test identity first in membership operation in index() and count() methods of collections.abc.Sequence (GH-503)
-
- 07 Mar, 2017 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
INADA Naoki yazdı
Without this option, AppVeyor log is too unreadable.
-
INADA Naoki yazdı
When LOAD_METHOD is used for calling C mehtod, PyMethodDescrObject was passed to profilefunc from 5566bbb8. But lsprof traces only PyCFunctionObject. Additionally, there can be some third party extension which assumes passed arg is PyCFunctionObject without calling PyCFunction_Check(). So make PyCFunctionObject from PyMethodDescrObject when tstate->c_profilefunc is set.
-
Xiang Zhang yazdı
-