- 06 Eyl, 2016 5 kayıt (commit)
-
-
Zachary Ware yazdı
When building it breaks, we won't be fixing it.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Senthil Kumaran yazdı
[merge from 3.5] - Update pkgutil docs to reference appropriate finder and loader object documentation. Initial patch contributed by Jaysinh shukla.
-
Senthil Kumaran yazdı
Initial patch contributed by Jaysinh shukla.
-
- 05 Eyl, 2016 35 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
It is unused. It also forces a 16-byte alignment, which creates problems because Python's allocator only uses 8-byte alignment.
-
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ı
-