- 06 Sep, 2016 20 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Issue #27960: Revert state to 675e20c38fdac6, backing out all changes by developed for Issue #12885.
-
Benjamin Peterson authored
-
Victor Stinner authored
Directly pass NULL rather than an empty string.
-
Victor Stinner authored
Don't pass "()" format to PyObject_CallXXX() to call a function without argument: pass NULL as the format string instead. It avoids to have to parse a string to produce 0 argument.
-
Jason R. Coombs authored
-
Martin Panter authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
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 20 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
-