- 16 Apr, 2014 17 commits
-
-
Kushal Das authored
It raises `AttributeError` incase of an attribute startswith assert or assret.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
Initial patch by Caelyn McAulay.
-
Antoine Pitrou authored
Issue #20896: ssl.get_server_certificate() now uses PROTOCOL_SSLv23, not PROTOCOL_SSLv3, for maximum compatibility.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Andrew Kuchling authored
Patch by Sam Kimbrel.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Eric V. Smith authored
Close issue #8931: Make alternate formatting for 'c' raise an exception. Patch by Torsten Landschoff.
-
Andrew Kuchling authored
Patch by Christian Hudon.
-
Andrew Kuchling authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
Patch by Rafael Mejia.
-
- 15 Apr, 2014 5 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
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.
-
Andrew Kuchling authored
Patch by Christian Hudon.
-
- 16 Apr, 2014 1 commit
-
-
Andrew Kuchling authored
Patch by Caelyn McAulay. Neither Caelyn nor I could find any cases in 2.7 or 3.4/5 where an operation on a closed stream raised IOError; generally the C implementations have a macro to check for the stream being closed, and these macros all raised ValueError. If we find any, a new bug should be opened.
-
- 15 Apr, 2014 17 commits
-
-
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.
-