- 03 Nis, 2010 25 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Ezio Melotti yazdı
-
Mark Dickinson yazdı
Based on a patch by Meador Inge.
-
Brian Curtin yazdı
-
Mark Dickinson yazdı
- rename to _test_structmembersType to avoid the class being automatically called by test_capi - allow space for trailing NUL in inplace_member field of all_structmembers - use T_STRING_INPLACE instead of T_INPLACE_STRING as keyword argument to _test_structmembersType initializer - don't attempt to initialize inplace_member field if T_STRING_INPLACE argument wasn't supplied.
-
Raymond Hettinger yazdı
-
Victor Stinner yazdı
* 'z', 'z#', 'z*' does also accept Unicode * unify types name: replace "string or Unicode objet" by "string or Unicode"
-
Tarek Ziadé yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Improve clear() method. Keeps key/value refcnts >= 1 until final dict.clear() so that decrefs to zero won't trigger arbitrary code . Also runs a bit faster.
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Benjamin Peterson yazdı
-
Michael Foord yazdı
-
Benjamin Peterson yazdı
-
Brian Curtin yazdı
NotImplementedError on Windows XP and below.
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
- 02 Nis, 2010 15 kayıt (commit)
-
-
Benjamin Peterson yazdı
also normalize how this error is checked
-
Benjamin Peterson yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
os.kill takes one of two newly added signals, CTRL_C_EVENT and CTRL_BREAK_EVENT, or any integer value. The events are a special case which work with subprocess console applications which implement a special console control handler. Any other value but those two will cause os.kill to use TerminateProcess, outright killing the process. This change adds win_console_handler.py, which is a script to implement SetConsoleCtrlHandler and applicable handler function, using ctypes. subprocess also gets another attribute which is a necessary flag to creationflags in Popen in order to send the CTRL events.
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Mark Dickinson yazdı
-
Michael Foord yazdı
TestResult stores original sys.stdout and tests no longer use sys.__stdout__ (etc) in tests for unittest -b command line option
-
Brian Curtin yazdı
-
Ezio Melotti yazdı
-
Michael Foord yazdı
-
Tarek Ziadé yazdı
-
Brian Curtin yazdı
*ReflectionKey functions used to not be documented or tested, but they are now sufficiently documented and tested on platforms where they apply. Additionally, fixed a bug in QueryReflectionKey which was returning an incorrect value. All tests pass from XP through Windows 7, on 32 and 64-bit platforms.
-
Tarek Ziadé yazdı
removed the local copy of xxmodule, and skip only test_build_ext when xxmodule is not found, not the whole unittest
-
Mark Dickinson yazdı
-