- 22 Ara, 2011 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
maintained only till 2.5 and tests had failures with 2.7) and update the links int the howto document.
-
- 21 Ara, 2011 4 kayıt (commit)
-
-
Lars Gustäbel yazdı
Passing a unicode filename to tarfile.open() along with mode "w|gz" failed with a UnicodeError because the filename was not encoded properly before being written to the gzipped stream in the FNAME extra field.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
(2.7-only)
-
Antoine Pitrou yazdı
Also fixes issue #13581: `help(type)` wouldn't display anything.
-
- 20 Ara, 2011 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Charles-François Natali yazdı
support multiprocessing.Event.
-
- 19 Ara, 2011 8 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
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 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ı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 18 Ara, 2011 9 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
PyUnicode_AsWideChar() may contain embedded null characters. Patch written by Arnaud Calmettes.
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
Patch by Cédric Krier.
-
Charles-François Natali yazdı
condition variables to avoid deadlocks in child processes.
-
Charles-François Natali yazdı
redirection or an error.
-
Victor Stinner yazdı
Patch written by Arnaud Calmettes.
-
Antoine Pitrou yazdı
-
- 16 Ara, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 15 Ara, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Antoine Pitrou yazdı
effect of appearing to resolve the issue. Thanks to Mark Shannon for noticing.
-
- 14 Ara, 2011 4 kayıt (commit)
-
-
Ned Deily yazdı
-
Ned Deily yazdı
files, display a message popup and continue rather than crash. (original patch by Roger Serwy)
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
- 13 Ara, 2011 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 12 Ara, 2011 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 10 Ara, 2011 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Charles-François Natali yazdı
-
- 09 Ara, 2011 2 kayıt (commit)
-
-
Florent Xicluna yazdı
-
Jason R. Coombs yazdı
-
- 08 Ara, 2011 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 07 Ara, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
Australian Eastern Standard Time (UTC+10) is called "EST" (as Eastern Standard Time, UTC-5) instead of "AEST" on some operating systems (e.g. FreeBSD), which is wrong. See for example this bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=93810
-