- 22 Dec, 2011 2 commits
-
-
Ross Lagerwall 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 4 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou 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
Also fixes issue #13581: `help(type)` wouldn't display anything.
-
- 20 Dec, 2011 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Charles-François Natali authored
support multiprocessing.Event.
-
- 19 Dec, 2011 7 commits
-
-
Benjamin Peterson authored
-
Antoine Pitrou authored
Patch by Philipp Hagemeister.
-
Charles-François Natali authored
failing.
-
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()
-
Charles-François Natali authored
race condition).
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 18 Dec, 2011 12 commits
-
-
Michael Foord authored
Closes issue 11813.
-
Victor Stinner authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Georg Brandl authored
-
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.
-
Charles-François Natali authored
condition variables to avoid deadlocks in child processes.
-
Charles-François Natali authored
redirection or an error.
-
Victor Stinner authored
Patch written by Arnaud Calmettes.
-
Antoine Pitrou authored
-
- 17 Dec, 2011 3 commits
-
-
Victor Stinner authored
Patch written by Brice Berna.
-
Victor Stinner authored
Patch written by Jérémy Anger.
-
Victor Stinner authored
-
- 16 Dec, 2011 3 commits
-
-
Ezio Melotti authored
-
Victor Stinner authored
cannot be decoded
-
Antoine Pitrou authored
Original patch by Hallvard B Furuseth.
-
- 15 Dec, 2011 5 commits
-
-
Victor Stinner authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
effect of appearing to resolve the issue. Thanks to Mark Shannon for noticing.
-
Meador Inge authored
-
Meador Inge authored
-
- 14 Dec, 2011 1 commit
-
-
Ned Deily authored
-