- 01 Mar, 2017 10 kayıt (commit)
-
-
Mariatta yazdı
-
INADA Naoki yazdı
It should raise TypeError when kwargs is not a dict.
-
Berker Peksag yazdı
* Document STARTUPINFO constructor * Move versionchanged directive to above of attributes
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Windows uses backslashes for separators.
-
amosonn yazdı
Moved explicit raise from inside try to try...else.
-
Berker Peksag yazdı
-
Alex Gaynor yazdı
-
- 28 Şub, 2017 6 kayıt (commit)
-
-
Kartik Anand yazdı
-
Donald Stufft yazdı
Discussed at https://github.com/python/core-workflow/issues/32.
-
Xiang Zhang yazdı
-
INADA Naoki yazdı
-
Evan Klitzke yazdı
-
Xiang Zhang yazdı
-
- 27 Şub, 2017 6 kayıt (commit)
-
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Mariatta yazdı
-
INADA Naoki yazdı
reported by Alexis Lopez-Garcia.
-
Xiang Zhang yazdı
-
Xiang Zhang yazdı
-
- 26 Şub, 2017 10 kayıt (commit)
-
-
Mariatta yazdı
-
Sayan Chowdhury yazdı
-
Mariatta yazdı
Mention that an ImportError is raised when exec_module() is defined, but create_module() is not.
-
Berker Peksag yazdı
Patch by Aviv Palivoda.
-
Marco Buttu yazdı
-
Berker Peksag yazdı
Patch by Aviv Palivoda.
-
Marco Buttu yazdı
Add a reference to create_module(), in the first versionadded of section Loaders.
-
INADA Naoki yazdı
follow up of GH-162
-
Berker Peksag yazdı
-
Matthias Bussonnier yazdı
Patch by Matthias Bussonnier.
-
- 25 Şub, 2017 8 kayıt (commit)
-
-
Jim Fasarakis-Hilliard yazdı
* Fix small typos in introduction and datastructures * Use iterable instead of L in the doc for list.extend
-
Mariatta yazdı
-
Mariatta yazdı
-
Subhendu Ghosh yazdı
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 yazdı
* 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 yazdı
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 yazdı
-
David Steele yazdı
- Add 'preferred' argument to webbrowser.register - Use xdg-settings to specify preferred X browser The first change replaces the existing undocumented tri-state 'try_order' parameter with the documented boolean keyword-only 'preferred' parameter. Setting it to True places the browser at the front of the list, preferring it as the return to a subsequent get() call. The second change adds a private `_os_preferred_browser` setting and then uses that to make the default browser reported by `xdg-settings` first in the try list when running under X (or another environment that sets the `DISPLAY` variable). This avoids the problem where the first entry in the tryorder queue otherwise defaults to xdg-open, which doesn't support the "new window" option.
-