- 25 Ara, 2011 3 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
- 24 Ara, 2011 7 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Meador Inge yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 23 Ara, 2011 4 kayıt (commit)
-
-
Charles-François Natali yazdı
dropped connections in case of simultaneous connection requests.
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
common_types was mentioned under MimeTypes class, move it to helper function category and other documentation improvements contributed by Sandro Tosi.
-
- 22 Ara, 2011 3 kayıt (commit)
-
-
Ross Lagerwall yazdı
-
Ross Lagerwall yazdı
-
Michael Foord yazdı
Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger code execution with inspect.getattr_static. Closes issue 11829.
-
- 21 Ara, 2011 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
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 yazdı
Also fixes issue #13581: `help(type)` wouldn't display anything.
-
- 20 Ara, 2011 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Charles-François Natali yazdı
support multiprocessing.Event.
-
- 19 Ara, 2011 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
Patch by Philipp Hagemeister.
-
Charles-François Natali yazdı
failing.
-
Victor Stinner yazdı
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 yazdı
race condition).
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 18 Ara, 2011 9 kayıt (commit)
-
-
Michael Foord yazdı
Closes issue 11813.
-
Victor Stinner yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Patch by Cédric Krier.
-
Victor Stinner yazdı
wchar*, Py_UNICODE* and bytes may contain embedded null characters/bytes. Patch written by Arnaud Calmettes.
-
Charles-François Natali yazdı
condition variables to avoid deadlocks in child processes.
-