- 04 Apr, 2010 9 commits
-
-
Raymond Hettinger authored
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 authored
-
Raymond Hettinger authored
-
Mark Dickinson authored
and improve test coverage. Thanks Meador Inge for the patch.
-
Raymond Hettinger authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Raymond Hettinger authored
-
- 03 Apr, 2010 31 commits
-
-
Benjamin Peterson authored
requires building pyctype.o into pgen
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
(memoryviews don't support complex structures right now)
-
Martin v. Löwis authored
-
Mark Dickinson authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Michael Foord authored
-
Mark Dickinson authored
-
Mark Dickinson authored
This should fix the test_py3kwarn failure on OS X. test_support.import_module also requires this.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Mark Dickinson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Michael Foord authored
-
Michael Foord authored
-
Ezio Melotti authored
-
Mark Dickinson authored
Based on a patch by Meador Inge.
-
Brian Curtin authored
-
Mark Dickinson authored
- 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 authored
-
Victor Stinner authored
* 'z', 'z#', 'z*' does also accept Unicode * unify types name: replace "string or Unicode objet" by "string or Unicode"
-
Tarek Ziadé authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
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.
-