- 17 Mar, 2015 6 kayıt (commit)
-
-
Victor Stinner yazdı
_codecs_cn, _codecs_hk, _codecs_iso2022, _codecs_jp, _codecs_kr and _codecs_tw modules. pyexpat.c doesn't need to redeclare PyMODINIT_FUNC, it's already declared in Include/pyport.h.
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Victor Stinner yazdı
Sorry, it was a mistake, the patch is still under review: issue #23646.
-
Berker Peksag yazdı
Patch by Thomas Kluyver.
-
Berker Peksag yazdı
Patch by Thomas Kluyver.
-
- 16 Mar, 2015 9 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
test_io. Allocate the large data before scheduling an alarm in 1 second. On very slow computer, the alarm rings sometimes during the memory allocation.
-
Victor Stinner yazdı
of test_io. Allocate the large data before scheduling an alarm in 1 second. On very slow computer, the alarm rings sometimes during the memory allocation.
-
Victor Stinner yazdı
PyEval_CallObjectWithKeywords() Sorry Serhiy, I missed your explanation because the review email was moved to my Spam folder :-(
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Robert Collins yazdı
-
Robert Collins yazdı
-
- 15 Mar, 2015 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Eli Bendersky yazdı
Merge 3.4 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.
-
Eli Bendersky yazdı
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.
-
- 14 Mar, 2015 8 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Håkan Lövdahl.
-
Berker Peksag yazdı
Patch by Håkan Lövdahl.
-
Berker Peksag yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
- 13 Mar, 2015 13 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
Thanks to Paul Moore for the PEP and implementation.
-
Victor Stinner yazdı
subprocess doesn't support pass_fds on Windows.
-
Serhiy Storchaka yazdı
Patch by Demian Brecht.
-
Serhiy Storchaka yazdı
handle exceptions raised by an iterator. Patch by Alon Diamant and Davin Potts.
-
Benjamin Peterson yazdı
-
Berker Peksag yazdı
Patch by Lars Buitinck.
-
Berker Peksag yazdı
Patch by Mike Short.
-