- 05 Eyl, 2016 40 kayıt (commit)
-
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
Apparently the test succeeds on XP.
-
Christian Heimes yazdı
-
Victor Stinner yazdı
Other changes: * Rewrite _Py_normalize_encoding() as a C implementation of encodings.normalize_encoding(). For example, " utf-8 " is now normalized to "utf_8". So the fast path is now used for more name variants of the same encoding. * Avoid strcpy() when encoding is NULL: call directly the UTF-8 codec
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Christian Heimes yazdı
-
Brett Cannon yazdı
-
Zachary Ware yazdı
-
Benjamin Peterson yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
This test should always raise RuntimeError.
-
Larry Hastings yazdı
and Windows CE is no longer a relevant platform for Python.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Eric Snow yazdı
-
Steve Dower yazdı
-
Christian Heimes yazdı
-
Zachary Ware yazdı
Based on a patch by Tim Lesher.
-
Christian Heimes yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
The tests no longer attempt to figure out if a soundcard or particular system sounds are available. Instead, it just tries everything and accepts RuntimeError as a flavor of success.
-
Steve Dower yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
I forgot to remove this function, I made a mistake in my revert.
-
Benjamin Peterson yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Benjamin Peterson yazdı
-