- 03 Eki, 2011 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
-
- 14 Eyl, 2011 1 kayıt (commit)
-
-
Ned Deily yazdı
with invalid hex escape sequences, like b'\x0'. (Original patch by Claudiu Popa.)
-
- 01 Eyl, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 03 Eyl, 2011 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 13 Agu, 2011 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 03 Agu, 2011 1 kayıt (commit)
-
-
Ned Deily yazdı
in os.kill(). Original patch by Eli Bendersky.
-
- 01 Agu, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
-
- 27 Tem, 2011 1 kayıt (commit)
-
-
Ned Deily yazdı
when opening a long file. With Tk 8.5, the first line was hidden.
-
- 09 Tem, 2011 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 04 Tem, 2011 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
- 03 Tem, 2011 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 11 Haz, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 07 Haz, 2011 1 kayıt (commit)
-
-
Łukasz Langa yazdı
-
- 29 May, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 17 May, 2011 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
Without this patch IDLE will crash reliably on OSX when Tkinter is linked to TkCocoa 8.5.x. To reproduce: * Create a new file (script.py) with the following two lines: x = input('prompt: ') print(x) * Save the script * Run the script using the F5 keyboard shortcut (running from the menu works fine) The patch is a fairly crude hack, but we haven't found a better workaround for this Tk bug yet.
-
- 15 May, 2011 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 14 May, 2011 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
- 12 May, 2011 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
_tkinter.c is returning <class '_tkinter.Tcl_Obj'> sometimes. Don't use tkinter.messagebox.Message - use the helper functions which convert to str.
-
- 11 May, 2011 2 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
With Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused IDLE to exit. Converted to valid Unicode null in PythonCmd().
-
- 08 May, 2011 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 13 Nis, 2011 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 26 Mar, 2011 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
- 21 Mar, 2011 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
on Windows. Issue3851.
-
- 16 Mar, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 15 Mar, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 20 Şub, 2011 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 13 Şub, 2011 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 30 Ock, 2011 3 kayıt (commit)
-
-
Brian Curtin yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88258 | georg.brandl | 2011-01-30 02:16:07 -0600 (Sun, 30 Jan 2011) | 3 lines #11069: fix the IDLE Stack Viewer, by not using "list" as a variable name. Original patch by Brian Curtin, reviewed by me. ........
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Original patch by Brian Curtin, reviewed by me.
-
- 29 Ock, 2011 4 kayıt (commit)
-
-
Ned Deily yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88234 | ned.deily | 2011-01-29 10:43:56 -0800 (Sat, 29 Jan 2011) | 5 lines Issue #11053: Fix IDLE "Syntax Error" windows to behave as in 2.x, preventing a confusing hung appearance on OS X with the windows obscured. (with release manager approval for 3.2rc2) ........
-
Ned Deily yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88236 | ned.deily | 2011-01-29 11:10:26 -0800 (Sat, 29 Jan 2011) | 3 lines Issue 11052: Correct IDLE menu accelerators on Mac OS X for Save commands. (with release manager approval for 3.2rc2) ........
-
Ned Deily yazdı
commands. (with release manager approval for 3.2rc2)
-
Ned Deily yazdı
preventing a confusing hung appearance on OS X with the windows obscured. (with release manager approval for 3.2rc2)
-