- 10 Sep, 2016 40 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Steve Dower authored
-
Mark Dickinson authored
-
Steve Dower authored
-
Mark Dickinson authored
Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is compiled with NSMALLPOSINTS = 0.
-
Steve Dower authored
-
Steve Dower authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
appropriate types. Improved some error messages and debugging output.
-
Xavier de Gaye authored
-
Zachary Ware authored
This change didn't have the intended effect.
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Victor Stinner authored
-
Nick Coghlan authored
json.loads (and hence json.load) now support binary input encoded as UTF-8, UTF-16 or UTF-32. Patch by Serhiy Storchaka.
-
Nick Coghlan authored
The pure Python fallback implementation of functools.partial now matches the behaviour of its accelerated C counterpart for subclassing, pickling and text representation purposes. Patch by Emanuel Barry and Serhiy Storchaka.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
Issue #27829: don't pass --quiet option to regrtest to see "Warning -- xxx was modified by ..." warnings.
-
Serhiy Storchaka authored
between 1.0 and 2.0 to 1.
-
Serhiy Storchaka authored
between 1.0 and 2.0 to 1.
-
Berker Peksag authored
-
Victor Stinner authored
* Use "with Popen" to cleanup properly the process * Use support.temp_cwd() to properly change the working directory * Use environ.pop() to cleanup the code
-
Victor Stinner authored
Issue #27938: Normalize aliases of the ASCII encoding, because _Py_normalize_encoding() now correctly normalize encoding names.
-
Victor Stinner authored
HOME is not set on Windows for example. Use also textwrap.dedent() for the script.
-
Łukasz Langa authored
Patch by Martin Matusiak and Sam Kimbrel.
-
Victor Stinner authored
Issue #28056 and issue #26058.
-
Łukasz Langa authored
by the user.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
R David Murray authored
It turns out we can't depend on email.message getting imported every place message_factory is needed, so to avoid a circular import we need to special case Policy.message_factory=None in the parser instead of using monkey patching. I had a feeling that was a bad idea when I did it.
-
Victor Stinner authored
-
Benjamin Peterson authored
-
Victor Stinner authored
-
Victor Stinner authored
-