- 24 Tem, 2014 26 kayıt (commit)
-
-
Victor Stinner yazdı
("enable-meta-key", "off") does crash on Mac OS X which uses libedit instead of readline.
-
Victor Stinner yazdı
does crash on Mac OS X which uses libedit instead of readline.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
ignores BlockingIOError exceptions. Initial patch written by Xavier de Gaye. Document also in asyncore documentation that recv() may raise BlockingIOError.
-
Victor Stinner yazdı
BlockingIOError exceptions. Initial patch written by Xavier de Gaye. Document also in asyncore documentation that recv() may raise BlockingIOError.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
not a terminal to not write the ANSI sequence "\033[1034h" into stdout. This sequence is used on some terminal (ex: TERM=xterm-256color") to enable support of 8 bit characters.
-
Victor Stinner yazdı
terminal to not write the ANSI sequence "\033[1034h" into stdout. This sequence is used on some terminal (ex: TERM=xterm-256color") to enable support of 8 bit characters.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
sentence. Patch written by Saimadhav Heblikar.
-
Victor Stinner yazdı
Patch written by Saimadhav Heblikar.
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Martin Matusiak.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 23 Tem, 2014 14 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Victor Stinner yazdı
Avoid cast from (int*) to (u_long*), even if sizeof(int) == sizeof(u_long).
-
Zachary Ware yazdı
-
Zachary Ware yazdı
and skip test_win32.FunctionCallTestCase.test_SEH when Python was compiled in debug configuration or by a non-MSC compiler.
-
Serhiy Storchaka yazdı
Tkinter methods.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
from 6ae34a948cb4.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
lines or narrowed for small screens. Issie #19132: Turtledemo buttons no longer disappear when window is shrun. Patch mostly by Lita Cho (21597) using idea from patch by Jan Kanis (18132).
-
Serhiy Storchaka yazdı
the argument is not specified. Scrollbar.set() now always accepts only 2 arguments. Added tests for Scrollbar.activate() and Scrollbar.set().
-