- 19 Dec, 2011 14 commits
-
-
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 26 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
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Antoine Pitrou authored
-
Victor Stinner authored
wchar*, Py_UNICODE* and bytes may contain embedded null characters/bytes. Patch written by Arnaud Calmettes.
-
Georg Brandl authored
-
Antoine Pitrou authored
Patch by Cédric Krier.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Cédric Krier.
-
Victor Stinner authored
wchar*, Py_UNICODE* and bytes may contain embedded null characters/bytes. Patch written by Arnaud Calmettes.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Charles-François Natali authored
-
Charles-François Natali authored
condition variables to avoid deadlocks in child processes.
-
Charles-François Natali authored
condition variables to avoid deadlocks in child processes.
-
Charles-François Natali authored
redirection or an error.
-
Charles-François Natali authored
redirection or an error.
-
Victor Stinner authored
The main bottleneck was the PyUnicode_READ() macro.
-
Antoine Pitrou authored
-