- 30 Dec, 2011 2 commits
-
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
- 27 Dec, 2011 1 commit
-
-
Benjamin Peterson authored
-
- 25 Dec, 2011 6 commits
-
-
Georg Brandl authored
-
Sandro Tosi authored
use list() to wrap range() in itertools.permutations() example; thanks to Romain MORLEVAT from docs@
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
- 24 Dec, 2011 7 commits
-
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Meador Inge authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 23 Dec, 2011 4 commits
-
-
Charles-François Natali authored
dropped connections in case of simultaneous connection requests.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
common_types was mentioned under MimeTypes class, move it to helper function category and other documentation improvements contributed by Sandro Tosi.
-
- 22 Dec, 2011 3 commits
-
-
Ross Lagerwall authored
-
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 3 commits
-
-
Michael Foord authored
Closes issue 11813.
-
Victor Stinner authored
-
Antoine Pitrou authored
-