- 01 Mar, 2017 11 commits
-
-
Petr Motejlek authored
(or any other exception) to exception(s) raised in the dispatched methods. Patch by Petr Motejlek.
-
Mariatta authored
-
INADA Naoki authored
It should raise TypeError when kwargs is not a dict.
-
Berker Peksag authored
* Document STARTUPINFO constructor * Move versionchanged directive to above of attributes
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Windows uses backslashes for separators.
-
amosonn authored
Moved explicit raise from inside try to try...else.
-
Berker Peksag authored
-
Alex Gaynor authored
-
- 28 Feb, 2017 6 commits
-
-
Kartik Anand authored
-
Donald Stufft authored
Discussed at https://github.com/python/core-workflow/issues/32.
-
Xiang Zhang authored
-
INADA Naoki authored
-
Evan Klitzke authored
-
Xiang Zhang authored
-
- 27 Feb, 2017 6 commits
-
-
Berker Peksag authored
-
Berker Peksag authored
-
Mariatta authored
-
INADA Naoki authored
reported by Alexis Lopez-Garcia.
-
Xiang Zhang authored
-
Xiang Zhang authored
-
- 26 Feb, 2017 10 commits
-
-
Mariatta authored
-
Sayan Chowdhury authored
-
Mariatta authored
Mention that an ImportError is raised when exec_module() is defined, but create_module() is not.
-
Berker Peksag authored
Patch by Aviv Palivoda.
-
Marco Buttu authored
-
Berker Peksag authored
Patch by Aviv Palivoda.
-
Marco Buttu authored
Add a reference to create_module(), in the first versionadded of section Loaders.
-
INADA Naoki authored
follow up of GH-162
-
Berker Peksag authored
-
Matthias Bussonnier authored
Patch by Matthias Bussonnier.
-
- 25 Feb, 2017 7 commits
-
-
Jim Fasarakis-Hilliard authored
* Fix small typos in introduction and datastructures * Use iterable instead of L in the doc for list.extend
-
Mariatta authored
-
Mariatta authored
-
Subhendu Ghosh authored
The Windows-specific subprocess.STARTUPINFO class now accepts keyword-only arguments to its constructor to set the various data attributes. Patch by Subhendu Ghosh.
-
Ratnadeep Debnath authored
* bpo-16285: Update urllib quoting to RFC 3986 urllib.parse.quote is now based on RFC 3986, and hence includes `'~'` in the set of characters that is not escaped by default. Patch by Christian Theune and Ratnadeep Debnath.
-
Nick Coghlan authored
When checking for the default X web browser, xdg-settings may emit messages on stderr if some components (such as kreadconfig5) are unavailable. These messages aren't of interest to Python, so we just ignore them.
-
Nick Coghlan authored
-