- 16 Mar, 2015 2 commits
-
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
-
- 15 Mar, 2015 2 commits
-
-
Serhiy Storchaka authored
-
Eli Bendersky authored
The current documentation only mentions heap[0] as the smallest element in the beginning, and not in any of the methods' docs. There's no method to access the minimal element without popping it, and the documentation of nsmallest is confusing because it may suggest that min() is the way to go for n==1. default
-
- 14 Mar, 2015 1 commit
-
-
Serhiy Storchaka authored
-
- 13 Mar, 2015 3 commits
-
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
Patch by Demian Brecht.
-
Serhiy Storchaka authored
handle exceptions raised by an iterator. Patch by Alon Diamant and Davin Potts.
-
- 12 Mar, 2015 1 commit
-
-
Serhiy Storchaka authored
Original patch by Demian Brecht.
-
- 11 Mar, 2015 2 commits
-
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
Patch by mattip.
-
- 10 Mar, 2015 2 commits
-
-
Antoine Pitrou authored
-
Steve Dower authored
-
- 09 Mar, 2015 1 commit
-
-
Ned Deily authored
-
- 07 Mar, 2015 1 commit
-
-
Benjamin Peterson authored
Patch by Sayan Chowdhury.
-
- 06 Mar, 2015 4 commits
-
-
Serhiy Storchaka authored
Patch by Florian Finkernagel and Davin Potts.
-
Benjamin Peterson authored
-
Ned Deily authored
-
Ned Deily authored
-
- 05 Mar, 2015 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 04 Mar, 2015 2 commits
-
-
Antoine Pitrou authored
Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed.
-
Serhiy Storchaka authored
-
- 02 Mar, 2015 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
These functions are not documented but used in third-party code.
-
Benjamin Peterson authored
-
- 01 Mar, 2015 1 commit
-
-
Serhiy Storchaka authored
-
- 25 Feb, 2015 1 commit
-
-
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"
-
- 24 Feb, 2015 2 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
set to non inheritable
-
- 23 Feb, 2015 1 commit
-
-
Ned Deily authored
-
- 22 Feb, 2015 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
closing the window.
-
- 21 Feb, 2015 2 commits
-
-
Serhiy Storchaka authored
particular accepts writable memoryview).
-
Serhiy Storchaka authored
conditional group references are used in lookbehind assertions in regular expressions.
-
- 20 Feb, 2015 2 commits
-
-
Serhiy Storchaka authored
consumed too much memory and raised SystemError or MemoryError. Original patch by Aleksi Torhamo.
-
Serhiy Storchaka authored
flush() was not called in close() if closefd=False.
-