- 17 Aug, 2016 7 commits
-
-
Zachary Ware authored
sys.version[0] gives a string, which fails > comparison with 2. Reported by Arne Maximilian Richter on docs@
-
Victor Stinner authored
-
Victor Stinner authored
* 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 authored
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 authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783)
-
- 16 Aug, 2016 9 commits
-
-
Raymond Hettinger authored
-
Gregory P. Smith authored
_is_data_descriptor().
-
Terry Jan Reedy authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 15 Aug, 2016 3 commits
-
-
Guido van Rossum authored
-
Ned Deily authored
The original problem has been fixed in newer versions of FreeBSD. Patch by Dimitry Andric of the FreeBSD project.
-
Ned Deily authored
Patch by Ronald Oussoren.
-
- 14 Aug, 2016 10 commits
-
-
Donald Stufft authored
-
Donald Stufft authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Reported by Thomas E. Hybel
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Reported by Thomas E. Hybel
-
- 13 Aug, 2016 3 commits
-
-
R David Murray authored
-
Raymond Hettinger authored
(Based on a first draft patch from Evelyn Mitchell.)
-
Berker Peksag authored
This behavior is already tested in test_general_eval in Lib/test/test_builtin.py Patch by Matthew Keeter.
-
- 12 Aug, 2016 6 commits
-
-
Brett Cannon authored
Thanks to Xiang Zhang for the patch.
-
Raymond Hettinger authored
-
Martin Panter authored
These were incorrectly changed in revision 88a532a31eb3.
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
- 10 Aug, 2016 2 commits
-
-
Terry Jan Reedy authored
because test_idle failed while running with test -w (and no -jn).
-
Martin Panter authored
-