- 21 Dec, 2011 3 commits
-
-
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 10 commits
-
-
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 19 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.
-
Antoine Pitrou authored
Patch by Philipp Hagemeister.
-
Charles-François Natali authored
failing.
-
Charles-François Natali authored
failing.
-
Victor Stinner authored
the Python traceback if Python is optimized. * delay the lookup of the size_t type, it is not available at startup * The second argument of the PyFrameObjectPtr constructor is optional, as done in other constructors * iter_builtins() and iter_globals() methods of PyFrameObjectPtr returns an empty tuple instead of None if Python is optimized * Fix py-bt and py-bt-full to handle correctly "optimized" frames * Frame.get_pyop() tries to get the frame pointer from PyEval_EvalCodeEx() if the pointer is optimized out in PyEval_EvalFrameEx()
-
Victor Stinner authored
traceback if Python is optimized. * delay the lookup of the size_t type, it is not available at startup * The second argument of the PyFrameObjectPtr constructor is optional, as done in other constructors * iter_builtins() and iter_globals() methods of PyFrameObjectPtr returns an empty tuple instead of None if Python is optimized * Fix py-bt and py-bt-full to handle correctly "optimized" frames * Frame.get_pyop() tries to get the frame pointer from PyEval_EvalCodeEx() if the pointer is optimized out in PyEval_EvalFrameEx()
-
Antoine Pitrou authored
choose the cipher based on their own preferences, rather than on the client's.
-
Charles-François Natali authored
race condition).
-
Charles-François Natali authored
race condition).
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 18 Dec, 2011 8 commits
-
-
Michael Foord authored
-
Michael Foord authored
Closes issue 11813.
-
Victor Stinner authored
Write the Python version, Unicode implementation and the platform.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
_Py_stat() now returns -2 if an exception was raised.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-