- 03 Nis, 2010 38 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
(memoryviews don't support complex structures right now)
-
Martin v. Löwis yazdı
-
Mark Dickinson yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Michael Foord yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
This should fix the test_py3kwarn failure on OS X. test_support.import_module also requires this.
-
Benjamin Peterson yazdı
-
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 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
also normalize how this error is checked
-
Benjamin Peterson yazdı
-