- 22 Dec, 2011 8 commits
-
-
Antoine Pitrou authored
SSLContext.load_dh_params() method and the ssl.OP_SINGLE_DH_USE option.
-
Ross Lagerwall authored
-
Ross Lagerwall authored
-
Ross Lagerwall authored
-
Ross Lagerwall authored
-
Victor Stinner authored
-
Michael Foord authored
-
Michael Foord authored
Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger code execution with inspect.getattr_static. Closes issue 11829.
-
- 21 Dec, 2011 13 commits
-
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Antoine Pitrou authored
Issue #13597: Fix the documentation of the "-u" command-line option, and wording of "What's new in Python 3.0" about standard streams.
-
Antoine Pitrou authored
Issue #13597: Fix the documentation of the "-u" command-line option, and wording of "What's new in Python 3.0" about standard streams.
-
Antoine Pitrou authored
Issue #12708: Add starmap() and starmap_async() methods (similar to itertools.starmap()) to multiprocessing.Pool. Patch by Hynek Schlawack.
-
Antoine Pitrou authored
Also fixes issue #13581: `help(type)` wouldn't display anything.
-
Antoine Pitrou authored
Also fixes issue #13581: `help(type)` wouldn't display anything.
-
Antoine Pitrou authored
(followup to issue #13627)
-
- 20 Dec, 2011 12 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Charles-François Natali authored
support multiprocessing.Event.
-
Charles-François Natali authored
support multiprocessing.Event.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 19 Dec, 2011 7 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
key exchange, through the SSLContext.set_ecdh_curve() method and the ssl.OP_SINGLE_ECDH_USE option.
-
Antoine Pitrou authored
Patch by Philipp Hagemeister.
-