- 04 Nis, 2010 14 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Michael Foord yazdı
-
Raymond Hettinger yazdı
-
Mark Dickinson yazdı
Also add an example of constructing a Decimal directly from a float, update the quickstart tutorial, and tweak another couple of sentences.
-
Raymond Hettinger yazdı
Adopt PEP 8 compliant function name. Factor-out existing uses cmp_to_key. Update documentation to use internal pointers instead of external resource.
-
Mark Dickinson yazdı
-
Raymond Hettinger yazdı
-
Mark Dickinson yazdı
and improve test coverage. Thanks Meador Inge for the patch.
-
Raymond Hettinger yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Raymond Hettinger yazdı
-
- 03 Nis, 2010 26 kayıt (commit)
-
-
Benjamin Peterson yazdı
requires building pyctype.o into pgen
-
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.
-