- 05 Sep, 2016 40 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
It is unused. It also forces a 16-byte alignment, which creates problems because Python's allocator only uses 8-byte alignment.
-
Zachary Ware authored
-
Zachary Ware authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Zachary Ware authored
-
Zachary Ware authored
Apparently the test succeeds on XP.
-
Christian Heimes authored
-
Victor Stinner authored
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 authored
-
Benjamin Peterson authored
-
Christian Heimes authored
-
Brett Cannon authored
-
Zachary Ware authored
-
Benjamin Peterson authored
-
Zachary Ware authored
-
Zachary Ware authored
This test should always raise RuntimeError.
-
Larry Hastings authored
and Windows CE is no longer a relevant platform for Python.
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Eric Snow authored
-
Steve Dower authored
-
Christian Heimes authored
-
Zachary Ware authored
Based on a patch by Tim Lesher.
-
Christian Heimes authored
-
Zachary Ware authored
-
Zachary Ware authored
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 authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Benjamin Peterson authored
-
Victor Stinner authored
I forgot to remove this function, I made a mistake in my revert.
-
Benjamin Peterson authored
-
Zachary Ware authored
-