- 24 Jul, 2014 18 commits
-
-
Victor Stinner authored
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 authored
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 authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
sentence. Patch written by Saimadhav Heblikar.
-
Victor Stinner authored
Patch written by Saimadhav Heblikar.
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Martin Matusiak.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 23 Jul, 2014 22 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Victor Stinner authored
Avoid cast from (int*) to (u_long*), even if sizeof(int) == sizeof(u_long).
-
Zachary Ware authored
-
Zachary Ware authored
and skip test_win32.FunctionCallTestCase.test_SEH when Python was compiled in debug configuration or by a non-MSC compiler.
-
Serhiy Storchaka authored
Tkinter methods.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
from 6ae34a948cb4.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
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 authored
the argument is not specified. Scrollbar.set() now always accepts only 2 arguments. Added tests for Scrollbar.activate() and Scrollbar.set().
-
Charles-François Natali authored
-
Serhiy Storchaka authored
-
Zachary Ware authored
-
Zachary Ware authored
Adds `load_package_tests` function to test.support, uses it in test_asyncio, test_email, test_json, test_tools, test_importlib and all test_importlib sub-packages to implement test discovery.
-
Victor Stinner authored
* Tulip issue 194: Don't use sys.getrefcount() in unit tests * signal.set_wakeup_fd() can now raise an OSError on Python 3.5
-
Victor Stinner authored
* Tulip issue 194: Don't use sys.getrefcount() in unit tests * signal.set_wakeup_fd() can now raise an OSError on Python 3.5
-
Serhiy Storchaka authored
specified.
-
Serhiy Storchaka authored
specified.
-