- 28 May, 2016 5 commits
-
-
Eric Snow authored
-
Serhiy Storchaka authored
-
Raymond Hettinger authored
-
Martin Panter authored
Patch by Anish Shah and Aatish Neupane.
-
Martin Panter authored
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 commits
-
-
Eric Snow authored
-
Martin Panter authored
-
Martin Panter authored
Based on documentation by AM Kuchling.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 26 May, 2016 5 commits
-
-
Steve Dower authored
-
Guido van Rossum authored
-
Victor Stinner authored
Check the user warning in test_error_after_default() to not pollute the output, and check the warning logged into stderr.
-
Martin Panter authored
Based on patch by Alex Shkop.
-
Martin Panter authored
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
-
- 24 May, 2016 2 commits
-
-
Guido van Rossum authored
-
Benjamin Peterson authored
-
- 23 May, 2016 1 commit
-
-
Serhiy Storchaka authored
Patch by Xavier de Gaye.
-
- 22 May, 2016 4 commits
-
-
Terry Jan Reedy authored
Such fonts on Linux prevented the configuration dialog from opening.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Martin Panter authored
-
- 21 May, 2016 3 commits
-
-
Yury Selivanov authored
-
Serhiy Storchaka authored
-
Berker Peksag authored
Patch by Ville Skyttä.
-
- 20 May, 2016 5 commits
-
-
Yury Selivanov authored
Patch by A. Jesse Jiryu Davis.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
format unit.
-
Yury Selivanov authored
-
Victor Stinner authored
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 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
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 authored
-
Victor Stinner authored
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.
-
- 18 May, 2016 5 commits
-
-
Steve Dower authored
Removes versioning from py.exe launcher installer and ensures that old launchers are replaced by newer ones.
-
Guido van Rossum authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Senthil Kumaran authored
-