- 16 Apr, 2015 3 commits
-
-
Serhiy Storchaka authored
-
Larry Hastings authored
accepting bytes, bytearrays, and buffers is now consistent with both the documentation and the implementation.
-
Ned Deily authored
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 Apr, 2015 12 commits
-
-
Berker Peksag authored
Patch by Demian Brecht.
-
Steve Dower authored
-
doko@ubuntu.com authored
-
R David Murray authored
Patch by Arnon Yaari.
-
Steve Dower authored
-
Steve Dower authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
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 authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 14 Apr, 2015 25 commits
-
-
Gregory P. Smith authored
more consistent API than the existing call* functions. (enhancement from issue 23342)
-
Antoine Pitrou authored
end lines from the code object, fixing an issue when a lambda function is used as decorator argument. Patch by Thomas Ballinger.
-
Steve Dower authored
-
Steve Dower authored
-
Gregory P. Smith authored
-
Larry Hastings authored
-
R David Murray authored
-
R David Murray authored
Patch by Jamiel Almeida.
-
Gregory P. Smith authored
-
Zachary Ware authored
-
Zachary Ware authored
Patch by Jacinda Shelly.
-
R David Murray authored
-
R David Murray authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
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 authored
compare the public APIs of two modules or classes.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
compression algorithms.
-
Gregory P. Smith authored
compression algorithms.
-