- 06 Şub, 2017 6 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #27659: use -Werror=implicit-function-declaration when possible (GCC and Clang, but it depends on the compiler version). Patch written by Chi Hsuan Yen.
-
Victor Stinner yazdı
Issue #29362: Catch a crash of a worker process as a normal failure and continue to run next tests. It allows to get the usual test summary: single line result (OK/FAIL), total duration, etc.
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Serhiy Storchaka yazdı
_PyArg_NoPositional() now are macros.
-
Xiang Zhang yazdı
-
- 05 Şub, 2017 7 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Patch by Ryan Gonzalez.
-
Steve Dower yazdı
-
Steve Dower yazdı
-
- 04 Şub, 2017 27 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Serhiy Storchaka yazdı
the match object. Based on patch by WGH.
-
Serhiy Storchaka yazdı
the match object. Based on patch by WGH.
-
Serhiy Storchaka yazdı
the match object. Based on patch by WGH.
-
Stefan Krah yazdı
-
Stefan Krah yazdı
Patch by Chi Hsuan Yen.
-
Raymond Hettinger yazdı
Decreased density gives better collision statistics (average of 2.5 probes in a full table versus 3.0 previously) and fewer occurences of starting a second possibly overlapping sequence of 10 linear probes. Makes resizes a little more frequent but each with less work (fewer insertions and fewer collisions).
-
Serhiy Storchaka yazdı
Based on patch by Georg Brandl.
-
Serhiy Storchaka yazdı
Original patch by Georg Brandl.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
using PySlice_GetIndicesEx() in debug builds.
-
Serhiy Storchaka yazdı
using PySlice_GetIndicesEx() in debug builds.
-