- 07 Apr, 2018 2 commits
-
-
Ned Deily authored
-
Jay Crotts authored
-
- 06 Apr, 2018 4 commits
-
-
Brett Cannon authored
An entry of None in sys.path_importer_cache represents a negative/missing finder for a path, so clearing it out makes sense.
-
Marcel Plch authored
-
Alex Gaynor authored
-
INADA Naoki authored
-
- 05 Apr, 2018 6 commits
-
-
Raymond Hettinger authored
-
Skip Montanaro authored
Original patch by Alexander Belopolsky. Patch by Skip Montanaro.
-
Wolfgang Maier authored
-
Eric V. Smith authored
* Add a test for frozen with unhashable field value. * Improve a comment.
-
Brett Cannon authored
-
Ivan Levkivskyi authored
This removes a hack and replaces it with a proper mapping {'list': 'List', 'dict': 'Dict', ...}.
-
- 04 Apr, 2018 5 commits
-
-
Ivan Levkivskyi authored
-
Serhiy Storchaka authored
Different paths are executed for normal exit and for leaving the 'async with' block with 'break', 'continue' or 'return'.
-
Łukasz Langa authored
This makes performance better and produces shorter pickles. This change is backwards compatible up to the oldest currently supported version of Python (3.4).
-
INADA Naoki authored
Py_UNICODE is deprecated since Python 3.3. But the deprecation is missed in the c-api/arg document.
-
hui shang authored
-
- 03 Apr, 2018 4 commits
-
-
Serhiy Storchaka authored
-
INADA Naoki authored
-
Andrés Delfino authored
-
INADA Naoki authored
-
- 02 Apr, 2018 3 commits
-
-
Serhiy Storchaka authored
when __aenter__() or __aexit__() return non-awaitable object.
-
Terry Jan Reedy authored
Followup to primary PR for the issue, GH-6344.
-
Terry Jan Reedy authored
A 'u' string prefix cannot be paired with either 'r' or 'f'. Consistently color as much of the prefix, starting at the right, as is valid.
-
- 01 Apr, 2018 1 commit
-
-
Gregory P. Smith authored
-
- 31 Mar, 2018 2 commits
-
-
Serhiy Storchaka authored
-
Ivan Levkivskyi authored
-
- 30 Mar, 2018 2 commits
-
-
Mike DePalatis authored
-
Nick Coghlan authored
-
- 29 Mar, 2018 2 commits
-
-
Eric V. Smith authored
-
Ned Deily authored
Build and link with private copy of Tcl/Tk 8.6 for the macOS 10.6+ installer. The 10.9+ installer variant already does this. This means that the Python 3.7 provided by the python.org macOS installers no longer need or use any external versions of Tcl/Tk, either system-provided or user- installed, such as ActiveTcl.
-
- 28 Mar, 2018 9 commits
-
-
Julien Palard authored
-
Julien Palard authored
-
Serhiy Storchaka authored
Most of them have been added in 3.7.
-
Antoine Pitrou authored
-
INADA Naoki authored
-
Ned Deily authored
-
Ned Deily authored
Forcing the macOS IDLE.app gui process to launch in 32-mode was a necessary hack for old versions of Tk (Aqua Carbon as in Tk 8.4 and early versions of 8.5); it is not needed for current versions of Tk. Since 32-bit launching will no longer be supported on future releases of macOS, allow IDLE.app to launch in 64-bit mode.
-
Ned Deily authored
-
Sam Dunster authored
* Also in docs
-