- 17 Agu, 2016 6 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
* Memove -t option of ctags. The option was kept for backward compatibility, but it was completly removed recently. Patch written by Stéphane Wirtel. * Set locale to C to call sort. vim expects that the tags file is sorted using english collation, so it fails if the locale is french for example. Use LC_ALL=C to force english sorting order. .
-
Victor Stinner yazdı
If Popen.communicate() raises an exception, kill the child process to not leave a running child process in background and maybe create a zombi process. This change fixes a ResourceWarning in Python 3.6 when unit tests are interrupted by CTRL+c.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783)
-
- 16 Agu, 2016 9 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Gregory P. Smith yazdı
_is_data_descriptor().
-
Terry Jan Reedy yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 15 Agu, 2016 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Ned Deily yazdı
The original problem has been fixed in newer versions of FreeBSD. Patch by Dimitry Andric of the FreeBSD project.
-
Ned Deily yazdı
Patch by Ronald Oussoren.
-
- 14 Agu, 2016 10 kayıt (commit)
-
-
Donald Stufft yazdı
-
Donald Stufft yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Reported by Thomas E. Hybel
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Reported by Thomas E. Hybel
-
- 13 Agu, 2016 3 kayıt (commit)
-
-
R David Murray yazdı
-
Raymond Hettinger yazdı
(Based on a first draft patch from Evelyn Mitchell.)
-
Berker Peksag yazdı
This behavior is already tested in test_general_eval in Lib/test/test_builtin.py Patch by Matthew Keeter.
-
- 12 Agu, 2016 6 kayıt (commit)
-
-
Brett Cannon yazdı
Thanks to Xiang Zhang for the patch.
-
Raymond Hettinger yazdı
-
Martin Panter yazdı
These were incorrectly changed in revision 88a532a31eb3.
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
- 10 Agu, 2016 3 kayıt (commit)
-
-
Terry Jan Reedy yazdı
because test_idle failed while running with test -w (and no -jn).
-
Martin Panter yazdı
-
Zachary Ware yazdı
-