- 11 Dec, 2015 4 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Martin Panter authored
-
Martin Panter authored
Also align the parameter naming in binascii to be consistent with zlib.
-
- 10 Dec, 2015 1 commit
-
-
Martin Panter authored
The previous fix only handled the case of the parent package of __main__ failing to initialize. Also make the "Error while finding spec" formatting slightly more appealing, and document and test that the module name must be absolute.
-
- 09 Dec, 2015 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Zachary Ware authored
-
- 08 Dec, 2015 3 commits
-
-
Martin Panter authored
These were added in revision b71cda2f48c6.
-
Berker Peksag authored
-
Martin Panter authored
Also document that the separate functions that delete objects are preferred; using PyObject_SetAttr(), _SetAttrString(), and PySequence_SetItem() to delete is deprecated.
-
- 07 Dec, 2015 7 commits
-
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
- 06 Dec, 2015 12 commits
-
-
Serhiy Storchaka authored
in ElementTree.iterparse().
-
Serhiy Storchaka authored
in ElementTree.iterparse().
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Martin Panter authored
-
Ned Deily authored
-
Ned Deily authored
and link with OpenSSL 1.0.2e.
-
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.
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
- 05 Dec, 2015 10 commits
-
-
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
-
Zachary Ware authored
-