- 06 Sep, 2016 6 commits
-
-
Ned Deily authored
-
Zachary Ware authored
When building it breaks, we won't be fixing it.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Senthil Kumaran authored
[merge from 3.5] - Update pkgutil docs to reference appropriate finder and loader object documentation. Initial patch contributed by Jaysinh shukla.
-
Senthil Kumaran authored
Initial patch contributed by Jaysinh shukla.
-
- 05 Sep, 2016 34 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
-