- 29 May, 2016 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Factor out code for configuring text widget colors to a new function.
-
Martin Panter yazdı
-
- 28 May, 2016 8 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
-
Eric Snow yazdı
-
Serhiy Storchaka yazdı
-
Raymond Hettinger yazdı
-
Martin Panter yazdı
Patch by Anish Shah and Aatish Neupane.
-
Martin Panter yazdı
This matches the usage of ZipFile and BufferedWriter. This still requires return values to be bytes() objects. Also document and test that the write() methods should only access their argument before they return.
-
- 27 May, 2016 6 kayıt (commit)
-
-
Eric Snow yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
Based on documentation by AM Kuchling.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 26 May, 2016 5 kayıt (commit)
-
-
Steve Dower yazdı
-
Guido van Rossum yazdı
-
Victor Stinner yazdı
Check the user warning in test_error_after_default() to not pollute the output, and check the warning logged into stderr.
-
Martin Panter yazdı
Based on patch by Alex Shkop.
-
Martin Panter yazdı
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
-
- 24 May, 2016 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Benjamin Peterson yazdı
-
- 23 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by Xavier de Gaye.
-
- 22 May, 2016 4 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Such fonts on Linux prevented the configuration dialog from opening.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Martin Panter yazdı
-
- 21 May, 2016 3 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Serhiy Storchaka yazdı
-
Berker Peksag yazdı
Patch by Ville Skyttä.
-
- 20 May, 2016 5 kayıt (commit)
-
-
Yury Selivanov yazdı
Patch by A. Jesse Jiryu Davis.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
format unit.
-
Yury Selivanov yazdı
-
Victor Stinner yazdı
Issue #26741: asyncio: BaseSubprocessTransport._process_exited() now copies the return code from the child watched to the returncode attribute of the Popen object. On Python 3.6, it is required to avoid a ResourceWarning.
-
- 19 May, 2016 4 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
These added a path attribute to pathlib.Path objects, and docs. Instead, we're going to use PEP 519. (Starting in the 3.4 branch and merging forward from there since that's what I did originally.)
-
Steve Dower yazdı
-
Victor Stinner yazdı
Issue #27057: Fix os.set_inheritable() on Android, ioctl() is blocked by SELinux and fails with EACCESS. The function now falls back to fcntl(). Patch written by Michał Bednarski.
-