- 04 Mar, 2012 7 commits
-
-
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 7 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
-
Philip Jenvey authored
-
- 29 Feb, 2012 13 commits
-
-
Brett Cannon authored
the os module.
-
Stefan Krah authored
object.h have changed.
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool.
-
Larry Hastings authored
(Doc only.)
-
Larry Hastings authored
-