- 04 Mar, 2012 21 commits
-
-
Martin v. Löwis authored
Patch by Zooko O'Whielacronx.
-
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.
-
- 03 Mar, 2012 4 commits
-
-
Vinay Sajip authored
-
Antoine Pitrou authored
string. Patch by Guilherme Gonçalves.
-
Antoine Pitrou authored
Patch by Guilherme Gonçalves.
-
Victor Stinner authored
verbose arguments from all threading classes and functions.
-
- 02 Mar, 2012 9 commits
-
-
Victor Stinner authored
Add a private API to convert an int or float to a C timespec structure.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 01 Mar, 2012 6 commits
-
-
Petri Lehtinen authored
Issue #13491.
-
Petri Lehtinen authored
Issue #13491.
-
Eli Bendersky authored
-
Antoine Pitrou authored
Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying. Moreover, the implementation is now O(1) rather than O(n). Thanks to Yury Selivanov for reporting.
-
Antoine Pitrou authored
Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying. Moreover, the implementation is now O(1) rather than O(n). Thanks to Yury Selivanov for reporting.
-
Philip Jenvey authored
-