- 15 Apr, 2014 27 commits
-
-
Michael Foord authored
-
Michael Foord authored
Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically when the same name was patched multiple times.
-
Stefan Krah authored
-
Stefan Krah authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
Capture threads in the setUpModule and cleanup threads in the tearDownModule.
-
Kushal Das authored
-
Kushal Das authored
Passing name keyword argument to mock.create_autospec now works.
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
are built as builtins.
-
Kushal Das authored
It includes required changes in Makefile.pre.in and configure.ac among other files.
-
Yury Selivanov authored
-
Yury Selivanov authored
Issue #21209.
-
Yury Selivanov authored
Issue #21209.
-
Vinay Sajip authored
Closes #21203: Updated fileConfig and dictConfig to remove inconsistencies. Thanks to Jure Koren for the patch.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Eric V. Smith authored
Closed issue #8931: Make alternate formatting for 'c' raise an exception. Patch by Torsten Landschoff.
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
Closes issue #21209.
-
Yury Selivanov authored
-
Yury Selivanov authored
Closes issue #21209.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
R David Murray authored
This makes doctest work like unittest: if the test case is empty, that just means there are zero tests run, it's not an error. The existing behavior was broken, since it only gave an error if there were *no* docstrings, and zero tests run if there were docstrings but none of them contained tests. So this makes it self-consistent as well. Patch by Glenn Jones.
-
- 14 Apr, 2014 13 commits
-
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
Normally an SMTP server will return an error, and smtplib will then issue an RSET to return the connection to the known starting state. Some servers, however, disconnect after issuing certain errors. When we issue the RSET, this would result in raising an SMTPServerDisconnected error, *instead* of returning the error code the user of the library was expecting. This fix makes the internal RSET calls ignore the disconnection so that the error code is returned. The user of the library will then get the SMTPServerDisconnected error the next time they try to talk to the server. Patch by Kushal Das.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Eric V. Smith authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Eric V. Smith authored
-
Senthil Kumaran authored
-