- 12 Mar, 2017 13 kayıt (commit)
-
-
Serhiy Storchaka yazdı
if attributes "encoding" or "errors" of sys.stdin or sys.stdout are not set or are not strings.
-
Serhiy Storchaka yazdı
-
Nick Coghlan yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Based on patch by Vajrasky Kok.
-
Nick Coghlan yazdı
Directory and zipfile execution previously added the parent directory of the directory or zipfile as sys.path[0] and then subsequently overwrote it with the directory or zipfile itself. This caused problems in isolated mode, as it overwrote the "stdlib as a zip archive" entry in sys.path, as the parent directory was never added. The attempted fix to that issue in bpo-29319 created the opposite problem in *non*-isolated mode, by potentially leaving the parent directory on sys.path instead of overwriting it. This change fixes the root cause of the problem by removing the whole "add-and-overwrite" dance for sys.path[0], and instead simply never adds the parent directory to sys.path in the first place.
-
Nick Coghlan yazdı
In git worktree directories, `.git` is a configuration file rather than a subdirectory
-
Serhiy Storchaka yazdı
-
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 9 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.
-