- 16 Nis, 2015 9 kayıt (commit)
-
-
R David Murray yazdı
Patch by Michael McFadden, with a few small style tweaks.
-
Christian Heimes yazdı
CID 1294331 (#1 of 1): Identical code for different branches (IDENTICAL_BRANCHES)
-
Christian Heimes yazdı
Remove redundant check for tb != NULL to shut up Coverity . It has been set to Py_None a couple of lines earlier. CID 1291697 (#1 of 1): Dereference before null check (REVERSE_INULL) check_after_deref: Null-checking tb suggests that it may be null, but it has already been dereferenced on all paths leading to the check.
-
Christian Heimes yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Larry Hastings yazdı
accepting bytes, bytearrays, and buffers is now consistent with both the documentation and the implementation.
-
Ned Deily yazdı
module binaries, with a platform triple of just "darwin", resulting in file names like: _ssl.cpython-35m-darwin.so rather than just _ssl.so as previously. Instead of attempting to encode differences in CPU architecture and OS X deployment targets in the file name as is done on other platforms, these continue to be managed by the use of Apple multi-architecture ("fat") files, by the system dynamic loader, and by logic in higher-levels like sysconfig.get_platform() and pip.
-
- 15 Nis, 2015 12 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Demian Brecht.
-
Steve Dower yazdı
-
doko@ubuntu.com yazdı
-
R David Murray yazdı
Patch by Arnon Yaari.
-
Steve Dower yazdı
-
Steve Dower yazdı
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
the architecture triplet in the extension name, to make it easy to test builds for different ABIs in the same working tree.
-
Eric V. Smith yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 14 Nis, 2015 19 kayıt (commit)
-
-
Gregory P. Smith yazdı
more consistent API than the existing call* functions. (enhancement from issue 23342)
-
Antoine Pitrou yazdı
end lines from the code object, fixing an issue when a lambda function is used as decorator argument. Patch by Thomas Ballinger.
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Gregory P. Smith yazdı
-
Larry Hastings yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Patch by Jamiel Almeida.
-
Gregory P. Smith yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
Patch by Jacinda Shelly.
-
R David Murray yazdı
-
R David Murray yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
of the Python io module and the C io module. They do not currently match so the failing test is marked with @unittest.skip.
-
Gregory P. Smith yazdı
compare the public APIs of two modules or classes.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-