- 07 Dec, 2015 1 commit
-
-
Serhiy Storchaka authored
ElementTree.XMLParser._setevents now accepts any objects with the append method, not just a list.
-
- 06 Dec, 2015 11 commits
-
-
Serhiy Storchaka authored
in ElementTree.iterparse().
-
Serhiy Storchaka authored
in ElementTree.iterparse().
-
Serhiy Storchaka authored
in ElementTree.iterparse().
-
Serhiy Storchaka authored
-
Martin Panter authored
-
Martin Panter authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
and link with OpenSSL 1.0.2e.
-
Martin Panter authored
-
Martin Panter authored
This restores 3.4 behaviour, which was removed by revision 3b5279b5bfd1. The fstat() call fails with ENOENT for a Virtual Box shared folder filesystem if the file entry has been unlinked, e.g. for a temporary file.
-
- 05 Dec, 2015 25 commits
-
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
The OS X buildbots were failing at the second setrlimit() call with EPERM, as if they were trying to raise the hard limit. The call should be keeping the hard limit the same and raising the soft limit back to its original value, so I don't understand the failure.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Martin Panter authored
-
Zachary Ware authored
-
Zachary Ware authored
These were broken in 3aec776fc796 when they were converted away from using support.run_unittest(). Oops :) Initial patch by Felippe da Motta Raposo.
-
Martin Panter authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
Before the argparse conversion, compileall would (sometimes) accept multiple paths when -d was specified. Afterward, it does not. The corresponding check in the original code claimed to prevent multiple *directories* from being specified...but it didn't really work even to do that. So this patch fixes the regression by invoking the consenting adults rule: if you specify a combination of arguments to compileall that produces files with inconsistent destdirs (which you could do before), it is on you. Patch by Jake Garver.
-
Martin Panter authored
-
Martin Panter authored
-
- 04 Dec, 2015 3 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
Thanks to Raúl Cumplido for the bug report and Thomas Kluyver for the patch.
-
Brett Cannon authored
for importlib.util.resolve_name() but is needed. Thanks to Martin Panter for the bug report.
-