- 12 Jan, 2015 1 commit
-
-
Antoine Pitrou authored
Contributed by Victor Salgado and Mayank Tripathi.
-
- 11 Jan, 2015 10 commits
-
-
Donald Stufft authored
-
Donald Stufft authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the default case of ``ensure_ascii=True``. Patch by Naoki Inada.
-
Antoine Pitrou authored
Patch by Davin Potts.
-
Antoine Pitrou authored
Patch by Davin Potts.
-
Mark Dickinson authored
-
Mark Dickinson authored
Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hyperbolic sine' (etc.). Remove meaningless reference to radians.
-
Mark Dickinson authored
-
Serhiy Storchaka authored
-
- 10 Jan, 2015 1 commit
-
-
Victor Stinner authored
Skip users with an empty home directory.
-
- 09 Jan, 2015 20 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
(currently only used for builds with <= 10.5 deployment targets)
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
Richard.
-
Victor Stinner authored
-
Victor Stinner authored
* Tulip issue 184: FlowControlMixin constructor now get the event loop if the loop parameter is not set. Add unit tests to ensure that constructor of StreamReader and StreamReaderProtocol classes get the event loop. * Remove outdated TODO/XXX
-
Brett Cannon authored
importlib.abc.Loader.exec_module() is also defined. Before this change, create_module() was optional **and** could return None to trigger default semantics. This change now reduces the options for choosing default semantics to one and in the most backporting-friendly way (define create_module() to return None).
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
atomic memory access if available. Patch written by Vitor de Lima and Gustavo Temple.
-
Victor Stinner authored
-
Victor Stinner authored
* Document why set_result() calls are safe * Cleanup gather(). Use public methods instead of hacks to consume the exception of a future. * sock_connect(): pass directly the fd to _sock_connect_done instead of the socket.
-
Victor Stinner authored
-
Victor Stinner authored
-
- 08 Jan, 2015 8 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Benjamin Peterson authored
-