- 21 Dec, 2011 4 commits
-
-
Lars Gustäbel authored
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 authored
-
Antoine Pitrou authored
(2.7-only)
-
Antoine Pitrou authored
Also fixes issue #13581: `help(type)` wouldn't display anything.
-
- 20 Dec, 2011 2 commits
-
-
Benjamin Peterson authored
-
Charles-François Natali authored
support multiprocessing.Event.
-
- 19 Dec, 2011 8 commits
-
-
Benjamin Peterson authored
-
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 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
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 18 Dec, 2011 9 commits
-
-
Antoine Pitrou authored
-
Victor Stinner authored
PyUnicode_AsWideChar() may contain embedded null characters. Patch written by Arnaud Calmettes.
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Antoine Pitrou authored
Patch by Cédric Krier.
-
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
-
- 16 Dec, 2011 1 commit
-
-
Ezio Melotti authored
-
- 15 Dec, 2011 2 commits
-
-
Victor Stinner authored
-
Antoine Pitrou authored
effect of appearing to resolve the issue. Thanks to Mark Shannon for noticing.
-
- 14 Dec, 2011 4 commits
-
-
Ned Deily authored
-
Ned Deily authored
files, display a message popup and continue rather than crash. (original patch by Roger Serwy)
-
Charles-François Natali authored
-
Charles-François Natali authored
-
- 13 Dec, 2011 2 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 12 Dec, 2011 1 commit
-
-
Raymond Hettinger authored
-
- 10 Dec, 2011 2 commits
-
-
Benjamin Peterson authored
-
Charles-François Natali authored
-
- 09 Dec, 2011 2 commits
-
-
Florent Xicluna authored
-
Jason R. Coombs authored
-
- 08 Dec, 2011 1 commit
-
-
Stefan Krah authored
-
- 07 Dec, 2011 2 commits
-
-
Victor Stinner authored
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
-
Ezio Melotti authored
-