- 09 Sep, 2016 35 commits
-
-
Yury Selivanov authored
-
Brett Cannon authored
implementation is an implementation detail (and why that is so).
-
Zachary Ware authored
-
Yury Selivanov authored
-
Benjamin Peterson authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Patch by Ivan Levkivskyi.
-
Guido van Rossum authored
(News items should be ordered newest-first within their section.)
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Benjamin Peterson authored
-
Steve Dower authored
-
Steve Dower authored
-
Donald Stufft authored
-
Donald Stufft authored
-
Guido van Rossum authored
-
Donald Stufft authored
-
Guido van Rossum authored
Development is moving to https://github.com/ilevkivskyi/com2ann
-
Steve Dower authored
-
Steve Dower authored
-
Donald Stufft authored
-
Donald Stufft authored
-
Donald Stufft authored
-
Martin Panter authored
-
Yury Selivanov authored
-
Martin Panter authored
Patch by Jacek Kołodziej. The Error class is deliberately omitted because it is a generic name and of limited use.
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Victor Stinner authored
-
Yury Selivanov authored
Patch by Ivan Levkivskyi.
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
Berker Peksag authored
Patch by Wesley Emeneker.
-
- 08 Sep, 2016 5 commits
-
-
Too many build tool chains do not properly support it, including building and linking an executable fine that simply segfaults when you try to run it (such as debian jessie 8.5's gcc 4.9). On others where it does appear to build (ubuntu 16.04's gcc 5.4) there are still test_distutils and test_gdb failures to deal with. We're not going to spend time attempting to maintain a complicated white list of what does and doesn't work in our configure.ac file.
-
Benjamin Peterson authored
-
Too many build tool chains do not properly support it, including building and linking an executable fine that simply segfaults when you try to run it (such as debian jessie 8.5's gcc 4.9). On others where it does appear to build (ubuntu 16.04's gcc 5.4) there are still test_distutils and test_gdb failures to deal with. We're not going to spend time attempting to maintain a complicated white list of what does and doesn't work in our configure.ac file.
-
Christian Heimes authored
The function internal_setblocking() of the socket module did not check the return values of ioctl() and fnctl(). CID 1294328
-
Christian Heimes authored
PyModule_GetDef() can return NULL. Let's check the return value properly like in the other five cases. CID 1299590
-