- 05 Mar, 2012 17 commits
-
-
Éric Araujo authored
-
Stefan Krah authored
view.obj==NULL and view.obj==base.
-
Vinay Sajip authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Stefan Krah authored
-
Stefan Krah authored
if the view has exported buffers. Make this official by uncommenting a test case.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Florent Xicluna authored
Issue #14007: accept incomplete TreeBuilder objects (missing start/end/data/close) for the Python implementation as well. Add disabled tests for the doctype() method.
-
Florent Xicluna authored
-
Stefan Krah authored
getbuffer redirection scheme.
-
Georg Brandl authored
-
Martin v. Löwis authored
-
Meador Inge authored
-
Meador Inge authored
-
- 04 Mar, 2012 23 commits
-
-
Antoine Pitrou authored
-
Martin v. Löwis authored
Patch by Zooko O'Whielacronx.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Antoine Pitrou authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Antoine Pitrou authored
Issue #14166: Pickler objects now have an optional `dispatch_table` attribute which allows to set custom per-pickler reduction functions. Patch by sbt.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Armin Ronacher authored
-
Armin Ronacher authored
-
Armin Ronacher authored
-
Eli Bendersky authored
-
Eli Bendersky authored
This makes the C implementation more aligned with the Python implementation. Also added some tests to ensure that Element is now a type and that it can be subclassed.
-
Victor Stinner authored
Add checks in PyUnicode_WriteChar() and convert PyUnicode_New() assertion to a test raising a Python exception.
-