- 27 Şub, 2015 8 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
Reported by Jon Colburn on docs@.
-
Raymond Hettinger yazdı
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 yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 26 Şub, 2015 9 kayıt (commit)
-
-
Steve Dower yazdı
Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual environments (patch by Paul Moore)
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Serhiy Storchaka yazdı
-
Antoine Pitrou yazdı
Patch by Nikolaus Rath.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
- 25 Şub, 2015 14 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Berker Peksag yazdı
Also, update email examples to use the context manager version of open(). Patch by Baptiste Mispelon.
-
Berker Peksag yazdı
Also, update email examples to use the context manager version of open(). Patch by Baptiste Mispelon.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
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 yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 23 Şub, 2015 8 kayıt (commit)
-
-
Steve Dower yazdı
SuppressCrashReports should be used in test subprocesses that test invalid conditions.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
- 22 Şub, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-