- 28 Feb, 2015 6 commits
-
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
On Windows an OSError with errno=EINVAL is raised.
-
Serhiy Storchaka authored
On Windows an OSError with errno=EINVAL is raised.
-
Serhiy Storchaka authored
statement if the pipe was broken. Patch by Martin Panter.
-
Serhiy Storchaka authored
statement if the pipe was broken. Patch by Martin Panter.
-
Raymond Hettinger authored
-
- 27 Feb, 2015 16 commits
-
-
Raymond Hettinger authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Brett Cannon authored
integer. Thanks to Serhiy Storchaka and Martin Panter for the suggestions.
-
Victor Stinner authored
-
Victor Stinner authored
Methods only raise NotImplementedError and are never used.
-
Victor Stinner authored
-
Victor Stinner authored
-
Zachary Ware authored
-
Zachary Ware authored
Reported by Jon Colburn on docs@.
-
Raymond Hettinger authored
Remove the old comment suggesting that it was desireable to have blocksize+2 as a multiple of the cache line length. That would have made sense only if the block structure start point was always aligned to a cache line boundary. However, the memory allocations are 16 byte aligned, so we don't really have control over whether the struct spills across cache line boundaries.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 26 Feb, 2015 9 commits
-
-
Steve Dower authored
Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual environments (patch by Paul Moore)
-
Larry Hastings authored
-
Larry Hastings authored
-
Serhiy Storchaka authored
-
Antoine Pitrou authored
Patch by Nikolaus Rath.
-
Victor Stinner authored
-
Victor Stinner authored
-
Steve Dower authored
-
Steve Dower authored
-
- 25 Feb, 2015 9 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Berker Peksag authored
Also, update email examples to use the context manager version of open(). Patch by Baptiste Mispelon.
-
Berker Peksag authored
Also, update email examples to use the context manager version of open(). Patch by Baptiste Mispelon.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
See de Gouw, Stijn and Rot, Jurriaan and de Boer, Frank S and Bubel, Richard and Hähnle, Reiner "OpenJDK’s java.utils.Collection.sort() is broken: The good, the bad and the worst case"
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-