- 24 May, 2016 4 commits
-
-
Steve Dower authored
-
Serhiy Storchaka authored
Patch by Demur Rumed.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 23 May, 2016 2 commits
-
-
Serhiy Storchaka authored
Patch by Xavier de Gaye.
-
Serhiy Storchaka authored
Patch by Xavier de Gaye.
-
- 22 May, 2016 11 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Such fonts on Linux prevented the configuration dialog from opening.
-
Stefan Krah authored
api-level >= 23. Patch by Xavier de Gaye.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Paul Moore authored
The Windows launcher ``py.exe`` no longer prefers an installed Python 2 version over Python 3 by default when used interactively.
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
- 21 May, 2016 6 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Berker Peksag authored
Patch by Ville Skyttä.
-
Berker Peksag authored
Patch by Ville Skyttä.
-
- 20 May, 2016 17 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by A. Jesse Jiryu Davis.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
format unit.
-
Serhiy Storchaka authored
format unit.
-
Victor Stinner authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Victor Stinner authored
* in multiprocessing mode: always display the result * sequential mode: only display the result if the test did not pass
-
Victor Stinner authored
* regrtest now uses subprocesses when the -j1 command line option is used: each test file runs in a fresh child process. Before, the -j1 option was ignored. * Tools/buildbot/test.bat script now uses -j1 by default to run each test file in fresh child process.
-
Victor Stinner 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.
-
Victor Stinner authored
Issue #26741: subprocess.Popen destructor now emits a ResourceWarning warning if the child process is still running.
-
Victor Stinner authored
sets the returncode attribute using the child process exit status when exec failed.
-
Victor Stinner authored
Issue #26741.
-
Victor Stinner authored
Issue #27056: Optimize pickle.load() and pickle.loads(), up to 10% faster to deserialize a lot of small objects.
-